微信小程序 搜索框组件代码实例
网络编程 2021-07-04 15:01www.168986.cn编程入门
这篇文章主要介绍了微信小程序 搜索框组件代码实例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
这篇文章主要介绍了微信小程序 搜索框组件代码实例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
代码如下
search.wxml
<view class="header"> <view class="search"> <icon type="search" size="18" color=""> </icon> <input type="text" confirm-type="search" bindconfirm="onConfirm" value="{{value}}" /> <icon type="clear" size="18" bind:tap="onToggle" /> </view> <button bind:tap="onCancel" plain="{{true}}" class="cancel">取消</button> </view> <view class="container" wx:if="{{!isSearch}}"> <view class="title"> <view class="line"></view> <text>历史搜索</text> </view> <view class="history-container"> <block wx:for="{{words}}" wx:key="{{index}}"> <v-tag content="{{item}}" bind:ment="onConfirm"></v-tag> </block> </view> <view class="title"> <view class="line"></view> <text>热门搜索</text> </view> <view class="history-container"> <block wx:for="{{hots}}" wx:key="{{index}}"> <v-tag content="{{item}}" bind:ment="onConfirm"></v-tag> </block> </view> </view> <view class="result" wx:if="{{isSearch}}" > <block wx:for="{{books}}" wx:key="index"> <v-book book="{{item}}"></v-book> </block> </view>
search.wxss
.header{ position: fixed; :0; left: 0; z-index: 300; height:100rpx; display: flex; padding-left:20rpx; padding-right:20rpx; align-items: center; border-: 1rpx solid #eee; border-bottom: 1rpx solid #eee; flex-direction: row; background: #fff; } .search{ width:530rpx; height:70rpx; background: rgb(245, 245, 245); border-radius:30rpx; padding-left: 20rpx; display: flex; align-items: center; } .search input{ flex:1; margin-left: 20rpx; } .cancel{ height:70rpx; border-radius: 30rpx; line-height: 70rpx; border-color: #888; } .container{ margin-: 100rpx; padding: 20rpx; } .title{ display: flex; height:90rpx; align-items: center; } .line{ height:40rpx; width:10rpx; background: #333; } .result{ margin-: 100rpx; padding-left:90rpx; padding-right:90rpx; display: flex; flex-wrap: wrap; justify-content: space-between; } v-book{ margin-bottom: 60rpx; }
search.js
// ponents/search/search.js import { Keyword } from "../../models/keyword"; import { BookModel } from "../../models/book"; const keyword = new Keyword(); const bookModel = new BookModel(); Component({ / 组件的属性列表 / properties: { }, / 组件的初始数据 / data: { words: [], hots: [], books:[], isSearch:false, //给输入的默认值 value:"" }, / 组件的方法列表 / methods: { onConfirm(event) { let value = event.detail.value; // 只有在服务器上能搜索到的关键字才添加到缓存中 bookModel.getBookSearch(0, value).then(res => { if (res.total) { keyword.addHistory(value); let words = keyword.getHistory(); this.setData({ words, books:res.books, isSearch:true }) }// console.log(res); }) }, onToggle() { this.setData({ value: "", isSearch:false }) }, onCancel() { this.setData({ isSearch: false }) } }, attached() { // keyword.getHistory(); this.setData({ words: keyword.getHistory() }) keyword.getHotData().then(res => { // console.log(res.hot); this.setData({ hots: res.hot }) }) } })
models/keyword
import {HTTP} from "../utils/http-p"; class Keyword extends HTTP{ getHistory(){ const words = wx.getStorageSync('q') if(words){ return words }else{ return []; } } addHistory(value){ var words = this.getHistory(); const has = words.includes(value); if(value && !has){ if(words.length>4){ words.pop() } words.unshift(value); wx.setStorageSync('q', words) } } getHotData(){ return this.request({ url:`/book/hot_keyword` }) } getKeyword(start,value){ return this.request({ url:`/book/search`, data:{ start, q:value } }) } } export {Keyword}
models/book
import {HTTP} from "../utils/http-p"; class BookModel extends HTTP{ getHotBook(){ return this.request({ url:"/book/hot_list" }) } getBookDateil(id){ return this.request({ url:`/book/${id}/detail` }) } getBookComment(id){ return this.request({ url:`/book/${id}/short_ment` }) } getBookLike(id){ return this.request({ url:`/book/${id}/favor` }) } // 新增短评 addNewComment(id,content){ return this.request({ url:`/book/add/short_ment`, method:"POST", data:{ book_id:id, content } }) } // 获取搜索结果 getBookSearch(start,value){ return this.request({ url:`/book/search`, data:{ start, q:value } }) } } export {BookModel};
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南