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 @@ - + -
添加成员。。。
+
添加成员...