This commit is contained in:
曹辉 2023-04-12 16:36:25 +08:00
parent ee14c00ad6
commit d87509a422

View File

@ -188,7 +188,6 @@
}
},
onShow() {
this.disablingCondition = null
let that = this
uni.$on('updata', function(data) {
if (data.updata) {
@ -204,6 +203,7 @@
})
},
onLoad(options) {
this.disablingCondition = null
var that = this
const value = uni.getStorageSync('openid');
if (value) {