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 diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 27d39f7..8d54d64 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -2,39 +2,57 @@ 当季热映🔥 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 - + + + 阿斌 \ 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 diff --git a/project.config.json b/project.config.json deleted file mode 100644 index 9787187..0000000 --- a/project.config.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "description": "项目配置文件", - "packOptions": { - "ignore": [], - "include": [] - }, - "setting": { - "bundle": false, - "userConfirmedBundleSwitch": false, - "urlCheck": true, - "scopeDataCheck": false, - "coverView": true, - "es6": true, - "postcss": true, - "compileHotReLoad": false, - "lazyloadPlaceholderEnable": false, - "preloadBackgroundData": false, - "minified": true, - "autoAudits": false, - "newFeature": false, - "uglifyFileName": false, - "uploadWithSourceMap": true, - "useIsolateContext": true, - "nodeModules": false, - "enhance": true, - "useMultiFrameRuntime": true, - "useApiHook": true, - "useApiHostProcess": true, - "showShadowRootInWxmlPanel": true, - "packNpmManually": false, - "enableEngineNative": false, - "packNpmRelationList": [], - "minifyWXSS": true, - "showES6CompileOption": false, - "minifyWXML": true, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "ignoreUploadUnusedFiles": true - }, - "compileType": "miniprogram", - "libVersion": "2.19.4", - "appid": "wx7f67447c72994c39", - "projectname": "miniprogram-92", - "condition": {}, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 - } -} \ No newline at end of file