修复detail打开有时候没有添加衣服成功
This commit is contained in:
@@ -348,7 +348,11 @@ export default defineComponent({
|
||||
this.robotTop = false
|
||||
this.robotInput = false
|
||||
}else{
|
||||
window.location.reload()
|
||||
// window.location.reload()
|
||||
this.$router.push("/home");
|
||||
setTimeout(() => {
|
||||
this.$router.go(0);
|
||||
}, 500);
|
||||
setCookie("isBeginner", true);
|
||||
setCookie("isBeginnerNum", 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user