xiaoe_mp_npm 0.5.42-test8 → 0.5.42-test9

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.
@@ -155,6 +155,8 @@
155
155
  </view>
156
156
  </view>
157
157
  </view>
158
- <!-- </view>wx:if="{{!goodsItem.is_display_package && !isStudent}}" -->
159
- <view class="hide-tip {{isFullScreen?'full-hide-tip':''}}">用户端已隐藏该商品</view>
158
+ <view
159
+ class="hide-tip {{isFullScreen?'full-hide-tip':''}}"
160
+ wx:if="{{!goodsItem.is_display_package && !isStudent}}"
161
+ >用户端已隐藏该商品</view>
160
162
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.42-test8",
3
+ "version": "0.5.42-test9",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -155,6 +155,8 @@
155
155
  </view>
156
156
  </view>
157
157
  </view>
158
- <!-- </view>wx:if="{{!goodsItem.is_display_package && !isStudent}}" -->
159
- <view class="hide-tip {{isFullScreen?'full-hide-tip':''}}">用户端已隐藏该商品</view>
158
+ <view
159
+ class="hide-tip {{isFullScreen?'full-hide-tip':''}}"
160
+ wx:if="{{!goodsItem.is_display_package && !isStudent}}"
161
+ >用户端已隐藏该商品</view>
160
162
  </view>