shish 3 лет назад
Родитель
Сommit
4bfd097b42
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      hdApp/src/pagesPurchase/readMe.vue

+ 9 - 0
hdApp/src/pagesPurchase/readMe.vue

@@ -1,6 +1,12 @@
 <template>
 	<view class="app-content">
 
+		<view class="list" v-if="shopId == 1421">
+			<view>
+				<image mode="widthFix" :src="`${constant.imgUrl}/ghs/ttxhjm.jpg`" style="widht:100%;"></image>
+			</view>
+		</view>
+
 		<view class="list" v-if="shopId == 520 || shopId == 1489">
 			<view>
 				<view class="title">配送范围:</view>
@@ -74,6 +80,9 @@ export default {
 		this.shopId = this.option.shopId
 	},
 	methods: {
+		init(){
+
+		},
 		goBack(){
 			uni.navigateBack()
 		},