-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方demo的picker地区选择,直辖市下的区不显示 #416
Comments
现在是直辖市下的区不显示,想要显示的话如何修改 |
请确定您的mand-mobile版本 |
2.2.0 |
2.2.0 |
我们的demo只是举例,数据并不全面的 |
demo中的数据有直辖市下的区的数据,但就是不显示,似乎是哪里有设置了不显示直辖市范围内的区 |
而且我有全部省市区的数据源,传入组件后还是不显示直辖市下的区
|
只有直辖市下的区不显示,其他市下面的区都正常显示 |
1、请问demo中哪一个直辖市下的没有战术区 |
北京,天津,重庆等直辖市下的区都不显示,数据源是正确结构 |
官网的demo中的数据源也是有北京市下的区的数据的,但同样不显示 |
请问如何解决呢??? |
请问您的vue版本是多少? |
2.6.10 |
您好,和您确认一下,您是直接copy的demo是吧,有多个picker,且其中有设置defaultIndex |
是的,直接copy的demo,然后把opstions替换成我自己的完整的省市区json。defaultIndex也有设置,但是直辖市下的三级不显示,一级二级都正常显示 |
你可以为每一个picker加上专属key值 |
emmm.没明白,我现在是不知道问题出在哪,而且也不报错,就是单纯的不展示直辖市下的3级区域 |
是的,我得意思是您为每一个picker绑定一个v-key |
emmm,怎么设置呢,please show me the code , i`m a new driver -.- |
<md-picker |
这个确实是我们官网demo的bug,不过不是pickerDefaultValue导致的,而是我们没有这是v-key导致的,已经在修复中了 |
|
再有问题可以加入我们的官方QQ群 |
qq群号是? |
Mand Mobile官方交流群,群号:493305323 |
* fix(ActivityIndicator): fix wrong roller-success background-color * feat(ruler): add new component Ruler * feat(ruler): update for ruler * feat(ruler): finish ruler * code-style(activity-indicator): change color * feat(ruler): remove mouse event and add throttle * test(jest): add jest-canvas-mock * feat(ruler): add new props: stepTextPosition, stepTextRender * example(picker): fix picker demo, should use v-key fix #416 * fix(picker): fix picker with defaultIndex * example(picker): remove picker v-key
已经找到该问题所在: |
fixed @2.2.1 |
如题,如何修改
The text was updated successfully, but these errors were encountered: