| 
					
				 | 
			
			
				@@ -47,7 +47,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="goodsItemRight" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<view class="goodsItemName">{{v.goodsName}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<view class="goodsItemName">{{v.showName}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="goodsItemBottom"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<view class="goodssalePrice">¥{{v.salePrice?v.salePrice:'0.00'}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<view class="goodsNum">x{{v.qty}}</view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -57,7 +57,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view class="goodsItem" v-for="(v,i) in item.listItem"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg" v-else></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="goodsItemRight" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="goodsItemName">{{v.itemName}}</view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -209,10 +209,13 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.couponID=couponData.ID; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			var ActMoney=couponData.ActMoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			var payMoney=this.goodsMoney+this.itemMoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			console.log('money',this.goodsMoney, this.itemMoney, payMoney); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			if(payMoney<ActMoney){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					this.couponMoney=payMoney 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.couponMoney=payMoney.toFixed(2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				this.couponMoney=ActMoney 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				this.couponMoney=ActMoney.toFixed(2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 |