小編給大家分享一下小程序開發中如何做出城市選擇,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
創新互聯是一家專業提供曲陽企業網站建設,專注與成都網站建設、成都做網站、H5開發、小程序制作等業務。10年已為曲陽眾多企業、政府機構等服務。創新互聯專業網站制作公司優惠進行中。
這次給大家帶來微信小程序開發中怎樣做出城市選擇,微信小程序開發中做出城市選擇的注意事項有哪些,下面就是實戰案例,一起來看一下。
本文實例為大家分享了微信小程序城市選擇器,供大家參考,具體內容如下
代碼很簡單.
var city = require('../../utils/city.js'); var app = getApp() Page({ data: { searchLetter: [], showLetter: "", winHeight: 0, // tHeight: 0, // bHeight: 0, cityList: [], isShowLetter: false, scrollTop: 0,//置頂高度 scrollTopId: '',//置頂id city: "上海市", hotcityList: [{ cityCode: 110000, city: '北京市' }, { cityCode: 310000, city: '上海市' }, { cityCode: 440100, city: '廣州市' }, { cityCode: 440300, city: '深圳市' }, { cityCode: 330100, city: '杭州市' }, { cityCode: 320100, city: '南京市' }, { cityCode: 420100, city: '武漢市' }, { cityCode: 410100, city: '鄭州市' }, { cityCode: 120000, city: '天津市' }, { cityCode: 610100, city: '西安市' }, { cityCode: 510100, city: '成都市' }, { cityCode: 500000, city: '重慶市' }] }, onLoad: function () { // 生命周期函數--監聽頁面加載 var searchLetter = city.searchLetter; var cityList = city.cityList(); var sysInfo = wx.getSystemInfoSync(); var winHeight = sysInfo.windowHeight; var itemH = winHeight / searchLetter.length; var tempObj = []; for (var i = 0; i < searchLetter.length; i++) { var temp = {}; temp.name = searchLetter[i]; temp.tHeight = i * itemH; temp.bHeight = (i + 1) * itemH; tempObj.push(temp) } this.setData({ winHeight: winHeight, itemH: itemH, searchLetter: tempObj, cityList: cityList }) }, onReady: function () { // 生命周期函數--監聽頁面初次渲染完成 }, onShow: function () { // 生命周期函數--監聽頁面顯示 }, onHide: function () { // 生命周期函數--監聽頁面隱藏 }, onUnload: function () { // 生命周期函數--監聽頁面卸載 }, onPullDownRefresh: function () { // 頁面相關事件處理函數--監聽用戶下拉動作 }, onReachBottom: function () { // 頁面上拉觸底事件的處理函數 }, clickLetter: function (e) { console.log(e.currentTarget.dataset.letter) var showLetter = e.currentTarget.dataset.letter; this.setData({ showLetter: showLetter, isShowLetter: true, scrollTopId: showLetter, }) var that = this; setTimeout(function () { that.setData({ isShowLetter: false }) }, 1000) }, //選擇城市 bindCity: function (e) { console.log("bindCity") this.setData({ city: e.currentTarget.dataset.city }) }, //選擇熱門城市 bindHotCity: function (e) { console.log("bindHotCity") this.setData({ city: e.currentTarget.dataset.city }) }, //點擊熱門城市回到頂部 hotCity: function () { this.setData({ scrollTop: 0, }) } })
看完了這篇文章,相信你對小程序開發中如何做出城市選擇有了一定的了解,想了解更多相關知識,歡迎關注創新互聯行業資訊頻道,感謝各位的閱讀!
當前文章:小程序開發中如何做出城市選擇
鏈接分享:http://m.newbst.com/article36/pgcspg.html
成都網站建設公司_創新互聯,為您提供網站內鏈、網站設計公司、網站收錄、網站策劃、App開發、動態網站
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯