tanxue 4 hónapja
szülő
commit
3ba8d11629
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      pages/mall/productDialog.vue
  2. 1 1
      pages/pay/productDialog.vue

+ 1 - 1
pages/mall/productDialog.vue

@@ -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>

+ 1 - 1
pages/pay/productDialog.vue

@@ -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>