Fix:3168 【商城小程序】搜索词过长时,历史搜索词条显示不全
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<view
|
||||
v-for="item of historyKey"
|
||||
:key="item.id"
|
||||
class="item"
|
||||
class="item one-t"
|
||||
@click="toSearch(item.word)"
|
||||
>
|
||||
{{ item.word }}
|
||||
|
||||
Reference in New Issue
Block a user