修改vip购买id没有同步的问题
This commit is contained in:
@@ -6,12 +6,14 @@
|
|||||||
"request" : 15000
|
"request" : 15000
|
||||||
},
|
},
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
"icons": [{
|
"icons" : [
|
||||||
|
{
|
||||||
"sizes" : "分辨率,192x192",
|
"sizes" : "分辨率,192x192",
|
||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}],
|
}
|
||||||
"versionName": "1.0.54",
|
],
|
||||||
"versionCode": 1054,
|
"versionName" : "1.0.55",
|
||||||
|
"versionCode" : 1055,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
@@ -268,3 +270,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 小程序特有相关
|
// 小程序特有相关
|
||||||
|
|
||||||
|
|||||||
@@ -142,7 +142,7 @@
|
|||||||
goodsDataList: [],
|
goodsDataList: [],
|
||||||
orderModalShowInfo: {},
|
orderModalShowInfo: {},
|
||||||
orderModalShow: false,
|
orderModalShow: false,
|
||||||
payType: 2,
|
payType: 1,
|
||||||
freightNum: 0,
|
freightNum: 0,
|
||||||
addressData: {
|
addressData: {
|
||||||
address: "",
|
address: "",
|
||||||
@@ -254,7 +254,7 @@
|
|||||||
value: "2",
|
value: "2",
|
||||||
}]
|
}]
|
||||||
this.selectPayIndex = 1;
|
this.selectPayIndex = 1;
|
||||||
this.payType=2
|
this.payType = 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async onLoad(options) {
|
async onLoad(options) {
|
||||||
@@ -498,6 +498,7 @@
|
|||||||
chooseYear(item,index){
|
chooseYear(item,index){
|
||||||
this.activeIndex = index;
|
this.activeIndex = index;
|
||||||
this.dataInfo.lastFee = item.rebateFee;
|
this.dataInfo.lastFee = item.rebateFee;
|
||||||
|
this.dataInfo.id = item.id;
|
||||||
},
|
},
|
||||||
radioChange(index) {
|
radioChange(index) {
|
||||||
this.selectPayIndex = index;
|
this.selectPayIndex = index;
|
||||||
|
|||||||
Reference in New Issue
Block a user