|
@@ -6,21 +6,21 @@
|
|
|
userInfo: {},
|
|
|
},
|
|
|
onLaunch: function(options) {
|
|
|
+ uni.hideTabBar()
|
|
|
if (options.query && options.query.qrCode) {
|
|
|
const { qrCode } = options.query
|
|
|
let parameter = urlParameter(qrCode)
|
|
|
uni.setStorageSync('code', parameter.id)
|
|
|
}
|
|
|
- uni.hideTabBar()
|
|
|
},
|
|
|
onShow: function(options) {
|
|
|
+ uni.hideTabBar()
|
|
|
if (options.query && options.query.qrCode) {
|
|
|
const { qrCode } = options.query
|
|
|
let parameter = urlParameter(qrCode)
|
|
|
uni.setStorageSync('code', parameter.id)
|
|
|
}
|
|
|
this.updateManager()
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
updateManager() {
|