|
@@ -11,7 +11,7 @@ Page({
|
|
|
async getIndexInfo() {
|
|
async getIndexInfo() {
|
|
|
if (wx.getStorageSync('isClient')) return
|
|
if (wx.getStorageSync('isClient')) return
|
|
|
let res = await postApi('/voyage/index', {
|
|
let res = await postApi('/voyage/index', {
|
|
|
- cargoOwnerId: wx.getStorageSync('cargoOwnerId'),
|
|
|
|
|
|
|
+ loginAccountId: wx.getStorageSync('loginAccountId'),
|
|
|
isClient: wx.getStorageSync('isClient'),
|
|
isClient: wx.getStorageSync('isClient'),
|
|
|
})
|
|
})
|
|
|
this.setData({
|
|
this.setData({
|