You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <!-- 券的详情页面 -->
 - <view class='coupons'>
 -   <view class="coupons-body">
 -     <view class='banner'>
 -       <image src='{{data.coverImg}}'></image>
 -     </view>
 -     <view class='coupons_info'>
 -       <view>
 -         <text>{{data.title}}<text>限购{{data.useLimitQuantity}}件</text></text>
 -         <text>剩余时间:<text>{{day}}天</text><text>{{hour}}小时</text><text>{{minute}}分钟</text></text>
 -         <text>剩余件数:<text>{{data.remainInventory}}件</text></text>
 -       </view>
 -       <view>
 -         <text>¥{{data.salePriceStr}}</text>
 -         <text>¥{{data.priceStr}}</text>
 -       </view>
 -     </view>
 - 
 -     <view class='posi'>
 -       <view class='posi_logo'>
 -         <view>
 -           <image src='{{data.merChantImgUrl}}'></image>
 -         </view>
 -         <view>
 -           <text>{{data.merchantName}}</text>
 -           <text>{{data.addr}}{{data.buildingName}}{{data.floorName}}</text>
 -         </view>
 -       </view>
 -       <!-- <view>
 -       <text>更多适用门店</text>
 -       <text class='iconfont icon-right'></text>
 -     </view> -->
 -     </view>
 -     <view class='notes'>
 -       <view>
 -         <text>购买须知</text>
 -       </view>
 -       <view>
 -         <text><text class='spot'></text>有效期2018.01.16 至 2018.09.20</text>
 -         <text><text class='spot'></text>除特价酒水及特价菜外全场通用</text>
 -         <text><text class='spot'></text>无需预约,消费g高峰时可能需要等位</text>
 -         <text><text class='spot'></text>没人最多购买2张</text>
 -         <text><text class='spot'></text>不可使用包间</text>
 -         <text><text class='spot'></text>堂食外带均可,可免费打包</text>
 -         <text><text class='spot'></text>每桌限用2张</text>
 -       </view>
 -     </view>
 -   </view>
 -   <view class="buy-view app-border-top">
 -     <button bindtap='orderFunc' class='buy'>立即购买</button>
 -   </view>
 - </view>
 
 
  |