修复删除带来的列表页面数据为空未自动减少页码请求问题
This commit is contained in:
@@ -221,7 +221,11 @@
|
||||
{
|
||||
title: '退出登录',
|
||||
icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg',
|
||||
pageUrl: 'PAGES_LOGIN'
|
||||
pageUrl: 'PAGES_LOGIN',
|
||||
clickFunc:()=>{
|
||||
storageManage.cleanByLogout()
|
||||
go.to('PAGES_LOGIN',{},'redirect')
|
||||
}
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
@@ -356,10 +356,11 @@ let showMap = () => {
|
||||
switchChange('address')
|
||||
},
|
||||
fail: function(err) {
|
||||
uni.showToast({
|
||||
title:err,
|
||||
icon:'error'
|
||||
})
|
||||
console.log(err);
|
||||
// uni.showToast({
|
||||
// title:err,
|
||||
// icon:'error'
|
||||
// })
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user