From bd532b92833e0c24360727cefb514d1a793a84f7 Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Fri, 29 May 2026 18:48:22 +0800
Subject: [PATCH] no message
---
root/merchantManagement/addOrUpdataMember.vue | 17 ++++++++++++-----
root/merchantManagement/child/workbench.vue | 24 ++++++++++++------------
root/merchantManagement/dynamicNotice.vue | 4 ++--
root/merchantManagement/teamManage.vue | 2 +-
4 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/root/merchantManagement/addOrUpdataMember.vue b/root/merchantManagement/addOrUpdataMember.vue
index c1f9b22..09a352c 100644
--- a/root/merchantManagement/addOrUpdataMember.vue
+++ b/root/merchantManagement/addOrUpdataMember.vue
@@ -128,19 +128,24 @@ export default {
success: (res) => {
if (res.confirm) {
that.G.Post(that.api.order_checkMemberDel, { id: that.memberInfo.id }, (checkRes) => {
+ console.log('checkRes1', checkRes);
if (checkRes) {
- that.G.handleConfirm({
- title: "删除",
- content: res,
- success: (res) => {
- if (res.confirm) {
+ console.log('checkRes2', checkRes);
+ uni.showModal({
+ title: "确认删除吗?",
+ content: checkRes,
+ success: (res1) => {
+ if (res1.confirm) {
that.subDel();
}
},
});
} else {
+ console.log('checkRes3', checkRes);
that.subDel();
}
+ }, (err) => {
+ console.log('err2', err);
});
}
},
@@ -158,6 +163,8 @@ export default {
detail: 1,
});
}, 1500);
+ }, (err) => {
+ console.log('err', err);
});
},
changeName(e) {
diff --git a/root/merchantManagement/child/workbench.vue b/root/merchantManagement/child/workbench.vue
index cdac43d..14bf8df 100644
--- a/root/merchantManagement/child/workbench.vue
+++ b/root/merchantManagement/child/workbench.vue
@@ -341,18 +341,18 @@ export default {
iconType: 1,
path: "/root/merchantManagement/watchedMe",
},
- {
- name: "温馨提示",
- icon: "bell",
- iconType: 1,
- path: "/root/merchantManagement/bell?type=配置",
- },
- {
- name: "通用设置",
- icon: "setting",
- iconType: 1,
- path: "/root/merchantManagement/setting?type=配置",
- },
+ // {
+ // name: "温馨提示",
+ // icon: "bell",
+ // iconType: 1,
+ // path: "/root/merchantManagement/bell?type=配置",
+ // },
+ // {
+ // name: "通用设置",
+ // icon: "setting",
+ // iconType: 1,
+ // path: "/root/merchantManagement/setting?type=配置",
+ // },
];
},
getApplyNum() {
diff --git a/root/merchantManagement/dynamicNotice.vue b/root/merchantManagement/dynamicNotice.vue
index 161538d..c9aa8a4 100644
--- a/root/merchantManagement/dynamicNotice.vue
+++ b/root/merchantManagement/dynamicNotice.vue
@@ -14,7 +14,7 @@
-
+
- 添加成员。。。
+ 添加成员...