diff --git a/images/popBac.png b/images/popBac.png index 9b6ef66..80a4880 100644 Binary files a/images/popBac.png and b/images/popBac.png differ diff --git a/pages/center/center.wxml b/pages/center/center.wxml index 8f8a1c4..c25525e 100644 --- a/pages/center/center.wxml +++ b/pages/center/center.wxml @@ -58,6 +58,7 @@ + diff --git a/pages/club/club.wxml b/pages/club/club.wxml index 38a6649..c3f0a8b 100644 --- a/pages/club/club.wxml +++ b/pages/club/club.wxml @@ -1,5 +1,6 @@ + + + diff --git a/pages/index/activeDetail/activeDetail.wxml b/pages/index/activeDetail/activeDetail.wxml index 2101b41..128e9b8 100644 --- a/pages/index/activeDetail/activeDetail.wxml +++ b/pages/index/activeDetail/activeDetail.wxml @@ -26,18 +26,18 @@ 已报名{{detail.totalRegister?detail.totalRegister:0}}人/不限制名额 - 查看全部报名 + - + @@ -82,6 +82,7 @@ {{item}} + - 俱乐部其他活动 + 其他活动 diff --git a/pages/index/index.js b/pages/index/index.js index 3081582..d4e7706 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -44,7 +44,7 @@ Page({ }, toactiveDetail:function(e){ wx.navigateTo({ - url: './activeDetail/activeDetail?id='+e.currentTarget.dataset.id+'' + url: './activeDetail/activeDetail?id='+e.currentTarget.dataset.id }) }, // 事件处理函数 @@ -54,15 +54,24 @@ Page({ }) }, onLoad() { - this.getbanner(); + + + }, onShow: function () { - this.hotActive(); - this.getLike(); + + + // 加载微信登录 + + + + + // this.hotActive(); + // this.getLike(); this.getRankActive(); - this.getRecommendActive(); - this.getclubCircle(); - this.getClubing(); + // this.getRecommendActive(); + // this.getclubCircle(); + // this.getClubing(); }, getbanner:function(){ var that = this; @@ -97,6 +106,7 @@ Page({ } datas[i].startTime = datas[i].startTime.slice(5,10) } + console.log(">>>",datas) that.setData({ fourImages:datas }) @@ -127,6 +137,7 @@ Page({ }) }, getRankActive:function(){ + var that = this; const imgUrl = wx.getStorageSync('imgUrl') var header = { @@ -145,6 +156,7 @@ Page({ } datas[i].startTime = datas[i].startTime.slice(5,10) } + console.log(">>>",datas) that.setData({ threeImages:datas }) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 54c5fea..1bf9f37 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -1,6 +1,6 @@ - + + + + --> + @@ -105,9 +110,11 @@ 人气活动 + @@ -141,6 +148,7 @@ + \ No newline at end of file diff --git a/pages/index/join/join.js b/pages/index/join/join.js index 1dbb6ba..32e8187 100644 --- a/pages/index/join/join.js +++ b/pages/index/join/join.js @@ -4,7 +4,7 @@ Page({ * 页面的初始数据 */ data: { - navTab: ['个人报名','团队报名'], + navTab: ['个人报名'], currentTab: 0, people:12, person:false, diff --git a/pages/release/release.wxml b/pages/release/release.wxml index ea8369e..4573ef7 100644 --- a/pages/release/release.wxml +++ b/pages/release/release.wxml @@ -9,6 +9,7 @@ 管理活动 + \ No newline at end of file diff --git a/project.config.json b/project.config.json index 9bb664e..611c7ba 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,8 @@ { - "description": "项目配置文件", + "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -31,28 +32,23 @@ "outputPath": "" }, "enableEngineNative": false, - "useIsolateContext": false, + "useIsolateContext": true, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], "minifyWXSS": true, - "disableUseStrict": false, - "minifyWXML": true, - "showES6CompileOption": false, - "useCompilerPlugins": false, - "ignoreUploadUnusedFiles": true + "showES6CompileOption": false }, "compileType": "miniprogram", "libVersion": "2.15.0", "appid": "wxe20096a48806d438", "projectname": "bml_travel", - "debugOptions": { - "hidedInDevtools": [] - }, - "scripts": {}, - "isGameTourist": false, "simulatorType": "wechat", "simulatorPluginLibVersion": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, "condition": { "plugin": { "list": [] diff --git a/project.private.config.json b/project.private.config.json index f7de9fa..509b8fa 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,15 +1,8 @@ { - "setting": {}, + "setting": { + "compileHotReLoad": true + }, "condition": { - "plugin": { - "list": [] - }, - "game": { - "list": [] - }, - "gamePlugin": { - "list": [] - }, "miniprogram": { "list": [ { @@ -351,9 +344,12 @@ { "name": "quan", "pathName": "pages/release/quan/quan", + "query": "", "scene": null } ] } - } + }, + "projectname": "bml_travel1", + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html" } \ No newline at end of file diff --git a/utils/common.js b/utils/common.js index 3702849..dfda1b8 100644 --- a/utils/common.js +++ b/utils/common.js @@ -1,5 +1,6 @@ // var HOST_URI = 'http://192.168.0.109:8088'; // var HOST_URI = 'http://192.168.0.104:8088'; +// var HOST_URI = 'http://127.0.0.1:8088'; var HOST_URI = 'https://api.tuleduo.cn';