From a8b9a78690f1255c4cf648531476d4321c306029 Mon Sep 17 00:00:00 2001
From: sqw123 <3151435339@qq.com>
Date: Tue, 23 Dec 2025 22:32:05 +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