|
|
@@ -16,7 +16,8 @@ Component({
|
|
|
size: 20,
|
|
|
list: [],
|
|
|
total: 0,
|
|
|
- bottomText: '点击或滑动加载更多...'
|
|
|
+ bottomText: '点击或滑动加载更多...',
|
|
|
+ cargoOwnerId:0
|
|
|
},
|
|
|
methods: {
|
|
|
async getVoyageList() {
|
|
|
@@ -57,6 +58,10 @@ Component({
|
|
|
total: 1
|
|
|
})
|
|
|
return
|
|
|
+ }else{
|
|
|
+ this.setData({
|
|
|
+ cargoOwnerId
|
|
|
+ })
|
|
|
}
|
|
|
let res = await postApi('/voyage/list', {
|
|
|
cargoOwnerId: wx.getStorageSync('cargoOwnerId'),
|