huangxiaojing 2 vuotta sitten
vanhempi
commit
0d7992cea3
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      pages/activity/lottery/index.vue

+ 3 - 3
pages/activity/lottery/index.vue

@@ -506,7 +506,7 @@ export default {
         if (this.num === 0) {
           this.showPay = true
           if (this.$userAgent.isAndroid) {
-            window.native.isMembersLotto()
+            window.native.isMembersLotto(true)
           }
         }
       } else {
@@ -539,7 +539,7 @@ export default {
       // 解锁
       this.isLocking = false;
       if (this.$userAgent.isAndroid) {
-        window.native.isMembersLotto()
+        window.native.isMembersLotto(true)
       }
     },
     // 判断是否可以转动
@@ -574,7 +574,7 @@ export default {
       if (this.num === 0) {
         this.showPay = true;
         if (this.$userAgent.isAndroid) {
-          window.native.isMembersLotto()
+          window.native.isMembersLotto(true)
         }
         return false;
       }