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

@@ -175,7 +175,7 @@
},
mounted() {
if (this.value.positionWay == 'fixed')
this.setModuleLocatinoFn();
this.setModuleLocationFn();
},
methods: {
search() {
@@ -204,7 +204,7 @@
});
},
// 向vuex中的diyIndexPositionObj增加搜索组件定位位置
setModuleLocatinoFn() {
setModuleLocationFn() {
this.$nextTick(() => {
const query = uni.createSelectorQuery().in(this);
query.select('.diy-search-wrap')