chore: 修改遗留代码单词拼写错误
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user