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

@@ -268,7 +268,7 @@
.exec();
});
this.setModuleLocatinoFn();
this.setModuleLocationFn();
},
methods: {
initPageIndex() {
@@ -415,7 +415,7 @@
this.isUnfold = !this.isUnfold;
},
// 向vuex中的diyIndexPositionObj增加分类导航组件定位位置
setModuleLocatinoFn() {
setModuleLocationFn() {
const query = uni.createSelectorQuery().in(this);
query.select('.nav-top-category')
.boundingClientRect(data => {