|
@@ -67,7 +67,7 @@
|
|
|
<image class="timeImg" :style="{'width':'26rpx','height':'26rpx'}" src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
|
|
|
<text class="yellow" :style="{'font-size':'26rpx'}">截止倒计时</text>
|
|
|
<!-- <text class="red2">02时25分19秒</text> -->
|
|
|
- <u-count-down style="height:'96rpx'" :time="storeInfo.seconds * 1000" format="HH:mm:ss" @change="timechange">
|
|
|
+ <u-count-down :style="{'height':'96rpx'}" :time="storeInfo.seconds * 1000" format="HH:mm:ss" @change="timechange">
|
|
|
<text :style="{'color':'#B42A3E','font-size':'28rpx'}">{{ timeData.hours>10?timeData.hours:'0'+timeData.hours}}时{{ timeData.minutes }}分{{ timeData.seconds }}秒</text>
|
|
|
</u-count-down>
|
|
|
</view>
|