소스 검색

快捷支付

zhengjinyi 2 년 전
부모
커밋
fc22b458a0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/resources/static/js/pay/mixin/cardsMixns.js

+ 3 - 3
src/main/resources/static/js/pay/mixin/cardsMixns.js

@@ -24,7 +24,7 @@ var cardsMixns = function () {
                 current:'',
                 tabsIndex:1,
                 bankIndex:'',
-                isCardStep:0,
+                isCardStep:1,
                 isHassCardStep:0,
                 isShowSupport:false,
                 checkedCards:{},
@@ -126,9 +126,9 @@ var cardsMixns = function () {
             },
             handleCloseModel(){
                 //关闭窗口
-                this.tabsIndex = 0
+                this.tabsIndex = 1
                 this.bankIndex = ''
-                this.isCardStep = 0
+                this.isCardStep = 1
                 this.isPopup = false
             },
             handleCodeInput(e){