From d560e4319c3ac167f8393c077fa79ee0273c4277 Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Wed, 26 Mar 2025 17:00:24 +0800 Subject: [PATCH] 1 --- admin-web-master/src/components/merchantInformation/index.vue | 16 +++++++++++++++- admin-web-master/src/components/resourceCommodity/index.vue | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------- lvdao-miniapp/App.vue | 15 +++++++++++++++ lvdao-miniapp/components/tabbar/tabbar.vue | 1 + lvdao-miniapp/main.js | 4 ++-- lvdao-miniapp/pages/message/message.vue | 44 +++++++++++++++++++++++++++++++++++++++----- lvdao-miniapp/utils/request.js | 8 ++++---- 7 files changed, 138 insertions(+), 37 deletions(-) diff --git a/admin-web-master/src/components/merchantInformation/index.vue b/admin-web-master/src/components/merchantInformation/index.vue index fe49571..054fd70 100644 --- a/admin-web-master/src/components/merchantInformation/index.vue +++ b/admin-web-master/src/components/merchantInformation/index.vue @@ -177,7 +177,8 @@ }, methods: { minSev() { - + let that = this + console.error(this.info) // return cerePlatformMerchantedit({ ...this.info, @@ -190,6 +191,7 @@ message: '处理成功', type: 'success' }) + that.setmsg() this.info.checkState = this.radio this.$emit('removeonaction', '1') } else { @@ -200,6 +202,18 @@ } }) }, + async setmsg() { + let info = { + type:'通知消息', + phone:this.info.phone, + content:{ + type:'1', + title:this.radio=='2'?'商家同意':this.radio=='3'?'商家驳回':'商家', + content:this.checkOpinion + }, + } + await this.$setmsg(info); + }, changetype(){ this.xiangTab= 'first' this.$emit('removeonaction', '1') diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue index d358e08..5600684 100644 --- a/admin-web-master/src/components/resourceCommodity/index.vue +++ b/admin-web-master/src/components/resourceCommodity/index.vue @@ -52,11 +52,11 @@