...
|
...
|
@@ -14,7 +14,7 @@ |
|
|
<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='list_title_box' data-id='{{item.id}}' bindtap='listDetail'>
|
|
|
<view>查看详情</view>
|
|
|
<view class='iconfont icon-fanhui'></view>
|
|
|
</view>
|
...
|
...
|
@@ -24,7 +24,7 @@ |
|
|
<view class='info_box'>
|
|
|
<block>
|
|
|
<image src='{{sub_item.avatar}}'></image>
|
|
|
<view class='info_label' wx:if='{{sub_item.is_start==1}}'>发起人</view>
|
|
|
<view class='info_label' wx:if='{{sub_item.is_start==1}}'>发起人</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class='info_time'>
|
...
|
...
|
@@ -113,10 +113,10 @@ |
|
|
<view class='content_box' style='padding:0 20rpx;'>
|
|
|
<view class='list_label_box'>
|
|
|
<view class='group_num'>团购人数:最低
|
|
|
<text>3人</text>
|
|
|
<text>{{pay_info.num}}人</text>
|
|
|
</view>
|
|
|
<view class='group_time'>发布倒计时:
|
|
|
<text>3小时</text>
|
|
|
<text>{{pay_info.time}}小时</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='list_title_info'>
|
...
|
...
|
@@ -127,13 +127,15 @@ |
|
|
</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-xuanzhong'></text> -->
|
|
|
<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>单价:¥{{pay_info.price}}</view>
|
|
|
<view class='pay_btn' bindtap='goPay'>支付</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
|