小程式首字母檢索 城市

2021-08-28 10:51:16 字數 1514 閱讀 3737

--效果如圖

/* 首字母樣式 */

.searchletter

/* 首字母高度 */

.searchletter view

/* 右邊首字母樣式 */

.touchclass

/* 居中顯示的選中首字母 */

.cont_letter

/* 迴圈資料首字母檢索 */

.list_letter

/* 城市樣式 */

.item_city

//js

// 引入city.js

var city = require('../../utils/city.js');

page(,

// 初始化載入

onload: function (options) ;

temp.name = searchletter[i];

temp.theight = i * itemh;

temp.bheight = (i + 1) * itemh;

tempobj.push(temp)

}this.setdata()

},// 觸控滑動開始

searchstart: function (e) );

this.setscrolltop(this, showletter);

this.nowletter(pagey, this);

this.setdata()

},// 移動

searchmove: function (e) );

if (startpagey - pagey > 0)

} else }},

// 滑動結束

searchend: function (e) );

var that = this;

settimeout(function () )

}, 1000)

},//當前選中的資訊

nowletter: function (pagey, that)

}this.setscrolltop(that, showletter);

that.setdata()

},// 滾動事件

bindscroll: function (e) ,

setscrolltop: function (that, showletter) else

}that.setdata()

},// 當前選中城市

bindcity: function (e)

})

按姓名首字母檢索

解決方案 建乙個拼音表word encoding 存放 a z 每個字母 first spell 以這個字母開頭的第乙個漢字的編號 cbegin 和最後乙個漢字的編號 cend 如下圖所示 然後,直接使用sql語句查詢與所需查詢的表連線即可,如下 select tab.from tab,word e...

js實現城市首字母導航

本文講述如何在前端實現城市首字母導航的效果。1 資料格式 2 實現 var map,pylist function init var projection new ol.proj.projection var vector new ol.layer.vector fill new ol.style....

Android 根據首字母給城市排序

最近做的專案裡面有用到選城市的功能,城市是根據首字母排序的,資料都是通過後台返回的 這個功能用到了乙個第三方的庫,indexlib,然後列表是用recycleview實現的,1.我寫的model public class citymodel implements serializable for i...