大佬们好,uniapp编译到支付宝
<flowexchange @onCounterFlowExchange="onCounterExchange" v-if='uid' ref="saveRefFlowExchange" :uid="uid" :channel="flowchanel"></flowexchange>
编译后
<block a:if="{{uid}}">
<flowexchange vue-id="2acd03d5-1" uid="{{uid}}" channel="{{flowchanel}}" ref="__r" data-ref="saveRefFlowExchange"
data-event-opts="{{[['^onCounterFlowExchange',[['onCounterExchange']]]]}}" data-com-type="wx" onOnCounterFlowExchange="__e"
onVueInit="__l"></flowexchange></block>
然后支付宝报错
TypeError: Cannot read property 'data-com-type' of undefined
Please check your component:
这种问题怎么查看究竟是哪里出问题了呢?
烦请大佬帮助一下!
1***@qq.com
请问一下这个问题解决了么
2022-09-15 16:14
1***@qq.com
回复 1***@qq.com: 升级一下uni试试
2022-09-16 15:23