tijiao
This commit is contained in:
@@ -43,16 +43,13 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="xianshimaiosha_box">
|
||||
<text class="xianshimaiosha">秒杀商品</text>
|
||||
|
||||
<!-- <view class="countdown">
|
||||
|
||||
<text style="margin-right: 8rpx;">距结束</text>
|
||||
<uni-countdown :day="1" :hour="2" :minute="30" :second="0" color="#FFFFFF"
|
||||
:font-size="12" backgroundColor="#000" />
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="xianshimaiosha_box" >
|
||||
<text class="xianshimaiosha" v-if="curriculumData.isVipPrice == 1 &&
|
||||
curriculumData.vipPrice != 0 &&
|
||||
curriculumData.vipPrice != null">VIP优惠</text>
|
||||
<text class="xianshimaiosha" v-else-if=" curriculumData.activityPrice &&
|
||||
curriculumData.activityPrice > 0">活动立减</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="curriulum_title">{{ curriculumData.productName }}
|
||||
|
||||
Reference in New Issue
Block a user