更新
This commit is contained in:
parent
5877142f01
commit
ddaeb2cf42
@ -337,13 +337,9 @@
|
||||
this.type = 'register'
|
||||
}
|
||||
},
|
||||
isAgree: function(n, o){
|
||||
uni.setStorageSync('isAgree', n);
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
let self = this
|
||||
this.isAgree = uni.getStorageSync('isAgree')
|
||||
uni.getSystemInfo({
|
||||
success: function(res) {
|
||||
if (res.platform.toLowerCase() == 'ios' && self.getSystem(res.system) >= 13) {
|
||||
@ -624,6 +620,7 @@
|
||||
url: backUrl
|
||||
});
|
||||
} else {
|
||||
that.isAgree = false;
|
||||
that.auth_token = res.data.result.key;
|
||||
that.bindStatus = true;
|
||||
}
|
||||
@ -680,6 +677,7 @@
|
||||
url: backUrl
|
||||
});
|
||||
} else {
|
||||
that.isAgree = false;
|
||||
that.auth_token = res.data.result.key;
|
||||
that.bindStatus = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user