bug
This commit is contained in:
@@ -92,13 +92,13 @@
|
||||
</div>
|
||||
<div class="add-form__footer">
|
||||
<div class="add-form__footer--item-wrapper">
|
||||
<div class="add-form__footer--item">
|
||||
<div class="add-form__footer--item" @click="toPreview">
|
||||
<image :src="`${$cdn}sass/preview.png`">
|
||||
<span @click="toPreview">预览</span>
|
||||
<span>预览</span>
|
||||
</div>
|
||||
<div class="add-form__footer--item">
|
||||
<div class="add-form__footer--item" @click="toSetting">
|
||||
<image :src="`${$cdn}sass/setting.png`">
|
||||
<span @click="toSetting">设置</span>
|
||||
<span>设置</span>
|
||||
</div>
|
||||
</div>
|
||||
<div @click="onConfirm">立即发布</div>
|
||||
|
||||
@@ -135,7 +135,6 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
this.$loading()
|
||||
document.title = "通知公告";
|
||||
this.$dict.load("announcementStatus");
|
||||
},
|
||||
@@ -153,8 +152,11 @@ export default {
|
||||
this.showList = false;
|
||||
}
|
||||
this.current = 1;
|
||||
this.$loading()
|
||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||
this.getList();
|
||||
}).catch(() => {
|
||||
this.$hideLoading()
|
||||
})
|
||||
},
|
||||
emitReachBottom() {
|
||||
@@ -258,6 +260,8 @@ export default {
|
||||
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
|
||||
}
|
||||
|
||||
this.$hideLoading()
|
||||
}).catch(() => {
|
||||
this.$hideLoading()
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user