From 92ef829497b0b463bc0ecf827390b2d9bccc591b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=AA=8F?= <1076960098@qq.com> Date: Sun, 15 Oct 2023 18:01:44 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=8B=89=E5=89=8D=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.config.json b/project.config.json index 5a0f86f..ee899e0 100644 --- a/project.config.json +++ b/project.config.json @@ -38,7 +38,8 @@ "disablePlugins": [], "outputPath": "" }, - "condition": false + "condition": false, + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", "libVersion": "2.19.4", From 4dee21bf63dadfd359e094a18b49e55dc31f107f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=AA=8F?= <1076960098@qq.com> Date: Mon, 16 Oct 2023 00:40:05 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E7=BA=AA=E5=BF=B5=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=92=8C=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/commemorate/commemorate.js | 15 ++++++++++++++- pages/commemorate/commemorate.wxml | 13 ++++++++++++- pages/commemorate/commemorate.wxss | 24 +++++++++++++++++++++++- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/pages/commemorate/commemorate.js b/pages/commemorate/commemorate.js index 0bc814c..61a08ed 100644 --- a/pages/commemorate/commemorate.js +++ b/pages/commemorate/commemorate.js @@ -5,7 +5,7 @@ Page({ * 页面的初始数据 */ data: { - + currentPage: '' // 初始值为空 }, /** @@ -62,5 +62,18 @@ Page({ */ onShareAppMessage() { + }, + + showPage1: function() { + this.setData({ + currentPage: 'page1',// 显示页面1 + }); + }, + + showPage2: function() { + this.setData({ + currentPage: 'page2', // 显示页面2 + }); } + }) \ No newline at end of file diff --git a/pages/commemorate/commemorate.wxml b/pages/commemorate/commemorate.wxml index dfc92bb..fcc341e 100644 --- a/pages/commemorate/commemorate.wxml +++ b/pages/commemorate/commemorate.wxml @@ -1 +1,12 @@ -纪念哦 + + + + + + + 1> + + + + 2> + \ No newline at end of file diff --git a/pages/commemorate/commemorate.wxss b/pages/commemorate/commemorate.wxss index e79c65b..b835796 100644 --- a/pages/commemorate/commemorate.wxss +++ b/pages/commemorate/commemorate.wxss @@ -1 +1,23 @@ -/* pages/commemorate/commemorate.wxss */ \ No newline at end of file +/* pages/commemorate/commemorate.wxss */ +.button-container { + display: flex; + flex-direction: row; + justify-content: space-between; + background-color:rgb(99, 195, 240) +} + +.b1 { + background-color: rgb(171, 238, 16); +} + +.b2 { + background-color: rgb(221, 218, 55); +} + +.v1 { + background-color: rgb(99, 195, 240); +} + +.v2 { + background-color: rgb(99, 195, 240); +} \ No newline at end of file From a3a68618204d4cc584bce4854295488167d5a5bc Mon Sep 17 00:00:00 2001 From: zwk <1962078618@qq.com> Date: Mon, 16 Oct 2023 09:51:08 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=A0=E2=80=9C?= =?UTF-8?q?=E7=83=AD=E6=98=A0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 27d39f7..e3b118d 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -1,5 +1,5 @@ -当季热映🔥 +当季🔥 From 43a6fabf3b17a3067221729f2fb38797b8f32417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=AA=8F?= <1076960098@qq.com> Date: Mon, 16 Oct 2023 11:11:06 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=EF=BC=8Csearch=E9=A1=B5=E9=9D=A2=E5=9F=BA=E6=9C=AC=E6=A1=86?= =?UTF-8?q?=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 38 ++++++++++---- pages/purchase/purchase.js | 66 ++++++++++++++++++++++++ pages/purchase/purchase.json | 3 ++ pages/purchase/purchase.wxml | 2 + pages/purchase/purchase.wxss | 1 + pages/recommend/recommend.wxml | 12 ++--- pages/{wc/wc.js => search/search.js} | 2 +- pages/{wc/wc.json => search/search.json} | 0 pages/search/search.wxml | 46 +++++++++++++++++ pages/search/search.wxss | 26 ++++++++++ pages/wc/wc.wxml | 3 -- pages/wc/wc.wxss | 1 - 12 files changed, 179 insertions(+), 21 deletions(-) create mode 100644 pages/purchase/purchase.js create mode 100644 pages/purchase/purchase.json create mode 100644 pages/purchase/purchase.wxml create mode 100644 pages/purchase/purchase.wxss rename pages/{wc/wc.js => search/search.js} (96%) rename pages/{wc/wc.json => search/search.json} (100%) create mode 100644 pages/search/search.wxml create mode 100644 pages/search/search.wxss delete mode 100644 pages/wc/wc.wxml delete mode 100644 pages/wc/wc.wxss diff --git a/pages/index/index.wxml b/pages/index/index.wxml index e3b118d..8d54d64 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -1,40 +1,58 @@ -当季🔥 +当季热映🔥 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 \ No newline at end of file diff --git a/pages/purchase/purchase.js b/pages/purchase/purchase.js new file mode 100644 index 0000000..24570a8 --- /dev/null +++ b/pages/purchase/purchase.js @@ -0,0 +1,66 @@ +// pages/search/search.js +Page({ + + /** + * 页面的初始数据 + */ + data: { + + }, + + /** + * 生命周期函数--监听页面加载 + */ + onLoad(options) { + + }, + + /** + * 生命周期函数--监听页面初次渲染完成 + */ + onReady() { + + }, + + /** + * 生命周期函数--监听页面显示 + */ + onShow() { + + }, + + /** + * 生命周期函数--监听页面隐藏 + */ + onHide() { + + }, + + /** + * 生命周期函数--监听页面卸载 + */ + onUnload() { + + }, + + /** + * 页面相关事件处理函数--监听用户下拉动作 + */ + onPullDownRefresh() { + + }, + + /** + * 页面上拉触底事件的处理函数 + */ + onReachBottom() { + + }, + + /** + * 用户点击右上角分享 + */ + onShareAppMessage() { + + } + }) \ No newline at end of file diff --git a/pages/purchase/purchase.json b/pages/purchase/purchase.json new file mode 100644 index 0000000..3928faa --- /dev/null +++ b/pages/purchase/purchase.json @@ -0,0 +1,3 @@ +{ + "usingComponents": {} +} \ No newline at end of file diff --git a/pages/purchase/purchase.wxml b/pages/purchase/purchase.wxml new file mode 100644 index 0000000..f6f6e91 --- /dev/null +++ b/pages/purchase/purchase.wxml @@ -0,0 +1,2 @@ +pages/purchase/purchase +zwk \ No newline at end of file diff --git a/pages/purchase/purchase.wxss b/pages/purchase/purchase.wxss new file mode 100644 index 0000000..04063a3 --- /dev/null +++ b/pages/purchase/purchase.wxss @@ -0,0 +1 @@ +/*pages/purchase/purchase.wxss*\ \ No newline at end of file diff --git a/pages/recommend/recommend.wxml b/pages/recommend/recommend.wxml index 420cbab..c91b431 100644 --- a/pages/recommend/recommend.wxml +++ b/pages/recommend/recommend.wxml @@ -1,33 +1,33 @@ 可能喜欢(๑•̀ㅂ•́)و✧ - + - + - + - + - + - + diff --git a/pages/wc/wc.js b/pages/search/search.js similarity index 96% rename from pages/wc/wc.js rename to pages/search/search.js index cecb1c3..4c1333a 100644 --- a/pages/wc/wc.js +++ b/pages/search/search.js @@ -1,4 +1,4 @@ -// pages/wc/wc.js +// pages/search/search.js Page({ /** diff --git a/pages/wc/wc.json b/pages/search/search.json similarity index 100% rename from pages/wc/wc.json rename to pages/search/search.json diff --git a/pages/search/search.wxml b/pages/search/search.wxml new file mode 100644 index 0000000..cb48203 --- /dev/null +++ b/pages/search/search.wxml @@ -0,0 +1,46 @@ + +推荐购买的影院和场次 + + + 东丽万达影城 + + + + time + + + 河东万达影城 + + + + time + + + cinema + + + + time + + + cinema + + + + time + + + cinema + + + + time + + + cinema + + + + time + + diff --git a/pages/search/search.wxss b/pages/search/search.wxss new file mode 100644 index 0000000..ed6ea7d --- /dev/null +++ b/pages/search/search.wxss @@ -0,0 +1,26 @@ +/* pages/wc/wc.wxss */ +/**search.wxss**/ +image{ + width: 1000rpx; + height: 300rpx; + border-radius: 0rpx; + } + /**容器**/ + .menu{ + height: 3000rpx; + border: 1rpx solid #ddd; + /**flex布局**/ + display:flex; + /**主轴方向布局,行排列row或者列排列column**/ + flex-direction: column; + /**控制孩子布局,flex-start,center,space-around,space-between**/ + justify-content: space-around; + /**副轴方向布局**/ + align-items: center; + } + .menu .item{ + display:flex; + flex-direction: column; + /**控制了文本的**/ + align-items: center; + } \ No newline at end of file diff --git a/pages/wc/wc.wxml b/pages/wc/wc.wxml deleted file mode 100644 index ec17616..0000000 --- a/pages/wc/wc.wxml +++ /dev/null @@ -1,3 +0,0 @@ - -pages/wc/wc.wxml -dshdhsi diff --git a/pages/wc/wc.wxss b/pages/wc/wc.wxss deleted file mode 100644 index f8d5683..0000000 --- a/pages/wc/wc.wxss +++ /dev/null @@ -1 +0,0 @@ -/* pages/wc/wc.wxss */ \ No newline at end of file