34
chenyc
2025-08-28 e818bcbeefda70e47f73c3be46f151e38d064760
34
1个文件已修改
3 ■■■■ 已修改文件
src/views/login/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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===''){