Răsfoiți Sursa

判断是否有密码

wangn 5 ani în urmă
părinte
comite
f80b171b07
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      hdApp/src/pagesPurchase/wechatPay.vue

+ 1 - 1
hdApp/src/pagesPurchase/wechatPay.vue

@@ -140,7 +140,7 @@ export default {
     },
     _balancePay () {
       console.log(this.getLoginInfo, this.getDictionariesInfo)
-      if (!this.getLoginInfo.payPassword) {
+      if (this.getLoginInfo.payPassword) {
         this.keyShow = true
       } else {
         this.setPassModal = true