搜索页

This commit is contained in:
”chenxuelian“
2022-12-25 14:50:29 +08:00
parent 801e0e9995
commit 09855d7da1
3 changed files with 31 additions and 27 deletions

View File

@@ -405,14 +405,6 @@
this.tagCurrent = index
this.featureMask = false
},
toShowPop() {
console.log('---pop')
this.showMask = true
// this.$refs.popup.open('top')
},
getImg() {
return Math.floor(Math.random() * 35);
},
// 点击左边的栏目切换
async swichMenu(index) {
if (index == this.menuCurrent) return;
@@ -456,7 +448,7 @@
},
navigateToSearch() {
uni.navigateTo({
url: '/pages/index/search/search'
url: '../../search/search'
})
},
goBack() {