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.
429 B
429 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){ console.log('fasdfsdfsdfds'); console.log(e); const cityName=e.detail.cityname; wx.navigateBack(); },