更新记录
1.0.1(2023-09-18)
下载此版本
改为uni_modules规范
1.0.0(2022-07-01)
下载此版本
初始版本
平台兼容性
App |
快应用 |
微信小程序 |
支付宝小程序 |
百度小程序 |
字节小程序 |
QQ小程序 |
app-vue |
× |
√ |
√ |
√ |
√ |
√ |
钉钉小程序 |
快手小程序 |
飞书小程序 |
京东小程序 |
√ |
√ |
√ |
√ |
H5-Safari |
Android Browser |
微信浏览器(Android) |
QQ浏览器(Android) |
Chrome |
IE |
Edge |
Firefox |
PC-Safari |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
indexBar 索引地址栏
使用方法:
<indexBar @selectCity="selectCity" />
import indexBar from '@/uni_modules/piaoyi-indexBar/components/piaoyi-indexBar/piaoyi-indexBar.vue'
export default {
components: {
indexBar
},
data() {
return {
}
},
methods: {
//点击地区回调
selectCity (item) {
console.log(item)
}
}
}
事件说明
事件名 |
返回值 |
描述 |
@selectCity |
点击的地区信息对象 |
点击菜单的回调 |
可接定制化组件开发
右侧有本人代表作小程序二维码,可以扫码体验
如使用过程中有问题或有一些好的建议,欢迎加QQ群互相学习交流:120594820