mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化代码
This commit is contained in:
parent
f38133bc72
commit
9469a4af9c
@ -29,7 +29,6 @@ export default {
|
||||
let _that =this;
|
||||
return new Promise(function(reslove,reject){
|
||||
//小区没有就去登录
|
||||
|
||||
if (util.isNotNull(_communityInfo) && reload != true) {
|
||||
_communityInfo = JSON.parse(_communityInfo);
|
||||
reslove(_communityInfo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user