|
@@ -152,11 +152,11 @@
|
|
|
</scroll-view>
|
|
|
|
|
|
<!-- {{isiPhoneX ? 'isIPx' : ''}} -->
|
|
|
-<!-- <view class="bottom-btn {{isiPhoneX ? 'isIPx' : ''}}" >
|
|
|
+<view class="bottom-btn {{isiPhoneX ? 'isIPx' : ''}}" >
|
|
|
<view class="l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect">
|
|
|
<image class="icon" src="{{ collectBackImage }}"></image>
|
|
|
</view>
|
|
|
- <view class="l l-cart">
|
|
|
+ <!-- <view class="l l-cart">
|
|
|
<view class="box">
|
|
|
<text class="cart-count" wx:if="{{cartGoodsCount > 0}}">{{cartGoodsCount}}</text>
|
|
|
<image bindtap="openCartPage" wx:if="{{imgServer}}" class="icon" src="{{imgServer+'/ic_menu_shoping_nor.png'}}"></image>
|
|
@@ -168,8 +168,8 @@
|
|
|
<view class="r" bindtap="addToCart">
|
|
|
加入购物车
|
|
|
</view>
|
|
|
- <view class="c {{checkGoods.goods_number === 0 ? 'disbuy' : ''}}" bindtap='buyGoods'>立即购买</view>
|
|
|
-</view> -->
|
|
|
+ <view class="c {{checkGoods.goods_number === 0 ? 'disbuy' : ''}}" bindtap='buyGoods'>立即购买</view> -->
|
|
|
+</view>
|
|
|
|
|
|
|
|
|
<lip-sync />
|