diff --git a/src/project/fengdu/AppHome/AppHome.vue b/src/project/fengdu/AppHome/AppHome.vue index 322bfb3..d3407f0 100644 --- a/src/project/fengdu/AppHome/AppHome.vue +++ b/src/project/fengdu/AppHome/AppHome.vue @@ -70,7 +70,7 @@ export default { uni.setNavigationBarTitle({title: "丰收号"}) }, onLoad() { - this.autoLogin().then(() => { + this.autoLogin({ loginWay: 'qujing' }).then(() => { this.getSwiperList(); this.getGrids(); this.getNotice();