diff --git a/epdc-resident-mp-yushan/pages/heart/heart.json b/epdc-resident-mp-yushan/pages/heart/heart.json index 5948212..c349f3b 100644 --- a/epdc-resident-mp-yushan/pages/heart/heart.json +++ b/epdc-resident-mp-yushan/pages/heart/heart.json @@ -1,5 +1,5 @@ { - "navigationBarTitleText": "互帮互助", + "navigationBarTitleText": "志愿服务", "usingComponents": { "wux-tabs": "/dist/tabs/index", "wux-tab": "/dist/tab/index", diff --git a/epdc-resident-mp-yushan/pages/toRegister/toRegister.js b/epdc-resident-mp-yushan/pages/toRegister/toRegister.js index a043112..fe108da 100644 --- a/epdc-resident-mp-yushan/pages/toRegister/toRegister.js +++ b/epdc-resident-mp-yushan/pages/toRegister/toRegister.js @@ -21,7 +21,7 @@ Page({ } }) let that = this - const versionNum = '1.2.14' + const versionNum = '1.2.15' api.getScanSwitch(versionNum).then(function (res) { console.log(res.data) let state = res.data ? res.data.scanFlag : '1' diff --git a/epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.json b/epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.json index fc0f787..437e19a 100644 --- a/epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.json +++ b/epdc-resident-mp-yushan/subpages/integralCentre/pages/index/index.json @@ -1,5 +1,5 @@ { - "navigationBarTitleText": "积分中心", + "navigationBarTitleText": "积分排名", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#D63534", "usingComponents": { diff --git a/epdc-resident-mp-yushan/utils/config.js b/epdc-resident-mp-yushan/utils/config.js index 0918b71..005e12e 100644 --- a/epdc-resident-mp-yushan/utils/config.js +++ b/epdc-resident-mp-yushan/utils/config.js @@ -7,7 +7,7 @@ module.exports = { function BASEURL() { // return 'http://192.168.51.31:9094/epdc-api/api/' // 测试环境 接口地址 - // return "https://epdc-api-test.elinkservice.cn/epdc-api/api/" // 测试环境 ip接口地址 + return "https://epdc-api-test.elinkservice.cn/epdc-api/api/" // 测试环境 ip接口地址 return 'https://epdc-yushan.elinkservice.cn/epdc-api/api/' // 现代榆山正式环境 }