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