修改
This commit is contained in:
parent
ee14c00ad6
commit
d87509a422
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user