Browse Source

'隐私弹窗'

wangxin 2 năm trước cách đây
mục cha
commit
fdeb508ffd
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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('打开隐私协议')