xbx #173

Merged
theluyuan merged 4 commits from xbx into master 2020-08-13 07:38:49 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 213a7fb9ff - Show all commits

View File

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

View File

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