From e8237f2e1e56ab21e0d0eb5ea425cccc3b093c69 Mon Sep 17 00:00:00 2001 From: yangxin <2509699647@qq.com> Date: Wed, 26 Feb 2025 10:32:39 +0800 Subject: [PATCH] 最新 --- admin-web-master/src/components/add/addyixiang.vue | 17 ++++++++--------- admin-web-master/src/utils/request.js | 2 +- admin-web-master/src/views/customer/icReview/index.vue | 4 ++-- admin-web-master/src/views/customer/rUser/index.vue | 18 +++++++++--------- wenjuan-pc/src/views/investigation/index.vue | 7 ++++++- 5 files changed, 26 insertions(+), 22 deletions(-) diff --git a/admin-web-master/src/components/add/addyixiang.vue b/admin-web-master/src/components/add/addyixiang.vue index b21a112..c378eff 100644 --- a/admin-web-master/src/components/add/addyixiang.vue +++ b/admin-web-master/src/components/add/addyixiang.vue @@ -377,8 +377,7 @@ - -
+
+
评级
-
+
加入黑名单
-
+
取消黑名单
@@ -266,7 +266,7 @@ import merchantInformation from '../../../components/merchantInformation/index.v // 查询 async onSubmit() { const res = await cerePlatformMerchant(this.pageindex) - this.total = res.data.content.length + this.total = res.data.totalElements this.tableData = res.data.content }, @@ -292,8 +292,8 @@ import merchantInformation from '../../../components/merchantInformation/index.v addCheck() { this.$refs.rulePing.validate((valid) => { if (valid) { - this.ruleForm.shopId = this.secondData.shopId - rUserAdd(this.ruleForm) + this.ruleForm.id = this.secondData.id + cerePlatformMerchantedit(this.ruleForm) this.ggXin = false this.getAll() }else{ @@ -328,7 +328,7 @@ import merchantInformation from '../../../components/merchantInformation/index.v }, async sethei(ids, num) { // console.log(ids, num) - await rUserEdit({id:ids,isBlacklist:num}) + await cerePlatformMerchantedit({id:ids,isBlackList:num}) this.getAll() } } diff --git a/wenjuan-pc/src/views/investigation/index.vue b/wenjuan-pc/src/views/investigation/index.vue index d5fcdb5..d470e10 100644 --- a/wenjuan-pc/src/views/investigation/index.vue +++ b/wenjuan-pc/src/views/investigation/index.vue @@ -550,7 +550,9 @@
- 奖励 次 + + 创建活动
@@ -2676,6 +2678,9 @@ if(this.daxiangData.question[key].type == '单选') { this.options[index].index = index + 1 this.options.sort() }, + actGo(){ + // window.location.href = `` + }, } } -- libgit2 0.21.4