guo před 3 roky
rodič
revize
5e659069d8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      pages/module/maintain.vue

+ 2 - 2
pages/module/maintain.vue

@@ -127,7 +127,7 @@
 									<image src="../../static/img/noimg.png" mode="" class="goodsImg " v-else></image>
 								</view>
 								<view class="goodsItemRight" >
-									<view class="goodsItemName">{{v.goodsName}}</view>
+									<view class="goodsItemName">{{v.showName}}</view>
 									<view class="goodsItemBottom">
 										<view class="goodssalePrice">¥{{v.salePrice}}</view>
 										<view class="goodsNum">x{{v.qty}}</view>
@@ -137,7 +137,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>