Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> -->
 - <navbar home back text="我的券包" background="#ffff"></navbar>
 - <view class="market" wx:if="{{showPage}}" style="padding-top:{{navigationBarHeight}}">
 -   <!-- 券包 我的优惠券 -->
 -   <i-tabs style="top:{{navigationBarHeight}}" class='tabs' current="{{ current_scroll }}" scroll bindchange="handleChangeScroll">
 -     <i-tab class='i-tab' wx:for="{{tabs}}" wx:key="unique" key="{{item.key}}" title="{{item.name}}"></i-tab>
 -   </i-tabs>
 -   <view style='padding-top:120rpx;'>
 -     <view class="nocoupon" wx:if="{{list.length==0}}">
 -       <image src="{{couponUrl}}" mode="widthFix" />
 -       <text class="txt001">请您敬请期待</text>
 -       <text class='txt002'>我们正在筹备一大波优惠活动</text>
 -       <navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover">
 -         <button hover-class='active'>前往首页看看</button>
 -       </navigator>
 -     </view>
 - 
 -     <view class='section' wx:for='{{list}}' wx:key='{{index}}' bindtap="gotouse" data-quancode="{{item.id}}" data-couponorderstatus="{{item.couponOrderStatus}}">
 -       <view class='mms'>
 -         <view class='detail_msg'>
 -           <view class='logo'>
 -             <image mode="aspectFill" src='{{item.coverImg}}'></image>
 -           </view>
 -           <view class='info'>
 -             <view class='title'>
 -               <text>{{item.title}}</text>
 -             </view>
 -             <view class='expiretime fl'>
 -               <text class="txt1">有效期至:</text>
 -               <text class="txt2">{{item.expiredTime}}</text>
 -             </view>
 -             <view class='fr found'>
 -               <text class="txt2" wx:if="{{item.autoRefund == 1}}">过期不退款</text>
 -             </view>
 -             <!-- <view class='subtitle'>
 -               <text>{{item.subTitle}}</text>
 -             </view> -->
 -           </view>
 -         </view>
 -       </view>
 -       <!-- <image></image> -->
 -       <view class='bGroup'>
 -         <view hover-class='' wx:if="{{item.couponOrderStatus==0}}" class="btns">去使用</view>
 -         <view hover-class='' wx:elif="{{item.couponOrderStatus==1||item.couponOrderStatus==2||item.couponOrderStatus==3}}" class="btnsL">查看</view>
 -       </view>
 -     </view>
 -     <view class="loading" wx:if="{{loading}}">
 -       <image src="{{loadingUrl}}" mode="widthFix"></image>{{content}}
 -     </view>
 -   </view>
 - </view>
 
 
  |