xiaoe_mp_npm 0.5.42-test21 → 0.5.42-test23
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.
- package/miniprogram_dist/GoodsItem/index.scss +1 -1
- package/miniprogram_dist/GoodsItem/index.wxml +1 -1
- package/miniprogram_dist/GoodsItem/index.wxss +4 -4
- package/package.json +1 -1
- package/src/GoodsItem/index.scss +1 -1
- package/src/GoodsItem/index.wxml +1 -1
- package/src/GoodsItem/index.wxss +1521 -1521
|
@@ -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>
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
position: absolute;
|
|
109
109
|
top: 0;
|
|
110
110
|
left: 0;
|
|
111
|
-
width:
|
|
111
|
+
width: 29.86667vmin;
|
|
112
112
|
height: 100%;
|
|
113
113
|
background: rgba(0, 0, 0, 0.4);
|
|
114
114
|
display: flex;
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
position: absolute;
|
|
465
465
|
top: 0;
|
|
466
466
|
left: 0;
|
|
467
|
-
width:
|
|
467
|
+
width: 14.58333vmin;
|
|
468
468
|
height: 100%;
|
|
469
469
|
background: rgba(0, 0, 0, 0.4);
|
|
470
470
|
display: flex;
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
position: absolute;
|
|
822
822
|
top: 0;
|
|
823
823
|
left: 0;
|
|
824
|
-
width:
|
|
824
|
+
width: 17.77778vmin;
|
|
825
825
|
height: 100%;
|
|
826
826
|
background: rgba(0, 0, 0, 0.4);
|
|
827
827
|
display: flex;
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
position: absolute;
|
|
1179
1179
|
top: 0;
|
|
1180
1180
|
left: 0;
|
|
1181
|
-
width:
|
|
1181
|
+
width: 14.58333vmin;
|
|
1182
1182
|
height: 100%;
|
|
1183
1183
|
background: rgba(0, 0, 0, 0.4);
|
|
1184
1184
|
display: flex;
|
package/package.json
CHANGED
package/src/GoodsItem/index.scss
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>
|