修改vip购买id没有同步的问题

This commit is contained in:
liuyuan
2025-02-25 15:11:23 +08:00
parent 8706622720
commit c0d964649a
2 changed files with 274 additions and 270 deletions

View File

@@ -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;