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

View File

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