|
@@ -30,9 +30,10 @@ const cardMixins = {
|
|
|
methods: {
|
|
|
handleChoiceaCards(data) {
|
|
|
//选择的银行
|
|
|
- console.log('选择的银行', data)
|
|
|
- this.quickParams = { ...this.quickParams , ...data }
|
|
|
+ this.tabCurrentIndex = 3
|
|
|
this.tabClick(3)
|
|
|
+ this.defaultCards = data
|
|
|
+ this.quickParams = { ...this.quickParams , ...data}
|
|
|
},
|
|
|
hanldeShowPopup(index) {
|
|
|
switch (index) {
|