autoLogin
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
|||||||
uni.setNavigationBarTitle({title: "丰收号"})
|
uni.setNavigationBarTitle({title: "丰收号"})
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.autoLogin().then(() => {
|
this.autoLogin({ loginWay: 'qujing' }).then(() => {
|
||||||
this.getSwiperList();
|
this.getSwiperList();
|
||||||
this.getGrids();
|
this.getGrids();
|
||||||
this.getNotice();
|
this.getNotice();
|
||||||
|
|||||||
Reference in New Issue
Block a user