From 3fb063957e76e6a86d2196f16c3fc0c4a82c2803 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Mon, 09 Mar 2026 16:10:48 +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