|
|
@ -44,7 +44,7 @@ |
|
|
{{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }}张 |
|
|
{{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }}张 |
|
|
</view> |
|
|
</view> |
|
|
<view class="" v-if="upDataObj.replyStatus !== 30102" @click="commodityModify(items, index)"> |
|
|
<view class="" v-if="upDataObj.replyStatus !== 30102" @click="commodityModify(items, index)"> |
|
|
<image class="submit-image" src="../../static/imgs/trade/myPrice.png" mode=""></image> |
|
|
|
|
|
|
|
|
<image class="submit-image" src="../../static/imgs/mall/edit.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="submit-content-body"> |
|
|
<view class="submit-content-body"> |
|
|
@ -62,7 +62,7 @@ |
|
|
v-if="upDataObj.replyStatus !== 30102" |
|
|
v-if="upDataObj.replyStatus !== 30102" |
|
|
@click="priceModify(items, index)" |
|
|
@click="priceModify(items, index)" |
|
|
class="submit-image-price" |
|
|
class="submit-image-price" |
|
|
src="../../static/imgs/trade/myPrice.png" |
|
|
|
|
|
|
|
|
src="../../static/imgs/mall/edit.png" |
|
|
mode="" |
|
|
mode="" |
|
|
></image> |
|
|
></image> |
|
|
</view> |
|
|
</view> |
|
|
|