Parcourir la source

'隐私弹窗'

wangxin il y a 2 ans
Parent
commit
fdeb508ffd
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      miniprogram/component/privacy-popup/privacy-popup.ts

+ 3 - 1
miniprogram/component/privacy-popup/privacy-popup.ts

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