xiaoe_mp_npm 0.5.42-test21 → 0.5.42-test22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
</view>
|
|
78
78
|
|
|
79
79
|
<!-- 预热倒计时 -->
|
|
80
|
-
<view class="sec-kill" wx:if="{{!isManage && goodsItem.preheatTime}}">
|
|
80
|
+
<view class="sec-kill" wx:if="{{!isManage && goodsItem.preheatTime && goodsItem.start_at}}">
|
|
81
81
|
<text>活动</text>
|
|
82
82
|
<text class="time">{{goodsItemTools.timeFormat(goodsItem.preheatTime)}}</text>
|
|
83
83
|
<text>后开始</text>
|
package/package.json
CHANGED
package/src/GoodsItem/index.wxml
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
</view>
|
|
78
78
|
|
|
79
79
|
<!-- 预热倒计时 -->
|
|
80
|
-
<view class="sec-kill" wx:if="{{!isManage && goodsItem.preheatTime}}">
|
|
80
|
+
<view class="sec-kill" wx:if="{{!isManage && goodsItem.preheatTime && goodsItem.start_at}}">
|
|
81
81
|
<text>活动</text>
|
|
82
82
|
<text class="time">{{goodsItemTools.timeFormat(goodsItem.preheatTime)}}</text>
|
|
83
83
|
<text>后开始</text>
|