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