Browse Source

优化详情下方显示

master
wanghongjun 2 years ago
parent
commit
f80285c63b
  1. 3
      pages/goods/detail.scss
  2. 2
      pages/goods/detail.vue

3
pages/goods/detail.scss

@ -169,6 +169,9 @@
} }
} }
} }
.item-content-long{
margin-bottom: 90rpx;
}
} }
// 店铺详情 // 店铺详情

2
pages/goods/detail.vue

@ -44,7 +44,7 @@
</view> </view>
</view> </view>
<!-- 标的信息 --> <!-- 标的信息 -->
<view class="item-content b-f" v-if="tabKey === 1"> <view class="item-content b-f" v-if="tabKey === 1" :class="shopyear_show || talprice_show ? 'item-content-long' : '' ">
<view class="gdic"> <view class="gdic">
<text class="gdic-tit">标的名称</text> <text class="gdic-tit">标的名称</text>
<text class="gdic-txt">{{goods.goods_name}}</text> <text class="gdic-txt">{{goods.goods_name}}</text>

Loading…
Cancel
Save