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