From 8b3b9df206713f684ff641a58ef912234a2562f1 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 22 Jul 2026 08:50:25 +0800 Subject: [PATCH 1/3] 1 --- common/httpRequest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/httpRequest.js b/common/httpRequest.js index 77e0543..a95039b 100644 --- a/common/httpRequest.js +++ b/common/httpRequest.js @@ -37,8 +37,8 @@ function getSafeWindowInfo() { const tui = { //接口地址 interfaceUrl: function() { - // return 'https://hbkuaishi.com/hiver' //正式 - return 'http://192.168.100.34:8888/hiver' //测试 + return 'https://hbkuaishi.com/hiver' //正式 + // return 'http://192.168.100.34:8888/hiver' //测试 }, toast: function(text, duration, success) { uni.showToast({ From eb9784650bfc8cf90c4de8844846d075f8231427 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 22 Jul 2026 08:50:39 +0800 Subject: [PATCH 2/3] 1 --- package2/shop/merchantCenter.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue index 31b8535..e2eafcc 100644 --- a/package2/shop/merchantCenter.vue +++ b/package2/shop/merchantCenter.vue @@ -426,9 +426,12 @@ if (res.code == 200) { that.tui.toast("核销成功",1500) } else { - that.tui.toast(res.message) + uni.showModal({ + title: '提示', + content: res.message, + showCancel:false + }); } - // }).catch((res) => {}) } } From fd0ea1b895771fd9324f04cc8e4e49a92ee32e9a Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 22 Jul 2026 08:50:47 +0800 Subject: [PATCH 3/3] 1 --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 62b0586..320cedc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -319,7 +319,7 @@ - + 校园