优化 导入提示时间太短问题

This commit is contained in:
java110 2020-06-12 18:27:38 +08:00
parent d66ed3b5b7
commit 47ea663e1a

View File

@ -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 () {