tdesign-miniprogram icon indicating copy to clipboard operation
tdesign-miniprogram copied to clipboard

t-swipe-cell组件在企业微信中无法使用

Open wangzhuo1982 opened this issue 1 year ago • 2 comments

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 avatar Mar 27 '24 03:03 wangzhuo1982

👋 @wangzhuo1982,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

github-actions[bot] avatar Mar 27 '24 03:03 github-actions[bot]

去掉app.json或page.json的"componentFramework": "glass-easel"试试呢

jarmywang avatar Mar 29 '24 16:03 jarmywang