添加物流插件
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
</view>
|
||||
<view class="look-progress">
|
||||
<text>金额:{{item.invoiceAmount}}元</text>
|
||||
<text wx:if="{{item.postStatus == 1}}">查看物流</text>
|
||||
<text wx:if="{{item.postStatus == 1}}" bindtap="lookProgress" data-progress="{{item}}">查看物流</text>
|
||||
</view>
|
||||
</view>
|
||||
<text class="no-data" style="height: 50px;" wx:if="{{!form.mailBill}}">暂无邮寄记录!</text>
|
||||
|
||||
Reference in New Issue
Block a user