Browse Source

配置项修改

feature/societyOrg
lihenian 4 years ago
parent
commit
8a358db1b0
  1. 3
      epdc-resident-mp-yushan/pages/index/index.wxss
  2. 8
      epdc-resident-mp-yushan/pages/toRegister/toRegister.js
  3. 22
      epdc-resident-mp-yushan/project.private.config.json
  4. 4
      epdc-resident-mp-yushan/subpages/societyOrg/pages/memberDetail/memberDetail.wxss
  5. 4
      epdc-resident-mp-yushan/utils/config.js

3
epdc-resident-mp-yushan/pages/index/index.wxss

@ -318,9 +318,6 @@ image {
.community-news { .community-news {
width: 100%; width: 100%;
min-height: 100vh;
overflow-y: auto;
background: #f7f7f7;
margin-top: 16rpx; margin-top: 16rpx;
} }

8
epdc-resident-mp-yushan/pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
} }
}) })
let that = this let that = this
const versionNum = '1.2.15' const versionNum = '1.2.16'
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data ? res.data.scanFlag : '1' let state = res.data ? res.data.scanFlag : '1'
@ -50,10 +50,10 @@ Page({
scan() { scan() {
wx.scanCode({ wx.scanCode({
success: (res) => { success: (res) => {
console.log("扫码结果",res); console.log("扫码结果", res);
console.log('/'+decodeURIComponent(res.path)); console.log('/' + decodeURIComponent(res.path));
wx.reLaunch({ wx.reLaunch({
url: '/'+decodeURIComponent(res.path) url: '/' + decodeURIComponent(res.path)
}) })
}, },
fail: (res) => { fail: (res) => {

22
epdc-resident-mp-yushan/project.private.config.json

@ -52,28 +52,10 @@
"scene": null "scene": null
}, },
{ {
"name": "subpages/discussion/pages/societyOrgActiveApply/societyOrgActiveApply", "name": "pages/toRegister/toRegister",
"pathName": "subpages/discussion/pages/societyOrgActiveApply/societyOrgActiveApply", "pathName": "pages/toRegister/toRegister",
"query": "", "query": "",
"scene": null "scene": null
},
{
"name": "subpages/societyOrg/pages/joinOrg/joinOrg",
"pathName": "subpages/societyOrg/pages/joinOrg/joinOrg",
"query": "",
"scene": null
},
{
"name": "subpages/discussion/pages/activeApply/activeApply",
"pathName": "subpages/discussion/pages/activeApply/activeApply",
"query": "",
"scene": null
},
{
"name": "subpages/societyOrg/pages/joinOrg/joinOrg",
"pathName": "subpages/societyOrg/pages/joinOrg/joinOrg",
"query": "id=1431620837756125186&volunteerOrgName=%E4%BA%BF%E8%81%94%E5%BF%97%E6%84%BF%E7%BB%84%E7%BB%87",
"scene": null
} }
] ]
} }

4
epdc-resident-mp-yushan/subpages/societyOrg/pages/memberDetail/memberDetail.wxss

@ -28,6 +28,10 @@ page {
line-height: 100rpx; line-height: 100rpx;
} }
.member-detail .info-item .label.long {
width: 165rpx;
}
.member-detail .info-item .label::after { .member-detail .info-item .label::after {
content: ''; content: '';
width: 100%; width: 100%;

4
epdc-resident-mp-yushan/utils/config.js

@ -7,8 +7,8 @@ module.exports = {
function BASEURL() { function BASEURL() {
// return 'http://192.168.51.31:9094/epdc-api/api/' // 测试环境 接口地址 // 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/' // 现代榆山正式环境 return 'https://epdc-yushan.elinkservice.cn/epdc-api/api/' // 现代榆山正式环境
} }
function WEBROOT() { function WEBROOT() {

Loading…
Cancel
Save