|  |  | @@ -25,6 +25,7 @@ | 
		
	
		
			
			|  |  |  | <text>{{data.merchantName}}</text> | 
		
	
		
			
			|  |  |  | <text>{{data.addr}}{{data.buildingName}}{{data.floorName}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <image bindtap='phone' class="tel" src="./../../../assets/img/tel.jpg" mode="widthFix" /> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <!-- <view> | 
		
	
		
			
			|  |  |  | <text>更多适用门店</text> | 
		
	
	
		
			
				|  |  | @@ -41,7 +42,7 @@ | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class="buy-view app-border-top"> | 
		
	
		
			
			|  |  |  | <button bindtap='orderFunc' class='buy' wx:if="{{data.salePriceStr!=0}}">立即购买</button> | 
		
	
		
			
			|  |  |  | <button bindtap='orderFunc' class='buy' wx:if="{{data.salePriceStr!=0}}">立即支付</button> | 
		
	
		
			
			|  |  |  | <button bindtap='orderFunc' class='buy' wx:elif="{{data.salePriceStr==0}}">免费领取</button> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> |