Commit 07245e1c by 侯体倬

限时折扣文案优化

parent 2832ab05
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
class="countDown" class="countDown"
bind:change="onChange" bind:change="onChange"
> >
<text wx:if="{{!isStart}}">距开始:</text> <text>距{{isStart?'结束':'开始'}}:</text>
<text class="endTime days">{{ timeData.days }}</text> <text class="endTime days">{{ timeData.days }}</text>
<text class="endTimedot">天</text> <text class="endTimedot">天</text>
<text class="endTime hours">{{ timeData.hours }}</text> <text class="endTime hours">{{ timeData.hours }}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment