Kaynağa Gözat

运费+库存

yuxingxing 2 yıl önce
ebeveyn
işleme
d31ccc94e1

+ 1 - 1
pages/goods/order_confirm/index.vue

@@ -445,9 +445,9 @@ export default {
 			tab: 3,
 			url: 1
 		});
-		console.log(options);
 		this.num = options.num || 0;
 		this.goodsSpecId = options.goodsSpecId || 0;
+		this.freight = options.freight - 0 || 0;
 		this.integral = options.obtainIntegral || 0;
 		this.couponId = options.couponId || 0;
 		this.noCoupon = Number(options.noCoupon) || 0;

+ 6 - 3
pages/goods_details/index.vue

@@ -1076,7 +1076,7 @@ export default {
 							this.sharePacket.priceName = this.storeInfo.obtainIntegral
 						}
 						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.availableCheck = true
 						return false;
@@ -1294,8 +1294,11 @@ export default {
 				if (res.success) {
 					uni.navigateTo({
 						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 {
 					that.$util.Tips({