|
|
|
@ -6,8 +6,8 @@ |
|
|
|
<view class='row0'> |
|
|
|
<text class='title'>{{activityDetail.activityName}}</text> |
|
|
|
<view class='countdown' style='display: {{groupNo == "" ? "block" : "none"}};'> |
|
|
|
<text >{{activityDetail.countdownDesc}}</text> |
|
|
|
<view > |
|
|
|
<text>{{activityDetail.countdownDesc}}</text> |
|
|
|
<view> |
|
|
|
<text class="sec">{{countDownDay}}</text>天 |
|
|
|
<text class="sec">{{countDownHour}}</text>时 |
|
|
|
<text class="sec">{{countDownMinute}}</text>分 |
|
|
|
@ -62,6 +62,7 @@ |
|
|
|
<text class="{{item.memberType == 0 ? 'markBlock' : 'markNone'}}">团长</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -77,11 +78,20 @@ |
|
|
|
<template is="wxParse" data="{{wxParseData:activityContent.nodes}}" /> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
<view class='bottom_view'> |
|
|
|
<!-- 我要开团按钮 --> |
|
|
|
<view class='one_content' id='one_button' style='display: {{one_content}};background-color:{{bottomBGColor}};' bindtap='groupTap'>{{buttomText}}</view> |
|
|
|
|
|
|
|
<view class='bottom_view'> |
|
|
|
<view class="buttom_img" bindtap='openGroup'> |
|
|
|
<view class="buttom_imgs_top"> |
|
|
|
<image src='{{img1}}' class="imgs"></image> |
|
|
|
</view> |
|
|
|
<view class="buttom_imgs_buttom"> |
|
|
|
<text class="imgs_text">首页</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 我要开团按钮 --> |
|
|
|
<view class='one_content' id='one_button' style='display: {{one_content}};background-color:{{bottomBGColor}};' bindtap='groupTap'>{{buttomText}}</view> |
|
|
|
<view class='two_content' id='two_content' style='display: {{two_content}};'> |
|
|
|
<!-- 参与拼团的成员---左边价格,右边参与拼团 --> |
|
|
|
<!-- 参与拼团的成员---左边价格,右边参与拼团 --> |
|
|
|
<view class='left'>¥{{activityDetail.participantPrice / 100}}</view> |
|
|
|
<view class='right' bindtap='groupTap'>{{buttomText}}</view> |
|
|
|
</view> |
|
|
|
|