Authored by htoooth

fix needlogin

... ... @@ -36,7 +36,9 @@ export default {
},
mounted() {
if (this.needLogin) {
this.$yoho.goLogin({});
setTimeout(() => {
this.$yoho.goLogin({});
}, 1000);
}
}
};
... ...