From 5d6c0e614bab737842e402077bee47a9d4e18733 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 14 十一月 2025 14:47:39 +0800
Subject: [PATCH] gx密码输入提示
---
src/views/login/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 9322590..0bd3477 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===''){
@@ -225,7 +226,7 @@
type="password"
name="密 码"
label="密  码"
- placeholder="6-16位数字或者字母组合"
+ placeholder="请输入证件号码后6位"
>
<template #button>
--
Gitblit v1.8.0