纸通宝小程序
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.
 

440 B

<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(); },