ant-move / Vant-Aliapp

支付宝小程序版本 Vant 组件库。

Home Page:https://ant-move.github.io/vant-ailapp-docs/#/intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vant-aliapp 引入问题 Cannot read properties of undefined (reading 'split')

yue001001 opened this issue · comments

image
image
image
求助!!!

uniapp开发支付宝小程序,vant-aliapp 作为自定义组件引入,引入后报组件报split错误,看类型为支付宝组件事件处理时抛出的
image

commented

引入vant-Alipay问题:undefined'split'
修改报错所在(unpackage/dist/dev/mp-alipay/common/vendor.js),改为var eventList = refProps['data-event-list'] ? refProps['data-event-list'] : ''.split(',');
原因:refProps['data-event-list']可能为null或undefined
缺点:可能每次编译都要改