搜索分也

This commit is contained in:
2020-08-13 14:58:04 +08:00
parent 5801c2f91c
commit 213a7fb9ff
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ export default {
},
onNavigationBarSearchInputConfirmed(value) {
this.value = value.text
this.page = 1
// console.log(this.value)
this.ShopSearch()
},

View File

@@ -61,6 +61,7 @@ export default {
},
onNavigationBarSearchInputConfirmed(value) {
this.value = value.text
this.page = 1
this.ShopSearch()
},
methods: {