Browse Source

Merge branch 'release' of http://121.42.41.42:7070/r/epdc-resident-mp-yushan into release

feature/style
liushaowen 5 years ago
parent
commit
80bd1b1716
  1. 2
      epdc-resident-mp-yushan/pages/toRegister/toRegister.js
  2. 1
      epdc-resident-mp-yushan/project.config.json

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

@ -21,7 +21,7 @@ Page({
} }
}) })
let that = this let that = this
const versionNum = '1.1.5' const versionNum = '1.2.0'
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data.scanFlag let state = res.data.scanFlag

1
epdc-resident-mp-yushan/project.config.json

@ -22,6 +22,7 @@
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"useIsolateContext": true,
"useCompilerModule": false, "useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false "userConfirmedUseCompilerModuleSwitch": false
}, },

Loading…
Cancel
Save