Commit 581a5a4ffc16ab950debf5349272985939f6270b

Authored by yvan.ni
1 parent 2e6231c0

库存不足和不匹配的优化

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -1632,8 +1632,8 @@
1632 1632 <view class="flex xc-ash">
1633 1633 <view class="fs30 xc-black3 address_name">{{item.pickup_name}}
1634 1634 <text class="c-red22" wx:if="{{item.is_no_qyt}}">(库存不足)</text>
1635   - <text class="c-red22" wx:if="{{item.is_no_dis}}">(配送不匹配)</text>
1636   - <text class="c-red22" wx:if="{{item.is_no_dis_nor && is_normal==1}}">(配送不匹配)</text>
  1635 + <text class="c-red22" wx:elif="{{item.is_no_dis}}">(配送不匹配)</text>
  1636 + <text class="c-red22" wx:elif="{{item.is_no_dis_nor && is_normal==1}}">(配送不匹配)</text>
1637 1637 </view>
1638 1638 </view>
1639 1639 <view>
... ...