ant-move / Vant-Aliapp

支付宝小程序版本 Vant 组件库。
https://ant-move.github.io/vant-ailapp-docs/#/intro
115 stars 18 forks source link

Picker 选择器应用报错 #5

Open mengerwei521 opened 4 years ago

ZhQiushi commented 4 years ago

请问报什么错误?

mengerwei521 commented 4 years ago

"custom-loading": "/__antmove/component/custom-loading/custom-loading"找不到,如果把去了后,首次弹出选择器,无论选什么都是undefined

mengerwei521 commented 4 years ago

找到报错原因了,是库的问题,但为什么首次选中的index和value都是undefined

在 2020-02-11 14:14:13,"ZhQiushi" notifications@github.com 写道:

请问报什么错误?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ZeyZhang commented 4 years ago

@mengerwei521 你好,我也遇到同样的问题,请问怎么解决

553358664 commented 4 years ago

可以尝试使用alipay-compile命令,https://github.com/ant-move/Antmove/blob/master/packages/%40antmove/alipay-polyfill-plugin/README.md

ZeyZhang commented 4 years ago

@553358664 你好,我使用了命令重新编译之后,报了另一个错误,是否有钉钉或者微信群可以反馈

chenxianxiang commented 4 years ago

我这是picker组件引用custom-loading组件的路径出了问题,我把绝对路径改为了相对路径,然后就可以用了,暂时没出其他问题。