25개 이상의 토픽을 선택하실 수 없습니다.
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <view class="market">
 -   <i-tabs 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:114rpx;'>
 -     <view wx:for='{{list}}' wx:if="{{list.length!=0}}" class='section' wx:key='{{index}}'>
 -       <view class='detail_msg'  bindtap="gotoDetail" data-id='{{item.id}}'>
 -         <view class='logo'>
 -           <image  src='{{item.coverImg}}'></image>
 -         </view>
 -         <view class='info'>
 -           <view>{{item.title}}</view>
 -           <view>
 -             <text wx:if="{{item.status == 0&&key==0}}" style='font-size:30rpx;font-weight:bold;'>报名中</text>
 -             <text wx:if="{{item.status == 1&&key==0}}" style='font-size:30rpx;font-weight:bold;'>报名成功</text>
 -             <text wx:if="{{item.status == 2&&key==0}}" style='font-size:30rpx;font-weight:bold;'>报名失败</text>
 -             <text>活动开始日期:{{item.activityStartTime}}</text>
 -             <text>活动结束日期:{{item.activityEndTime}}</text>
 -         </view>
 -         </view>
 -       </view>
 -     </view>
 -     <view class="dingdan" wx:if="{{list.length==0}}">
 -       <image src="{{dingdanUrl}}" mode="widthFix"></image>
 -       <text>您还没有参加活动</text>
 -       <button class='goback' bindtap='goback'>返回首页</button>
 -     </view>
 -   </view>
 -   <view class="loading" wx:if="{{loading}}">
 -     <image src="{{loadingUrl}}" mode="widthFix"></image>{{content}}
 -   </view>
 - </view>
 
 
  |