Browse Source

-----

featrue/v4.4
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
550ffcedc5
1 changed files with 2 additions and 1 deletions
  1. 3
      pages/goods/index/index.wxml

3
pages/goods/index/index.wxml

@ -39,7 +39,8 @@
<view class="page-outline">{{item.description || ''}}</view>
</view>
<view class="flex flex-justify">
<view class="page-price">¥{{formate.formatePrice(item.unitPrice, kg)}}</view>
<view class="page-price" wx:if="{{formate.formatePrice(item.unitPrice, kg) !=''}}">¥{{formate.formatePrice(item.unitPrice, kg)}}</view>
<view class="page-price" wx:if="{{formate.formatePrice(item.unitPrice, kg) ==''}}">价格面议</view>
<view class="flex">
<wux-button outline size="tag" data-page="{{pageIndex}}" data-index="{{index}}" bind:click="editItem" wx:if="{{item.bidType == 1 && item.status == 2}}">编辑</wux-button>
<wux-button outline style="margin-left:9px" size="tag" data-page="{{pageIndex}}" data-index="{{index}}" wx:if="{{item.bidType == 1}}" bind:click="shelvesItem">{{item.status == 2 ? '上架': '下架'}}</wux-button>

Loading…
Cancel
Save