|
|
|
@ -21,7 +21,7 @@ Page({ |
|
|
|
} |
|
|
|
}) |
|
|
|
let that = this |
|
|
|
const versionNum = '1.0.0' |
|
|
|
const versionNum = '1.0.1' |
|
|
|
api.getScanSwitch(versionNum).then(function (res) { |
|
|
|
console.log(res.data) |
|
|
|
let state = res.data.scanFlag |
|
|
|
@ -42,9 +42,9 @@ Page({ |
|
|
|
// })
|
|
|
|
}, |
|
|
|
experience() { |
|
|
|
app.globalData.tempGridId = '1215152928323555330' |
|
|
|
app.globalData.tempGridId = '1233592630168813569' |
|
|
|
wx.reLaunch({ |
|
|
|
url: '/pages/index/index?scene=1215152928323555330' |
|
|
|
url: '/pages/index/index?scene=1233592630168813569' |
|
|
|
}) |
|
|
|
}, |
|
|
|
scan() { |
|
|
|
|