@@ -343,6 +343,8 @@
width: 750rpx;
height: auto;
overflow: hidden;
+ padding: 10rpx;
+ box-sizing: border-box;
}
.detail image {
@@ -46,7 +46,6 @@
<cover-image src="../../static/images/scene_listbg@3x.png" class="bg"></cover-image>
<cover-image src="../../static/images/scene_shop_list.png" class="ig"></cover-image>
<cover-view>商品({{goodsCount > 100 ? '99+' : goodsCount}})</cover-view>
- <!-- <cover-view>商品({{goodsCount < 100 ? '99+' : goodsCount}})</cover-view> -->
</cover-view>
<!-- <cover-view class="bottom-dialog commodity-view" wx:if="{{!showCommodity}}">
@@ -27,7 +27,7 @@
"disablePlugins": [],
"outputPath": ""
},
- "useIsolateContext": false,
+ "useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],