|
@@ -55,7 +55,7 @@
|
|
|
<image src="../../static/img/noimg.png" mode="" class="goodsImg sm" v-else></image>
|
|
|
<view class="goodsCont">
|
|
|
<view class="goodsContTop">
|
|
|
- <view class="goodsItemName">{{v.goodsName}}</view>
|
|
|
+ <view class="goodsItemName">{{v.showName}}</view>
|
|
|
<view class="replace" @click.stop="replace(vf,index,findex,i)" v-if="vf.length>1">更换</view>
|
|
|
</view>
|
|
|
<view class="goodsCOntBOttom">
|