|
@@ -2,7 +2,7 @@
|
|
<view class="goods-detail">
|
|
<view class="goods-detail">
|
|
<view>
|
|
<view>
|
|
<!-- 商品信息 -->
|
|
<!-- 商品信息 -->
|
|
- <view class="goods-head">
|
|
|
|
|
|
+ <view class="goods-head" v-if="goodContent">
|
|
<view class="goods-imgs">
|
|
<view class="goods-imgs">
|
|
<view class="goods-staus" v-if="goodContent.inventoryQty == 0 || goodContent.delFlage == 0 || goodContent.state == 0"></view>
|
|
<view class="goods-staus" v-if="goodContent.inventoryQty == 0 || goodContent.delFlage == 0 || goodContent.state == 0"></view>
|
|
<u-swiper height="325" :border-radius="15" mode="number" indicator-pos="bottomRight" :list="imageList"></u-swiper>
|
|
<u-swiper height="325" :border-radius="15" mode="number" indicator-pos="bottomRight" :list="imageList"></u-swiper>
|