浏览代码

快捷支付

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){