|
@@ -1,4 +1,5 @@
|
|
-<scroll-view class="container" style="height: {{winHeight}}rpx" scroll-y="true">
|
|
|
|
|
|
+<!-- <scroll-view class="container" style="height: {{winHeight}}rpx" scroll-y="true"> -->
|
|
|
|
+<scroll-view class="container" scroll-y="true">
|
|
<auth bindlogin="onShow" />
|
|
<auth bindlogin="onShow" />
|
|
|
|
|
|
<view wx:if="{{!openAttr}}">
|
|
<view wx:if="{{!openAttr}}">
|
|
@@ -18,7 +19,8 @@
|
|
<text class="price">¥{{goods.retail_price}}</text>
|
|
<text class="price">¥{{goods.retail_price}}</text>
|
|
<view class="brand" wx:if="{{brand.name}}">
|
|
<view class="brand" wx:if="{{brand.name}}">
|
|
<!-- <navigator hover-class="none" open-type="{{isfromBrand?'navigateBack':'redirect'}}" hover-class="none" url="../brandDetail/brandDetail?id={{brand.id}}"> -->
|
|
<!-- <navigator hover-class="none" open-type="{{isfromBrand?'navigateBack':'redirect'}}" hover-class="none" url="../brandDetail/brandDetail?id={{brand.id}}"> -->
|
|
- <navigator hover-class="none" hover-class="none" url="../brandDetail/brandDetail?id={{brand.id}}">
|
|
|
|
|
|
+ <!-- <navigator hover-class="none" hover-class="none" url="../brandDetail/brandDetail?id={{brand.id}}"> -->
|
|
|
|
+ <navigator hover-class="none" hover-class="none" url="">
|
|
<text style="background-image: url()">{{brand.name}}</text>
|
|
<text style="background-image: url()">{{brand.name}}</text>
|
|
<image src="/static/images/icon-normal_detailTagArrow.png"></image>
|
|
<image src="/static/images/icon-normal_detailTagArrow.png"></image>
|
|
</navigator>
|
|
</navigator>
|
|
@@ -151,10 +153,10 @@
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
|
|
<!-- {{isiPhoneX ? 'isIPx' : ''}} -->
|
|
<!-- {{isiPhoneX ? 'isIPx' : ''}} -->
|
|
-<view class="bottom-btn {{isiPhoneX ? 'isIPx' : ''}}" >
|
|
|
|
|
|
+<!-- <view class="bottom-btn {{isiPhoneX ? 'isIPx' : ''}}" >
|
|
<view class="l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect">
|
|
<view class="l l-collect {{ openAttr ? 'back' : ''}}" bindtap="closeAttrOrCollect">
|
|
<image class="icon" src="{{ collectBackImage }}"></image>
|
|
<image class="icon" src="{{ collectBackImage }}"></image>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<!-- <view class="l l-cart">
|
|
<!-- <view class="l l-cart">
|
|
<view class="box">
|
|
<view class="box">
|
|
<text class="cart-count" wx:if="{{cartGoodsCount > 0}}">{{cartGoodsCount}}</text>
|
|
<text class="cart-count" wx:if="{{cartGoodsCount > 0}}">{{cartGoodsCount}}</text>
|
|
@@ -168,7 +170,7 @@
|
|
加入购物车
|
|
加入购物车
|
|
</view>
|
|
</view>
|
|
<view class="c {{checkGoods.goods_number === 0 ? 'disbuy' : ''}}" bindtap='buyGoods'>立即购买</view> -->
|
|
<view class="c {{checkGoods.goods_number === 0 ? 'disbuy' : ''}}" bindtap='buyGoods'>立即购买</view> -->
|
|
-</view>
|
|
|
|
|
|
+<!-- </view> -->
|
|
|
|
|
|
|
|
|
|
<lip-sync />
|
|
<lip-sync />
|