This commit is contained in:
X1627315083
2024-12-19 13:47:55 +08:00
parent 4a65772ca9
commit 82836a7b27
9 changed files with 608 additions and 13 deletions

View File

@@ -76,6 +76,13 @@ export default defineComponent({
Https.axiosGet(Https.httpUrls.bindGoogle, {params:data})
.then((rv) => {
accountHomeData.loadingShow = false
let value = {
accountExtendList:{
WeChat:accountHomeData.userDetail.accountExtendList?.WeChat,
Google:rv,
}
}
store.commit("upUserDetail", value)
})
.catch((res) => {accountHomeData.loadingShow = false});
}