DDR爱好者之家 Design By 杰米
本文实例为大家分享了小程序实现悬浮搜索框的具体代码,供大家参考,具体内容如下
悬浮搜索框是当数据界面不断滚动时,搜索框始终悬浮在最上方。来看一下效果图
UI代码
<view class="search-wrapper"> <view class="search-panel"> <view class="search-section"> <view class="search-button-wrapper"> <image class="search-button" src="/UploadFiles/2021-04-02/scan.png">样式
.search-wrapper { position: fixed;/*悬停搜索框的关键样式*/ top: 0px; left: 0; width: 100%; z-index: 999; } .search-panel { background-color: #f50; } .search-section { padding: 5px 0px; display: flex; flex-direction: row; } .search-demo { padding: 5px; flex-direction: row; background-color: #eee; padding-left:42px; align-items: flex-start; } .search-input-wrapper { flex: 8; padding: 5px; background-color: #eee; border-radius: 3px; } .search-input { padding-top: 5px; } .search-clear { float: right; width: 32px; height: 32px; z-index: 998; } .search-button-wrapper { padding-left: 5px; padding-right: 5px; padding-top:5px; } .search-button { flex: 1; border: none !important; color: white !important; width: 32px; height: 32px; }JS代码
//获取应用实例 var app = getApp() Page({ data: { barcode: "", hiddenLoading: true, hiddenData: true, hiddenDropdown: true, hiddenClear:true, demoData: 'XXXX', Product: {}, }, bindBarcodeInput: function (e) { this.setData({ barcode: e.detail.value }) }, bindBarcodeFocus: function (e) { this.setData({ hiddenDropdown: false, hiddenClear:false }) }, bindBarcodeBlur: function (e) { this.setData({ hiddenDropdown: true, hiddenClear:true }) }, scan: function (e) { var that = this; wx.scanCode({ success: function (res) { that.setData({ barcode: res.result }); that.query(e); }, fail: function () { that.setData({ barcode: "", hiddenData: true }); }, complete: function () { // complete } }) }, setDemoData: function (e) { this.setData({ barcode: this.data.demoData }); }, clear: function (e) { this.setData({ barcode: "", hiddenData: true }); }, query: function (e) { var url = "https://www.xxx.com/query";//查询数据的URL var that = this; if (that.data.barcode == undefined || that.data.barcode == null || that.data.barcode.length <= 0) { that.setData({ hiddenData: true }); wx.showToast({ title: '请输入条码', image: '/images/fail.png', duration: 2000 }); return; } wx.request({ url: url, data: { barcode: that.data.barcode }, method: 'GET', success: function (res) { var result = res.data; if (result.Status != 0) { that.setData({ hiddenData: true }); wx.showToast({ title: result.Message, image: '/images/fail.png', duration: 2000 }) return; } that.setData({ Product: result.Data, hiddenData: false }); wx.showToast({ title: "获取数据成功", image: '/images/ok.png', duration: 2000 }) }, fail: function (e) { var toastText = '获取数据失败' + JSON.stringify(e); that.setData({ hiddenLoading: !that.data.hiddenLoading, hiddenData: true }); wx.showToast({ title: toastText, icon: '', duration: 2000 }) }, complete: function () { // complete } }) } })用到的几个图片
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
DDR爱好者之家 Design By 杰米
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
DDR爱好者之家 Design By 杰米
暂无评论...
更新日志
2024年11月25日
2024年11月25日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]