|  |  | @@ -1,4 +1,5 @@ | 
		
	
		
			
			|  |  |  | <view class="content-box"> | 
		
	
		
			
			|  |  |  | <navbar back home text="{{barTitle}}" background='#fff'></navbar> | 
		
	
		
			
			|  |  |  | <view class="content-box" style="margin-top:{{navigationBarHeight}}"> | 
		
	
		
			
			|  |  |  | <view class='content'> | 
		
	
		
			
			|  |  |  | <view class='top-img'> | 
		
	
		
			
			|  |  |  | <image src='{{data.coverImg}}'></image> | 
		
	
	
		
			
				|  |  | @@ -7,15 +8,16 @@ | 
		
	
		
			
			|  |  |  | <view class='text'> | 
		
	
		
			
			|  |  |  | <view class='remark'>{{data.subTitle}}</view> | 
		
	
		
			
			|  |  |  | <view class='des'> | 
		
	
		
			
			|  |  |  | <view class='des-peoplenum'>【拼团购】{{data.pressLimitNum}}人拼团成功,单价仅需</view> | 
		
	
		
			
			|  |  |  | <view class='des-saleprice'>{{data.salePriceStr}}元</view> | 
		
	
		
			
			|  |  |  | <view class='des-peoplenum'>「拼团价」{{data.pressLimitNum}}人拼团成功,单价仅需¥</view> | 
		
	
		
			
			|  |  |  | <view class='des-saleprice'>{{data.salePriceStr}}</view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='rest' wx:if="{{data.validType==1}}">有效期: | 
		
	
		
			
			|  |  |  | <text class='time'>{{data.validStartDate}}至{{data.validEndDate}}<text class="use">(请在有效期内使用)</text></text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='rest'> | 
		
	
		
			
			|  |  |  | <text class='txt01'>限购条件:</text> | 
		
	
		
			
			|  |  |  | <text class='time'>每人{{data.useLimitQuantity}}张</text> | 
		
	
		
			
			|  |  |  | <!-- <text class='txt01'>限购条件:</text> --> | 
		
	
		
			
			|  |  |  | <view class='quan'></view> | 
		
	
		
			
			|  |  |  | <text class='time'>每人限购{{data.useLimitQuantity}}张</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='status'> | 
		
	
		
			
			|  |  |  | <view class='status01 st'> | 
		
	
	
		
			
				|  |  | @@ -26,10 +28,6 @@ | 
		
	
		
			
			|  |  |  | <view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='p-des'> | 
		
	
		
			
			|  |  |  | <view class='p-title'>购买须知:</view> | 
		
	
		
			
			|  |  |  | <view class='p-list'>{{data.remark}}</view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='posi'> | 
		
	
		
			
			|  |  |  | <view class='applyshop'>适用门店</view> | 
		
	
		
			
			|  |  |  | <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> | 
		
	
	
		
			
				|  |  | @@ -43,11 +41,17 @@ | 
		
	
		
			
			|  |  |  | <image wx:if="{{item.linkLinePhone}}" bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <view class='p-des'> | 
		
	
		
			
			|  |  |  | <view class='p-title'>购买须知:</view> | 
		
	
		
			
			|  |  |  | <view class='p-list'>{{data.remark}}</view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | <form bindsubmit="submit" report-submit='true' > | 
		
	
		
			
			|  |  |  | <view class='edit'> | 
		
	
		
			
			|  |  |  | <button class='goback' bindtap='gotoIndex'><image src='{{wmhome}}' mode="widthFix"></image></button> | 
		
	
		
			
			|  |  |  | <button class='goback' bindtap='gotoIndex'> | 
		
	
		
			
			|  |  |  | <image src='{{homeSelectedO}}' mode="widthFix"></image> | 
		
	
		
			
			|  |  |  | <text class='btnTxt'>首页</text> | 
		
	
		
			
			|  |  |  | </button> | 
		
	
		
			
			|  |  |  | <button form-type="submit" class='edit-left' wx:if='{{data.id}}' bindtap='{{canBuyIf?"gotoBuy":""}}'> | 
		
	
		
			
			|  |  |  | <view class='edit-left-top'> | 
		
	
		
			
			|  |  |  | <view class='price'>{{data.price}}</view> | 
		
	
	
		
			
				|  |  | 
 |