添加物流插件
This commit is contained in:
@@ -36,6 +36,14 @@ Page({
|
||||
url: `../meetingDetailSigned/meetingDetailSigned?meetingInfo=${meetingInfo}`,
|
||||
})
|
||||
},
|
||||
// 查看物流
|
||||
lookProgress(e){
|
||||
console.log(e)
|
||||
let num = e.currentTarget.dataset.progress.postNo
|
||||
wx.navigateTo({
|
||||
url: `plugin://kdPlugin/index?num=${num}&appName=来款测试demo`,
|
||||
})
|
||||
},
|
||||
// 跳转合同详情
|
||||
contractDetail(){
|
||||
console.log(this.data.form)
|
||||
|
||||
@@ -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