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.
@@ -75,7 +75,7 @@ $deviceWidth: 750;
75
75
  position: absolute;
76
76
  top: 0;
77
77
  left: 0;
78
- width: vmin(264);
78
+ width: vmin(224);
79
79
  height: 100%;
80
80
  background: rgba(0, 0, 0, 0.4);
81
81
  display: flex;
@@ -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: 35.2vmin;
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: 17.1875vmin;
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: 20.95238vmin;
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: 17.1875vmin;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.42-test21",
3
+ "version": "0.5.42-test23",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -75,7 +75,7 @@ $deviceWidth: 750;
75
75
  position: absolute;
76
76
  top: 0;
77
77
  left: 0;
78
- width: vmin(264);
78
+ width: vmin(224);
79
79
  height: 100%;
80
80
  background: rgba(0, 0, 0, 0.4);
81
81
  display: flex;
@@ -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>