From 51f9d68a26870672d6e516d740651665f9e7f386 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Fri, 13 Mar 2026 13:32:25 +0800
Subject: [PATCH] Ui
---
pages/quanyi/add.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index f101df3..37e1328 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -314,9 +314,11 @@
success(e){
if(e.data.code!==200){
- uni.showTips({
- title: e.data.data
+ uni.showToast({
+ title: e.data.data,
+ icon: "none",
});
+ return
}
uni.request({
url:_this.$webHost+`/api/v2/pay/getPayBindCardInfo/${uni.getStorageSync('ygxLogin').customerId}`,
--
Gitblit v1.9.3