mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
9469a4af9c
commit
d2463fcc93
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user