diff --git a/pages/center/center.wxml b/pages/center/center.wxml index 8f8a1c4..8f99535 100644 --- a/pages/center/center.wxml +++ b/pages/center/center.wxml @@ -58,7 +58,7 @@ - + diff --git a/pages/club/createClub/createClub.wxml b/pages/club/createClub/createClub.wxml index f910ce8..3c288b0 100644 --- a/pages/club/createClub/createClub.wxml +++ b/pages/club/createClub/createClub.wxml @@ -47,7 +47,7 @@ 俱乐部联系方式 - + * 创建者需保证上传信息的真实性,如发现虚假信息,将会封号处理 diff --git a/pages/index/activeDetail/activeDetail.wxml b/pages/index/activeDetail/activeDetail.wxml index ede0f49..bbd7fd7 100644 --- a/pages/index/activeDetail/activeDetail.wxml +++ b/pages/index/activeDetail/activeDetail.wxml @@ -82,7 +82,7 @@ {{item}} - + diff --git a/pages/index/index.js b/pages/index/index.js index b6404a2..8c71214 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -134,11 +134,12 @@ Page({ "Content-Type": "application/x-www-form-urlencoded" }; var postData = { - pageSize: 3, + pageSize: 10, pageNum: 1 } re.request(Api.getRankActive(), postData, header).then((res) => { let datas = res.data.rows; + console.log(datas.length,1111111111) for(let i=0;i view{text-align:center;width:50%;} +.navtop> view{text-align:center;width:100%;} .navtop> view text{height:70rpx; display:inline-block;line-height: 70rpx;color:#979797;font-size: 32rpx;} .navtop .cur text{ border-bottom:4rpx solid #FE4C00; color:#494949;font-size: 34rpx;} .content{width:94%;padding:0 3%;margin-top:100rpx;background:#fff;} diff --git a/pages/index/myjoin/myjoin.js b/pages/index/myjoin/myjoin.js index bede1fc..6731fd2 100644 --- a/pages/index/myjoin/myjoin.js +++ b/pages/index/myjoin/myjoin.js @@ -11,7 +11,7 @@ function Detail(nickname, realname, phone, idcard, gender) { function Info() { - this.details = []; + this.details = [{}]; } @@ -38,7 +38,7 @@ Page({ index: 1, activityId: '', clubId: '', - isHava: true, + isHava: false, info: {}, checked: true }, @@ -66,6 +66,22 @@ Page({ info: new Info(), }); }, + deteleItem : function(e){ + var that = this; + let info = this.data.info; + //detele Detail() + console.log(new Detail()); + wx:if(info.details.length>1){ + info.details.pop(new Detail()); + this.setData({ + info: info, + }); + if(info.details.length==1){ + } + } + + console.log(info.details) + }, addItem: function (e) { var that = this; let info = this.data.info; diff --git a/pages/index/myjoin/myjoin.wxml b/pages/index/myjoin/myjoin.wxml index c6020d5..10aa261 100644 --- a/pages/index/myjoin/myjoin.wxml +++ b/pages/index/myjoin/myjoin.wxml @@ -66,7 +66,7 @@ 添加报名人 diff --git a/pages/index/order/order.wxml b/pages/index/order/order.wxml index b21ce81..2b2cbf4 100644 --- a/pages/index/order/order.wxml +++ b/pages/index/order/order.wxml @@ -45,7 +45,7 @@ - \ No newline at end of file diff --git a/project.config.json b/project.config.json index c3afe61..6e68f7e 100644 --- a/project.config.json +++ b/project.config.json @@ -32,17 +32,17 @@ "outputPath": "" }, "enableEngineNative": false, - "useIsolateContext": false, + "useIsolateContext": true, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], "minifyWXSS": true, "disableUseStrict": false, - "minifyWXML": true, "showES6CompileOption": false, "useCompilerPlugins": false, - "ignoreUploadUnusedFiles": true, - "useStaticServer": true + "minifyWXML": true, + "useStaticServer": true, + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", "libVersion": "2.15.0", @@ -50,6 +50,10 @@ "projectname": "bml_travel", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, "condition": { "plugin": { "list": [] @@ -99,9 +103,5 @@ } ] } - }, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 } } \ No newline at end of file diff --git a/utils/common.js b/utils/common.js index 1dcb869..8f5eeee 100644 --- a/utils/common.js +++ b/utils/common.js @@ -1,7 +1,7 @@ // var HOST_URI = 'http://192.168.0.109:8088'; // var HOST_URI = 'http://192.168.0.104:8088'; - // var HOST_URI = 'https://api.tuleduo.cn'; -var HOST_URI = 'http://127.0.0.1:8088'; + var HOST_URI = 'https://api.tuleduo.cn'; +// var HOST_URI = 'http://127.0.0.1:8088';