优化代码

This commit is contained in:
java110 2021-03-30 12:01:23 +08:00
parent 9469a4af9c
commit d2463fcc93

View File

@ -74,7 +74,7 @@ export default {
let data = res.data; let data = res.data;
if (data.total < 1) { if (data.total < 1) {
uni.showToast({ uni.showToast({
icon: none, icon: none,
title: '当前员工还没有隶属小区,请先去后台添加' title: '当前员工还没有隶属小区,请先去后台添加'
}); });
return; return;