搜索页
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user