国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 熱點(diǎn) > 微信 > 正文

微信小程序?qū)崿F(xiàn)搜索功能并跳轉(zhuǎn)搜索結(jié)果頁(yè)面

2024-07-22 01:18:22
字體:
供稿:網(wǎng)友

本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)搜索功能,并跳轉(zhuǎn)搜索結(jié)果頁(yè)面,供大家參考,具體內(nèi)容如下

搜索頁(yè)面:

search.wxml頁(yè)面:

<view class="form">  <input class="searchInput" value='{{keyWord}}' bindconfirm='goSearch' placeholder="請(qǐng)輸入搜索關(guān)鍵字" type="text" /></view>

search.wxss樣式:

.form { position: relative; height: 40px;} .searchInput { border: 1px solid #2c3036; height: 40px; line-height: 40px; font-size: 14px; border-radius: 20px; color: #bebec4; padding-left: 35px;}

search.js:

 // 搜索 goSearch: function(e) { var that = this; var formData = e.detail.value; if (formData) {   wx.request({   url: 'https://xxxxx/homepage/search',  data: {   title: formData  },   header: {   'Content-Type': 'application/json'  },  success: function(res) {   that.setData({   search: res.data,   })   if (res.data.msg=='無相關(guān)視頻'){   wx.showToast({    title: '無相關(guān)視頻',    icon: 'none',    duration: 1500   })   }else{   let str = JSON.stringify(res.data.result.data);   wx.navigateTo({    url: '../searchShow/searchShow?data=' + str   })   }      // console.log(res.data.msg)  }  }) } else {   wx.showToast({  title: '輸入不能為空',  icon: 'none',  duration: 1500  })  } }

搜索結(jié)果:

searchShow.wxml頁(yè)面:

<view class="container"> <view class="listBox" wx:for="{{searchShow}}" wx:key="{{item.id}}"> <view class="listMain">  <navigator url='../videoShow/videoShow?id={{item.id}}'>  <image src="{{item.image}}" mode="widthFix"></image>  <view class='listTitle'>   <view class="listSubtitle">   <text>{{item.title}}</text>   </view>   <view class="listText">   <text>{{item.decription}}</text>   </view>  </view>  </navigator> </view> </view></view>searchShow.js onLoad: function(options) { let searchShow = JSON.parse(options.data); let that = this that.setData({  searchShow: searchShow }) console.log(searchShow) },

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持錯(cuò)新站長(zhǎng)站。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 泾川县| 九江市| 酉阳| 班戈县| 河津市| 曲沃县| 泸水县| 鄂州市| 萍乡市| 会宁县| 香港| 田东县| 泌阳县| 南城县| 锡林浩特市| 荆州市| 富阳市| 双峰县| 江口县| 江北区| 库车县| 韶关市| 昂仁县| 兰溪市| 仙桃市| 凤冈县| 喜德县| 铁力市| 汕尾市| 红原县| 道真| 灵丘县| 法库县| 呼图壁县| 闵行区| 商都县| 新昌县| 郴州市| 乌苏市| 西乡县| 大港区|