修改vip购买id没有同步的问题
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
goodsDataList: [],
|
||||
orderModalShowInfo: {},
|
||||
orderModalShow: false,
|
||||
payType: 2,
|
||||
payType: 1,
|
||||
freightNum: 0,
|
||||
addressData: {
|
||||
address: "",
|
||||
@@ -254,7 +254,7 @@
|
||||
value: "2",
|
||||
}]
|
||||
this.selectPayIndex = 1;
|
||||
this.payType=2
|
||||
this.payType = 1
|
||||
}
|
||||
},
|
||||
async onLoad(options) {
|
||||
@@ -498,6 +498,7 @@
|
||||
chooseYear(item,index){
|
||||
this.activeIndex = index;
|
||||
this.dataInfo.lastFee = item.rebateFee;
|
||||
this.dataInfo.id = item.id;
|
||||
},
|
||||
radioChange(index) {
|
||||
this.selectPayIndex = index;
|
||||
|
||||
Reference in New Issue
Block a user