From f10f14ad1e100246c6bd19d30f275204147c8981 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 28 十月 2025 22:09:20 +0800
Subject: [PATCH] gx
---
src/views/login/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 9322590..585aa04 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -44,8 +44,9 @@
}
const onSubmit = (values:any) => {
console.log('submit', values)
+ console.log('提交表单',userInfo.info)
loadingBUt.value=true
- // const openid='odFja56xfwSZDHhAEMn-JotSzlRc'
+ const openid=userInfo.info.openid
ajaxPost('/patient/info/wechatLogin2',`mobile=${username.value}&password=${password.value}&openId=${openid}`,config).then((re:any)=>{
console.log(re)
if (re===''){
--
Gitblit v1.8.0