new member 8.9

This commit is contained in:
2020-08-10 17:38:54 +08:00
parent 39466d3360
commit 8c3121d5ed
18 changed files with 348 additions and 14 deletions

View File

@@ -80,11 +80,11 @@ export default {
this.value = option.value;
this.setViewHeight();
this.ShopSearch()
this.setNavSearchInput();
this.setNavSearchInput(this.value);
},
onNavigationBarSearchInputConfirmed(value) {
this.value = value.text
console.log(this.value)
// console.log(this.value)
this.ShopSearch()
},
methods: {