Ver código fonte

下单价格

twt 3 anos atrás
pai
commit
4174b93e42
2 arquivos alterados com 4 adições e 4 exclusões
  1. 2 2
      pages/module/confirmOrder.vue
  2. 2 2
      pages/module/maintain.vue

+ 2 - 2
pages/module/confirmOrder.vue

@@ -310,8 +310,8 @@ export default {
 			  itemCount:this.itemCount,
 			  couponMoney:this.couponMoney,
 			  couponID:this.couponID,
-			 // payMoney:this.payMoney,
-			  payMoney:0.01,
+			  payMoney:this.payMoney,
+			  //payMoney:0.01,
 			  packJsonArr:JSON.stringify(this.packJsonArr) ,
 			  shopID:this.orderShop.shopId,
 			 // unionID:this.orderShop.unionId,

+ 2 - 2
pages/module/maintain.vue

@@ -298,11 +298,11 @@ export default {
 							}
 							if(i.listGoodsAll.length>0){
 								i.listGoodsAll.forEach((goods,goodsIndex)=>{
-									 goods.forEach(sp=>{
+									/* goods.forEach(sp=>{
 									    this.goodsTotal=Number(this.goodsTotal)
 										this.goodsTotal+=sp.salePrice*sp.qty
 										this.goodsTotal=this.goodsTotal.toFixed(2) 
-									}) 
+									}) */
 									//goods[0].salePrice=1;
 									this.goodsTotal=Number(this.goodsTotal)
 									this.goodsTotal+=goods[0].salePrice*goods[0].qty