直播開發app,實時搜尋、搜尋引擎框
直播開發app,實時搜尋、搜尋引擎框實現的相關程式碼
1.view部分
<template> <view class="content"> <!-- 程式碼 start --> <view class="invitation-zhiwei-search"> <label class="cuIcon-search"></label> <input type="text" v-model="filterText" placeholder="請輸入職位名稱" /> </view> <view class="invitation-zhiwei-ul"> <text v-for="(item,index) in filterList" :key="index" @click="zwcok(index)">{{item.name}}</text> </view> <!-- 程式碼 end --> </view> </template>
2.js部分
<script> export default { data() { return { filterText: '', zhiweilist: [{ id: 0,name: '全部' }, { id: 1,name: '地鐵安檢' }, { id: 2,name: '家政保潔' }, { id: 3,name: '電話銷售' }, { id: 4,name: 'php後端開發' } ], } }, onLoad() {}, computed: { filterList() { var arr = [] this.zhiweilist.forEach((item) => arr.push(item)) if (this.filterText) { arr = this.zhiweilist.filter(item => item.name.includes(this.filterText)) } return arr } }, methods: { } } </script>
3.css部分
<style> page { background: #f3f4f6; } .invitation-zhiwei-ul text { width: 100%; height: 90rpx; line-height: 90rpx; display: block; border-bottom: 1px #eaeaea solid; box-sizing: border-box; padding: 0px 3%; color: #666; font-size: 14px; } .invitation-zhiwei-search { width: 100%; height: 80rpx; line-height: 80rpx; background: rgba(0, 0, 0, .1); display: flex; flex-direction: row; box-sizing: border-box; padding: 0px 3%; align-items: center; justify-content: space-between; } .invitation-zhiwei-search input { font-size: 14px; width: 90%; } .invitation-zhiwei-search label { font-size: 18px; } </style>
以上就是直播開發app,實時搜尋、搜尋引擎框實現的相關程式碼, 更多內容歡迎關注之後的文章
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2884750/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 直播軟體app開發,刪除主頁搜尋框APP
- 直播app原始碼,預設顯示搜尋框 保留搜尋條件APP原始碼
- 搜尋引擎-03-搜尋引擎原理
- 直播軟體開發,自定義搜尋欄的圖示樣式和搜尋框
- 前端實時搜尋框模擬前端
- 海量資料搜尋---搜尋引擎
- 直播平臺開發,基礎搜尋方式之拼音搜尋
- 搜尋引擎es-分詞與搜尋分詞
- 開放搜尋開源相容版,支援Elasticsearch做搜尋召回引擎Elasticsearch
- Jquery + Bootstrap 實現搜尋框jQueryboot
- 搜尋引擎必看的入門書籍——《搜尋引擎:資訊檢索實踐》
- js之搜尋框JS
- 搜尋框佈局
- ElasticSearch全文搜尋引擎Elasticsearch
- 搜尋引擎語法
- 搜尋引擎命令大全
- 搜尋引擎程式碼
- 搜尋引擎面試題面試題
- 【搜尋引擎】 PostgreSQL 10 實時全文檢索和分詞、相似搜尋、模糊匹配實現類似Google搜尋自動提示SQL分詞Go
- PHP開發搜尋引擎技術全解析PHP
- 相見恨晚!開源的傻瓜搜尋引擎,幫你快速實現搜尋功能
- 開源BT磁力搜尋引擎收集
- 搜尋引擎:MapReduce實戰----倒排索引索引
- JavaScript搜尋框提示文字JavaScript
- jQuery 伸縮搜尋框jQuery
- Nebula 基於 ElasticSearch 的全文搜尋引擎的文字搜尋Elasticsearch
- 蘋果或自己開發搜尋引擎:與谷歌拜拜?蘋果谷歌
- 搜尋引擎優化(SEO)優化
- 搜尋引擎框架介紹框架
- Django整合搜尋引擎ElasticserachDjangoAST
- 認識搜尋引擎 ElasticsearchElasticsearch
- 搜尋引擎與前端SEO前端
- 搜尋引擎原理及使用
- 海量資料搜尋---demo展示百度、谷歌搜尋引擎的實現谷歌
- 使用Node,Vue和ElasticSearch構建實時搜尋引擎VueElasticsearch
- 使用Google百度等搜尋引擎的常用搜尋技巧Go
- Mac上神奇的內建搜尋引擎——Spotlight(聚焦搜尋)Mac
- 微信對外部搜尋引擎開放:自媒體平臺開放搜尋引擎有哪些意義