新增搜索出的产品列表
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
</view>
|
||||
<view class="found-record">
|
||||
<view v-for="(item, index) in foundList" :key="index" class="tag-item">
|
||||
<u-tag bg-color="#eee" borderColor="#eee" color="#666" :text="item.name" @click="recentSearch(item.name)" />
|
||||
<u-tag bg-color="#eee" borderColor="#eee" color="#666" :text="item.name"
|
||||
@click="recentSearch(item.name)" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -81,6 +82,9 @@
|
||||
} catch (e) {
|
||||
// error
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: '../search-products/search-products'
|
||||
})
|
||||
},
|
||||
goBack() {
|
||||
uni.navigateBack()
|
||||
|
||||
Reference in New Issue
Block a user