mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
a1dc6e59d0
commit
489a9b1edd
@ -15,7 +15,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {replaceImgSrc} from '../../../lib/java110/utils/ImageUtil.js'
|
import {replaceImgSrc} from '../../../lib/java110/utils/ImageUtil.js';
|
||||||
|
import {getCurrentCommunity} from '@/api/community/community.js'
|
||||||
|
|
||||||
import conf from '../../../conf/config.js'
|
import conf from '../../../conf/config.js'
|
||||||
import url from '../../../constant/url.js'
|
import url from '../../../constant/url.js'
|
||||||
export default {
|
export default {
|
||||||
@ -40,7 +42,7 @@
|
|||||||
methods: {
|
methods: {
|
||||||
_loadNoticeDetail: function() {
|
_loadNoticeDetail: function() {
|
||||||
let that = this;
|
let that = this;
|
||||||
that.communityId = this.java110Context.getUserInfo().communityId;
|
that.communityId = getCurrentCommunity().communityId;
|
||||||
this.java110Context.request({
|
this.java110Context.request({
|
||||||
header: that.java110Context.getHeaders(),
|
header: that.java110Context.getHeaders(),
|
||||||
url: url.GetNoticeListUrl,
|
url: url.GetNoticeListUrl,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user