|
@@ -8,7 +8,7 @@
|
|
|
<view class="product-body-box">
|
|
|
<!-- ↓需要换成从接口中取得 wgy -->
|
|
|
<view class="detail-item-box" v-for="(item,index) in productList " :key="index">
|
|
|
- <img :src="item.cover" class="mall-image" />
|
|
|
+ <img :src="item.cover" class="mall-image mt-20" />
|
|
|
<view class="content-body-box">
|
|
|
<view class="content-name">
|
|
|
<view class="name-text">{{item.levelName}}</view>
|