From e1ae9d00165a6c353f17a4a6cad05d6e281c66be Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 3 Mar 2023 09:49:44 +0800 Subject: [PATCH] up --- src/components/XyTinymce/EditorImage.vue | 2 + src/components/XyTinymce/index.vue | 1 + src/layout/components/Navbar.vue | 18 +++ src/views/finance/component/rechargeFine.vue | 2 +- src/views/finance/flow.vue | 8 +- src/views/notice/index.vue | 154 +++++++++++++++++++ 6 files changed, 181 insertions(+), 4 deletions(-) create mode 100644 src/views/notice/index.vue diff --git a/src/components/XyTinymce/EditorImage.vue b/src/components/XyTinymce/EditorImage.vue index f6cfd75..aec6a6a 100644 --- a/src/components/XyTinymce/EditorImage.vue +++ b/src/components/XyTinymce/EditorImage.vue @@ -60,6 +60,8 @@ export default { }, handleSubmit() { const arr = Object.keys(this.listObj).map(v => this.listObj[v]) + console.log("listObj",this.listObj) + console.log("arr1",arr) if (!this.checkAllSuccess()) { this.$message('请等待所有图片上传成功。如有网络问题,请刷新页面重新上传!') return diff --git a/src/components/XyTinymce/index.vue b/src/components/XyTinymce/index.vue index 160d452..63f8c5f 100644 --- a/src/components/XyTinymce/index.vue +++ b/src/components/XyTinymce/index.vue @@ -104,6 +104,7 @@ export default { this.showImg = val }, imageSuccessCBK(arr) { + console.log("arr",arr) arr.forEach( (v) => (this.myValue += ``) ); diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 0ca97a6..9080fb2 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -45,6 +45,15 @@ @click.native="messageStatus = 1,getNotice()" >已读 +