This commit is contained in:
Your Name
2026-03-18 14:53:09 +08:00
parent 338b104d50
commit 7832514f28
315 changed files with 7071 additions and 1136 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const wxcode = async (code) => {
}, false) // 不显示加载中
uni.setStorageSync('token', res.data.token)
uni.setStorageSync('userData', res.data)
if(res.code==1){
if(res.code==1 &&res.data.diagnosis){
video(res.data)
}
console.log('请求结果:', res.data)