Browse Source

no message

master
邓平艺 4 years ago
parent
commit
0ea878c5ae
  1. 2
      pages/shop/goodsdetail.vue

2
pages/shop/goodsdetail.vue

@ -9,7 +9,7 @@
<image mode="aspectFill" :src="item" style="width: 100%; height: 100%;" @click="lookImg(index)"></image>
<view class="seckill-box" v-if="type == 'seckill'">
<view>距离结束还剩余</view>
<view v-if="time != 0">
<view v-if="$isRight(time)">
<countdown-timer :time="time" :autoStart="true" @finish="dateFinish">
<template v-slot="{day, hour, minute, second}">
<view class="lf-flex">

Loading…
Cancel
Save