@@ -33,6 +33,8 @@ Component({
}
})
+ } else {
+ this.privacySubmit()
},
handleAgreePrivacyAuthorization() {
@@ -47,7 +49,7 @@ Component({
show: false
- openPrivacyContract(){
+ openPrivacyContract() {
wx.openPrivacyContract({
success() {
console.log('打开隐私协议')