mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
合并代码
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
dcfc12d06a
commit
435db3137a
@ -6,7 +6,8 @@
|
||||
<index-menu></index-menu>
|
||||
</view>
|
||||
|
||||
<index-notice></index-notice>
|
||||
<index-notice ref="indexNoticeRef"></index-notice>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
@ -101,6 +102,9 @@
|
||||
if (hasLogin()) {
|
||||
_that.judgeBindOwnerFun();
|
||||
}
|
||||
if(this.$refs.indexNoticeRef){
|
||||
this.$refs.indexNoticeRef._loadData();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user