Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
14e5166a02
1 changed files with 5 additions and 3 deletions
  1. 8
      pages/agent/order-item/index.wxml

8
pages/agent/order-item/index.wxml

@ -16,9 +16,11 @@
<view style="height:24rpx" wx:if="{{oindex != 0 }}"></view>
<view class="item-order flex flex-justify">
<view style="width:75%">
<view class="flex flex-justify text-df" style="width:75%">
<text class="text-bold">{{orderItem.logisticcsInfo.plateNumber}}「{{ orderItem.paperCategoryName || item.paperCategoryName }}」</text>
<!-- <text class="text-bold" style="margin-right:45rpx"></text> -->
<view class="flex text-df" style="width:75%">
<highlight-text content="{{orderItem.logisticcsInfo.plateNumber}}" keyword="{{keyword}}" class="text-df text-bold"/>
<text class="text-bold">「</text>
<highlight-text content="{{orderItem.paperCategoryName || item.paperCategoryName}}" keyword="{{keyword}}" class="text-df text-bold"/>
<text class="text-bold">」</text>
</view>
<view class="text-sm text-gray" style="margin-top:12rpx">{{orderItem.promptMessage}}</view>
</view>

Loading…
Cancel
Save