autoLogin

This commit is contained in:
shijingjing
2023-03-21 10:38:45 +08:00
parent 9f6f44812e
commit 967c73f98a

View File

@@ -70,7 +70,7 @@ export default {
uni.setNavigationBarTitle({title: "丰收号"})
},
onLoad() {
this.autoLogin().then(() => {
this.autoLogin({ loginWay: 'qujing' }).then(() => {
this.getSwiperList();
this.getGrids();
this.getNotice();