Browse Source

修改团购倒计时的问题

zyh
Gaoxs 4 years ago
parent
commit
0da5ca0077
  1. 2
      assets/css/style.css
  2. 2
      assets/css/style.css.map
  3. 6
      assets/css/style.less
  4. 4
      pages/activity/GroupDetails/index.vue
  5. 13
      pages/orderAdmin/OrderCancellation/index.vue
  6. BIN
      static/images/scan.gif

2
assets/css/style.css

File diff suppressed because one or more lines are too long

2
assets/css/style.css.map

File diff suppressed because one or more lines are too long

6
assets/css/style.less

@ -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 {

4
pages/activity/GroupDetails/index.vue

@ -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)">
去拼单 去拼单

13
pages/orderAdmin/OrderCancellation/index.vue

@ -7,13 +7,14 @@
<view class="input"> <view class="input">
<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> <view class="bnt" @click="openQRCode">扫码核销</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>
</template> </template>
@ -196,4 +197,4 @@
height: 100%; height: 100%;
display: block; display: block;
} }
</style> </style>

BIN
static/images/scan.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

Loading…
Cancel
Save