修改1.07首页子目录跳转后回来没有固定位置的问题

This commit is contained in:
liuyuan
2025-01-08 15:46:54 +08:00
parent d46a4e6b66
commit c043408e68
4 changed files with 31 additions and 32 deletions

View File

@@ -416,6 +416,7 @@ export default {
if (this.backState == 3000) {
this.$emit("backClick");
} else {
this.$emit('back');
uni.navigateBack();
}
},