|
|
@@ -160,10 +160,10 @@ export default {
|
|
|
this.checkAuthen()
|
|
|
.then(res => {
|
|
|
// this.$http.get('/storeAuthentication/pass/' + res.id);
|
|
|
- this.navigateTo('/pages/store/apply');
|
|
|
+ this.navigateTo('/pages/store/review');
|
|
|
})
|
|
|
.catch(() => {
|
|
|
- this.navigateTo('/pages/store/review');
|
|
|
+ this.navigateTo('/pages/store/apply');
|
|
|
});
|
|
|
},
|
|
|
loginMethods() {
|