Commit 512f71be authored by Mac's avatar Mac

2

parent 006f49cd
......@@ -19,7 +19,7 @@
<image :src="x.CoverImage" mode='aspectFill' style="width: 100%;height: 190px;;border-top-left-radius: 6px;border-top-right-radius: 6px;"></image>
<view class="imgview" v-if="msg.QActivityState ==1 && x.SurplusDay>0" :style="{background:mainColor,color:'#FFF'}">距离活动结束还有{{x.SurplusDay}}</view>
<view class="imgview" v-if="msg.QActivityState ==1 && x.SurplusDay== 0" :style="{background:mainColor,color:'#FFF'}">
距离活动结束还{{(x.SurplusHour).toFixed(0)}}小时{{(x.SurplusMin).toFixed(0)}}分钟
距离活动结束还{{(x.SurplusHour).toFixed(0)}}{{(x.SurplusMin).toFixed(0)}}
</view>
<view class="imgview imgview2" v-if=" msg.QActivityState ==2 " >兑换截止期限:{{x.ReceiveTime}}</view>
......
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