|
@@ -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;
|
|
|
}
|