chore: 修改遗留代码单词拼写错误

This commit is contained in:
2025-12-20 15:41:32 +08:00
parent 1854a85394
commit 3cbe0263ea
4 changed files with 13 additions and 13 deletions

View File

@@ -152,7 +152,7 @@ export default {
// this.navbarPlaceholderHeight();
},
mounted() {
// this.setModuleLocatinoFn();
// this.setModuleLocationFn();
},
methods: {
toLink(val) {
@@ -191,7 +191,7 @@ export default {
});
},
// 向vuex中的diyIndexPositionObj增加公告导航组件定位位置
setModuleLocatinoFn() {
setModuleLocationFn() {
const query = uni.createSelectorQuery().in(this);
query.select('.ns-navbar-wrap .u-navbar')
.boundingClientRect(data => {