mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化小区名称不显示bug
This commit is contained in:
parent
e16c0b1f66
commit
6f1fd47a12
@ -55,6 +55,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import context from '../../lib/java110/Java110Context.js';
|
import context from '../../lib/java110/Java110Context.js';
|
||||||
|
import {getCommunityName} from '@/api/community/communityApi.js'
|
||||||
const constant = context.constant;
|
const constant = context.constant;
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -75,7 +76,7 @@
|
|||||||
let _active = _ownerInfo.state == '10000' ? 1 : 2;
|
let _active = _ownerInfo.state == '10000' ? 1 : 2;
|
||||||
|
|
||||||
_that.communityId = _ownerInfo.communityId;
|
_that.communityId = _ownerInfo.communityId;
|
||||||
_that.communityName = _ownerInfo.communityName;
|
_that.communityName = getCommunityName();
|
||||||
_that._loadProperty();
|
_that._loadProperty();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user