From 4711bb8fb2fb16c4eb1cdf6c0314069d85e77a67 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 27 Nov 2025 14:47:00 +0800
Subject: [PATCH] 名片聊天
---
mobile/pages/branch/admin/branch/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mobile/pages/branch/admin/branch/index.vue b/mobile/pages/branch/admin/branch/index.vue
index 6b2dfae..72484aa 100644
--- a/mobile/pages/branch/admin/branch/index.vue
+++ b/mobile/pages/branch/admin/branch/index.vue
@@ -201,11 +201,11 @@
/*删除分会*/
onDelete(e) {
let self = this;
- wx.showModal({
+ uni.showModal({
title: "提示",
content: "您确定要删除此分会吗?",
success: function(o) {
- o.confirm && self._get('branch.admin.branch/delete', {
+ o.confirm && self._post('branch.admin.branch/delete', {
branch_id: e
}, function(result) {
if (result.code == 1) {
--
Gitblit v1.9.2