Sfoglia il codice sorgente

判断是否有密码

wangn 5 anni fa
parent
commit
f80b171b07
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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