修改团购倒计时的问题

This commit is contained in:
Gaoxs
2020-11-06 17:56:58 +08:00
parent 1eb5af0ee9
commit 0da5ca0077
6 changed files with 15 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5077,11 +5077,13 @@ page {
} }
.product-con .assemble .item .pictxt { .product-con .assemble .item .pictxt {
width: 2.95*100rpx; flex:1;
} }
.product-con .assemble .item .pictxt .text { .product-con .assemble .item .pictxt .text {
width: 1.94*100rpx; flex:1;
font-size: 0.24*100rpx;
padding-left:15rpx
} }
.product-con .assemble .item .pictxt .pictrue { .product-con .assemble .item .pictxt .pictrue {

View File

@ -65,8 +65,8 @@
<text class="font-color-red" v-text="item.count"></text> <text class="font-color-red" v-text="item.count"></text>
<text>人成团</text> <text>人成团</text>
</view> </view>
<count-down :isDay="false" :tipText="'剩余 '" :dayText="false" :hourText="':'" :minuteText="':'" <count-down :isDay="true" :tipText="'剩余 '" :dayText="' 天 '" :hourText="' : '" :minuteText="' : '"
:secondText="false" :datatime="item.stopTime/1000"></count-down> :secondText="' '" :datatime="item.stopTime/1000"></count-down>
</view> </view>
<view class="spellBnt" @click="groupRule(item.id)"> <view class="spellBnt" @click="groupRule(item.id)">
去拼单 去拼单

View File

@ -8,11 +8,12 @@
<input type="number" placeholder="0" v-model="verify_code" /> <input type="number" placeholder="0" v-model="verify_code" />
</view> </view>
<view class="bnt" @click="storeCancellation">立即核销</view> <view class="bnt" @click="storeCancellation">立即核销</view>
<view class="bnt" @click="openQRCode">扫码核销</view>
</view> </view>
<!-- #ifndef H5 --> <!-- #ifndef H5 -->
<view class="scan" v-if="iswechat"> <!-- <view class="scan" v-if="iswechat">
<image src="@/static/images/scan.gif" @click="openQRCode" /> <image src="@/static/images/scan.gif" @click="openQRCode" />
</view> </view> -->
<!-- #endif --> <!-- #endif -->
<WriteOff :iShidden="iShidden" :orderInfo="orderInfo" @cancel="cancel" @confirm="confirm"></WriteOff> <WriteOff :iShidden="iShidden" :orderInfo="orderInfo" @cancel="cancel" @confirm="confirm"></WriteOff>
</view> </view>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB