From 0107d03b1270871b6c791080a23da93a227da4d2 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 21 十月 2022 16:26:01 +0800
Subject: [PATCH] 454

---
 src/views/login/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index f30bd9c..baadcce 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -51,7 +51,7 @@
             } else {
                 console.log('得到tokeng')
                 Session.set('token', re)
-                Toast('登录成功。。。。。')
+                Toast('登录成功')
                 getUserinfo()
             }
         }).finally(()=>{
@@ -81,7 +81,7 @@
                 Toast('登录失败,请重新登录')
             } else {
                 Session.set('token', re)
-                Toast('登录成功。。。。。')
+                Toast('登录成功')
                 getUserinfo()
             }
         })
@@ -136,10 +136,10 @@
                         ajaxPost('patient/info/wechatLogin','openId='+openId,config).then((re:any)=>{
                             console.log('openid换的accesstoken=',re)
                             if (re===''){
-                                Toast('请填写表单登录。。')
+                                Toast('请填写表单登录')
                             } else {
                                 Session.set('token', re)
-                                Toast('登录成功。。。。。')
+                                Toast('登录成功')
                                 getUserinfo()
                             }
                         })

--
Gitblit v1.8.0