腾讯位置服务获取城市数据生成城市选择器组件示例
代码片段1:https://developers.weixin.qq.com/s/rnfrwpm374lJ
代码片段2:https://developers.weixin.qq.com/s/83dx61mT7opo 修复tabs 文字过长
效果图:
开发中遇到的问题:
https://developers.weixin.qq.com/community/develop/doc/000ca8e45b8e400c862b97d6c51000
知识补充文档:
1、https://segmentfault.com/a/1190000014724227?utm_source=index-hottest
2、https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Inheritance_and_the_prototype_chain
提示:
引用代码请填写 key; https://lbs.qq.com/miniProgram/jsSdk/jsSdkGuide/methodGetdistrictbycityid
// component/city-picker/city-picker.js
const QQMapWX = require('./qqmap-wx-jssdk.min.js');
const qqmapsdk = new QQMapWX({
key: 'LTGBZ-...-....-SYPGW-EYYHZ-....' // 请填写 key https://lbs.qq.com/miniProgram/jsSdk/jsSdkGuide/methodGetdistrictbycityid
});
这个可以提供一下代码,我看看你这个组件