mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
commit
20b3bb158b
@ -55,6 +55,7 @@
|
||||
|
||||
<script>
|
||||
import context from '../../lib/java110/Java110Context.js';
|
||||
import {getCommunityName} from '@/api/community/communityApi.js'
|
||||
const constant = context.constant;
|
||||
export default {
|
||||
data() {
|
||||
@ -75,7 +76,7 @@
|
||||
let _active = _ownerInfo.state == '10000' ? 1 : 2;
|
||||
|
||||
_that.communityId = _ownerInfo.communityId;
|
||||
_that.communityName = _ownerInfo.communityName;
|
||||
_that.communityName = getCommunityName();
|
||||
_that._loadProperty();
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user