Quellcode durchsuchen

Merge branch 'master' of http://47.98.226.240:3000/twt/txCar

twt vor 3 Jahren
Ursprung
Commit
17b164caf1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/module/maintain.vue

+ 1 - 1
pages/module/maintain.vue

@@ -139,7 +139,7 @@
 							<view class="goodsItem" v-for="(v,i) in item.listItem">
 								<view>
 									<image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
-									<image src="../../static/img/noimg.png" mode="" class="goodsImg " v-else></image>
+									<image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg " v-else></image>
 								</view>
 								<view class="goodsItemRight" >
 									<view class="goodsItemName">{{v.itemName}}</view>