tanxue hace 4 meses
padre
commit
3ba8d11629
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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>