...
|
...
|
@@ -5,13 +5,13 @@ |
|
|
|
|
|
<view class='content_box'>
|
|
|
<view>
|
|
|
<view class='item_list' wx:for='{{groupList}}' wx:key=''>
|
|
|
<view class='list_title_box' data-id='{{item.id}}' bindtap='listDetail'>
|
|
|
<view class='item_list'>
|
|
|
<view class='list_title_box' data-id='{{group_info.id}}' bindtap='listDetail'>
|
|
|
<view>查看详情</view>
|
|
|
<view class='iconfont icon-fanhui'></view>
|
|
|
</view>
|
|
|
<view class='list_info_box'>
|
|
|
<block wx:for='{{item.group_detail}}' wx:for-item='sub_item' wx:key=''>
|
|
|
<block wx:for='{{group_info.group_detail}}' wx:for-item='sub_item' wx:key=''>
|
|
|
<view class='info_item'>
|
|
|
<view class='info_box'>
|
|
|
<block>
|
...
|
...
|
@@ -49,26 +49,26 @@ |
|
|
</view> -->
|
|
|
</view>
|
|
|
<view class='list_info'>成团人数:最低
|
|
|
<text>{{item.num}}</text>人,已参与:
|
|
|
<text>{{item.count}}</text> 人,快呼唤伙伴参与吧!</view>
|
|
|
<text>{{group_info.num}}</text>人,已参与:
|
|
|
<text>{{group_info.count}}</text> 人,快呼唤伙伴参与吧!</view>
|
|
|
<view class='list_info'>
|
|
|
<view class='list_info_item'>剩余
|
|
|
<text>{{item.surplus_time}}</text> 结束</view>
|
|
|
<text>{{group_info.surplus_time}}</text> 结束</view>
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class='user_info_box'>
|
|
|
<view class='user_info'>
|
|
|
<view class='info_box'>
|
|
|
<image src='{{item.avatar}}'></image>
|
|
|
<image src='{{group_info.avatar}}'></image>
|
|
|
<view class='info_label'>发起人</view>
|
|
|
</view>
|
|
|
<view>{{item.user_nickname}}</view>
|
|
|
<view>{{group_info.user_nickname}}</view>
|
|
|
</view>
|
|
|
<view class='state_box'>
|
|
|
<view>{{item.start_time}}开团</view>
|
|
|
<view class='info_state' wx:if='{{item.group_status==1}}'>团购中</view>
|
|
|
<view class='info_state' wx:if='{{item.group_status==2}}'>团购失败</view>
|
|
|
<view class='info_state' wx:if='{{item.group_status==3}}'>团购成功</view>
|
|
|
<view>{{group_info.start_time}}开团</view>
|
|
|
<view class='info_state' wx:if='{{group_info.group_status==1}}'>团购中</view>
|
|
|
<view class='info_state' wx:if='{{group_info.group_status==2}}'>团购失败</view>
|
|
|
<view class='info_state' wx:if='{{group_info.group_status==3}}'>团购成功</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -78,25 +78,25 @@ |
|
|
<view class='list_title_info'>
|
|
|
<view class='iconfont icon-zhongdian'> </view>
|
|
|
<view>
|
|
|
<view>团购规则说明</view>
|
|
|
<view class='content_info'>如果因为环境网络问题或者其他原因导致无法打卡,请上传照 片及文字申诉内容,证明您已到场并已经参与活动。</view>
|
|
|
<view>{{rule.title}}</view>
|
|
|
<view class='content_info'>{{rule.description}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='service_box'>
|
|
|
<view class='service_info_box'>
|
|
|
<text class='iconfont icon-xuanzhong'></text>
|
|
|
<view class='service_info_box' bindtap="agree">
|
|
|
<text class='iconfont icon-xuanze1' wx:if="{{!is_agree}}"></text>
|
|
|
<text class='iconfont icon-xuanzhong' wx:if="{{is_agree}}"></text>
|
|
|
<text>服务协议</text>
|
|
|
<!-- <text class='service_info' bindtap='serviceProtocol'>服务协议</text> -->
|
|
|
<text class='service_info' catchtap='serviceProtocol'>服务协议</text>
|
|
|
</view>
|
|
|
<view class='service_btn_box'>
|
|
|
<view>单价:¥188.00</view>
|
|
|
<view>单价:¥{{take_info.price}}</view>
|
|
|
<view class='pay_btn' bindtap='goPay'>参与并支付</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view class='null_box'></view>
|
|
|
<!-- <view class='null_box'></view> -->
|
|
|
<!-- <view class='bottom_box'>
|
|
|
<text class='iconfont icon-fenxiang'></text> 分享的文案,50汉字以内提示分享的文案,50汉字以内提示分 享的文案,50汉字以内
|
|
|
</view> -->
|
|
|
</view>
|
|
|
|
|
|
</view> |
|
|
\ No newline at end of file |
...
|
...
|
|