@@ -160,6 +160,11 @@ Page({
wx.switchTab({
url: '/pages/shipOwnerManage/shipOwnerList/shipOwnerList',
})
+ } else {
+ wx.showToast({
+ title: res.data.msg,
+ icon: "error"
+ })
}