mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化 导入提示时间太短问题
This commit is contained in:
parent
d66ed3b5b7
commit
47ea663e1a
@ -86,11 +86,11 @@
|
||||
vc.jumpToPage('/admin.html#/pages/property/listOwner')
|
||||
return;
|
||||
}
|
||||
vc.toast(json);
|
||||
vc.toast(json,10000);
|
||||
},
|
||||
function (errInfo, error) {
|
||||
console.log('请求失败处理');
|
||||
vc.toast(errInfo);
|
||||
vc.toast(errInfo,10000);
|
||||
});
|
||||
},
|
||||
_exitCommunityData: function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user