|
@ -21,7 +21,7 @@ Page({ |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
let that = this |
|
|
let that = this |
|
|
const versionNum = '1.2.3' |
|
|
const versionNum = '1.2.4' |
|
|
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 |
|
@ -42,9 +42,9 @@ Page({ |
|
|
// })
|
|
|
// })
|
|
|
}, |
|
|
}, |
|
|
experience() { |
|
|
experience() { |
|
|
app.globalData.tempGridId = '1258691044142047233' // 1222032503139762178
|
|
|
app.globalData.tempGridId = '1261183379400663042' // 1222032503139762178
|
|
|
wx.reLaunch({ |
|
|
wx.reLaunch({ |
|
|
url: '/pages/index/index?scene=1258691044142047233' |
|
|
url: '/pages/index/index?scene=1261183379400663042' |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
scan() { |
|
|
scan() { |
|
|