|
@@ -4,6 +4,8 @@
|
|
<view class="late-body">
|
|
<view class="late-body">
|
|
<!-- 拼团名称 -->
|
|
<!-- 拼团名称 -->
|
|
<view class="late-title">{{cardData.gang_name}}</view>
|
|
<view class="late-title">{{cardData.gang_name}}</view>
|
|
|
|
+ <!-- 发布时间到截至时间 -->
|
|
|
|
+ <view style="font-size: 28rpx;">{{cardData.opening_time}} 到 {{cardData.closing_time}}</view>
|
|
<!-- 进度条 -->
|
|
<!-- 进度条 -->
|
|
<view class="late-progress">
|
|
<view class="late-progress">
|
|
<van-progress percentage="{{cardData.speed_progress}}" inactive="{{cardData.gang_status == 0}}" stroke-width="8" show-pivot="{{false}}" color="#FF874E" track-color="#FF874E70" />
|
|
<van-progress percentage="{{cardData.speed_progress}}" inactive="{{cardData.gang_status == 0}}" stroke-width="8" show-pivot="{{false}}" color="#FF874E" track-color="#FF874E70" />
|
|
@@ -18,8 +20,7 @@
|
|
<van-image round width="50rpx" style="margin-top: 8rpx;" fit="cover" height="50rpx" src="{{cardData.headimg}}" />
|
|
<van-image round width="50rpx" style="margin-top: 8rpx;" fit="cover" height="50rpx" src="{{cardData.headimg}}" />
|
|
<p>{{cardData.name}}</p>
|
|
<p>{{cardData.name}}</p>
|
|
</view>
|
|
</view>
|
|
- <!-- <view>发布时间:{{cardData.opening_time}}</view>
|
|
|
|
- <view>发布时间:{{cardData.closing_time}}</view> -->
|
|
|
|
|
|
+
|
|
<p class="late-c-p" wx:if="{{cardData.gang_status == 1}}">拼团中</p>
|
|
<p class="late-c-p" wx:if="{{cardData.gang_status == 1}}">拼团中</p>
|
|
<p class="late-c-p" wx:else style="color: #989898;">已截团</p>
|
|
<p class="late-c-p" wx:else style="color: #989898;">已截团</p>
|
|
</view>
|
|
</view>
|
|
@@ -45,6 +46,8 @@
|
|
<view class="late1-title">
|
|
<view class="late1-title">
|
|
{{cardData.gang_name}}
|
|
{{cardData.gang_name}}
|
|
</view>
|
|
</view>
|
|
|
|
+ <view style="font-size: 22rpx;margin-top:4rpx">开团时间:{{cardData.opening_time}}</view>
|
|
|
|
+ <view style="font-size: 22rpx;margin-top:4rpx;margin-bottom:4rpx;">截止时间:{{cardData.closing_time}}</view>
|
|
<!-- 进度条 -->
|
|
<!-- 进度条 -->
|
|
<view class="late1-progress">
|
|
<view class="late1-progress">
|
|
<van-progress percentage="{{cardData.speed_progress}}" inactive="{{cardData.gang_status == 0}}" stroke-width="8" show-pivot="{{false}}" color="#FF874E" track-color="#FF874E70" />
|
|
<van-progress percentage="{{cardData.speed_progress}}" inactive="{{cardData.gang_status == 0}}" stroke-width="8" show-pivot="{{false}}" color="#FF874E" track-color="#FF874E70" />
|
|
@@ -59,7 +62,7 @@
|
|
<van-image round width="50rpx" style="margin-top: 8rpx;" fit="cover" height="50rpx" src="{{cardData.headimg}}" />
|
|
<van-image round width="50rpx" style="margin-top: 8rpx;" fit="cover" height="50rpx" src="{{cardData.headimg}}" />
|
|
<p>{{cardData.name}}</p>
|
|
<p>{{cardData.name}}</p>
|
|
</view>
|
|
</view>
|
|
- <p class="late1-c-p" wx:if="{{cardData.gang_status == 1}}">拼团中</p>
|
|
|
|
|
|
+ <p class="late1-c-p" wx:if="{{cardData.status == 1}}">拼团中</p>
|
|
<p class="late1-c-p" wx:else style="color: #989898;">已截团</p>
|
|
<p class="late1-c-p" wx:else style="color: #989898;">已截团</p>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|