t-swipe-cell组件在企业微信中无法使用
tdesign-miniprogram 版本
1.2.9
重现链接
No response
重现步骤
在小程序开发工具中可以正常预览,在真机预览的时候左右滑动无法生效,查看手机端控制台命令,反馈信息如下:
"Component "miniprogram_npm/tdesign-miniprogram/swipe-cell/swipe-cell" does not have a method "function(...e){const o=gdc(e,void 0===t?"nv_":void 0),r=n.apply(i,o);return gdc(r,t)}" to handle event "touchstart"."
"Component "miniprogram_npm/tdesign-miniprogram/swipe-cell/swipe-cell" does not have a method "function(...e){const o=gdc(e,void 0===t?"nv_":void 0),r=n.apply(i,o);return gdc(r,t)}" to handle event "touchmove"."
"Component "miniprogram_npm/tdesign-miniprogram/swipe-cell/swipe-cell" does not have a method "function(...e){const o=gdc(e,void 0===t?"nv_":void 0),r=n.apply(i,o);return gdc(r,t)}" to handle event "touchend"."
期望结果
复现此情况是在企业微信内扫描开发工具提供的预览二维码时出现的。
实际结果
No response
基础库版本
No response
补充说明
No response
👋 @wangzhuo1982,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
去掉app.json或page.json的"componentFramework": "glass-easel"试试呢