纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
xpz2018 02da2077f6 no message 4 years ago
..
README.md --热门城市组件优化-- 4 years ago
index.js --- 4 years ago
index.json --完善优化城市选择组件-- 4 years ago
index.wxml --- 4 years ago
index.wxss --- 4 years ago

README.md

<city-change styles='max-height:100%;' bindcitytap='cityTap'></city-change> wxml页面引用

注意: 1.需要引用组件的index.json中需要 "usingComponents": { "city-change":"/components/city-change/index" }

2.在index.js中可以添加以下方法以便于获取回调 cityTap(e){ const cityName=e.detail.cityname;//城市名 const cityId=e.detail.cityId;//城市行政编号 wx.navigateBack(); },