小助理

This commit is contained in:
liuye
2024-07-16 09:47:30 +08:00
parent 77216cbc13
commit 1a67e725af
4 changed files with 37 additions and 20 deletions

View File

@@ -140,7 +140,6 @@ export default {
},
onShow() {
this.getAiTypeList()
this.getHistoryList()
},
onPullDownRefresh() {
if(this.current > this.pages) {
@@ -320,7 +319,7 @@ export default {
if (!this.token) {
this.autoLogin({loginWay: 'admin', phoneCode}).then(() => {
this.getUserInfo()
this.getHistoryList()
this.getAiTypeList()
this.$u.toast('登录成功')
})
}