修改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

@@ -6,12 +6,14 @@
"request" : 15000
},
"transformPx" : false,
"icons": [{
"icons" : [
{
"sizes" : "分辨率192x192",
"src" : "图片路径"
}],
"versionName": "1.0.54",
"versionCode": 1054,
}
],
"versionName" : "1.0.55",
"versionCode" : 1055,
"app-plus" : {
"nvueCompiler" : "uni-app",
"compatible" : {
@@ -268,3 +270,4 @@
}
}
// 小程序特有相关

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;