From ad876a6fea2df6e2a831d4c9d95cf724855610f4 Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期六, 14 十二月 2024 16:43:35 +0800
Subject: [PATCH] 修复用户微信扫码进入小程序无法跳转及登录问题,修改会员卡解绑接口

---
 pages/login/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/login/index.vue b/pages/login/index.vue
index 80a0138..a913541 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -40,7 +40,8 @@
 						}else{
 							uni.showToast({
 								title:'登录失败',
-								icon:'none'
+								icon:'none',
+								
 							})
 						}
 				  })
@@ -86,7 +87,7 @@
 				<image class="top-bg" :src="baseUrl + '/upload' + '/qingYuan/images/20241126/2f56a2a7ecfd2544dec5978d2687383e.png'" mode="widthFix"></image>
 				<view class="top--title">
 					<image class="logo" src="../../static/images/login/logo.png "></image>
-					<view class="text">清源直饮水运维平台</view>
+					<view class="text">慧物通直饮水</view>
 				</view>
 			</view>
 			<view class="login-text">

--
Gitblit v1.9.3