|
@@ -1076,7 +1076,7 @@ export default {
|
|
this.sharePacket.priceName = this.storeInfo.obtainIntegral
|
|
this.sharePacket.priceName = this.storeInfo.obtainIntegral
|
|
}
|
|
}
|
|
this.storeInfo.salePrice = value.salePrice - 0
|
|
this.storeInfo.salePrice = value.salePrice - 0
|
|
- this.attr.productSelect.totalStock = value.stock - 0
|
|
|
|
|
|
+ this.storeInfo.totalStock = value.stock - 0
|
|
this.attr.attrValueId = value.id
|
|
this.attr.attrValueId = value.id
|
|
this.availableCheck = true
|
|
this.availableCheck = true
|
|
return false;
|
|
return false;
|
|
@@ -1294,8 +1294,11 @@ export default {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: "/pages/goods/order_confirm/index?num=" + that.attr.productSelect.totalSales + "&productId=" +
|
|
url: "/pages/goods/order_confirm/index?num=" + that.attr.productSelect.totalSales + "&productId=" +
|
|
- that.attr.productSelect.id + "&addressId=" + that.attrAddrValue.id +
|
|
|
|
- "&goodsSpecId=" + that.attr.attrValueId + "&obtainIntegral=" + that.storeInfo.obtainIntegral,
|
|
|
|
|
|
+ that.attr.productSelect.id
|
|
|
|
+ + "&freight=" + res.data.freight
|
|
|
|
+ + "&addressId=" + that.attrAddrValue.id
|
|
|
|
+ + "&goodsSpecId=" + that.attr.attrValueId
|
|
|
|
+ + "&obtainIntegral=" + that.storeInfo.obtainIntegral,
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
that.$util.Tips({
|
|
that.$util.Tips({
|