|  |  | @@ -28,19 +28,8 @@ | 
		
	
		
			
			|  |  |  | <view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='posi'> | 
		
	
		
			
			|  |  |  | <view class='applyshop'>适用门店</view> | 
		
	
		
			
			|  |  |  | <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> | 
		
	
		
			
			|  |  |  | <view> | 
		
	
		
			
			|  |  |  | <image src='{{item.merchantImgUrl}}'></image> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view> | 
		
	
		
			
			|  |  |  | <text>{{item.merchantName}}</text> | 
		
	
		
			
			|  |  |  | <text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <!-- 适用门店 --> | 
		
	
		
			
			|  |  |  | <store   merchantVoList="{{data.merchantVoList}}"></store> | 
		
	
		
			
			|  |  |  | <view class='p-des'> | 
		
	
		
			
			|  |  |  | <view class='p-title'>购买须知:</view> | 
		
	
		
			
			|  |  |  | <view class='p-list'>{{data.remark}}</view> | 
		
	
	
		
			
				|  |  | 
 |