Tencent / tdesign-miniprogram

A Wechat MiniProgram UI components lib for TDesign.
https://tdesign.tencent.com/miniprogram
MIT License
1.22k stars 279 forks source link

[组件名称] 滑动模块无法使用 #3289

Open hanweidong opened 3 hours ago

hanweidong commented 3 hours ago

tdesign-miniprogram 版本

1.7.1

重现链接

No response

重现步骤

index.wxml:

index.js: Component({ data: { right: [ { text: '删除', className: 'btn delete-btn', }, ], left: [ { text: '选择', className: 'btn favor-btn', }, ], },

methods: { onActionClick({ detail }) { wx.showToast({ title: 你点击了${detail.text}, icon: 'none' }); }, }, });

提示异常: TypeError: Cannot read property 'nv_getState' of undefined

期望结果

No response

实际结果

No response

基础库版本

No response

补充说明

No response

github-actions[bot] commented 3 hours ago

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

anlyyao commented 3 hours ago

@hanweidong issue请按照规范填写完整。 swipe-cell 组件未适配 glass-easel,相关配置请先移除。

Duplicate of #3274

hanweidong commented 3 hours ago

那如果其他页面需要skyline的话,是把配置放到每个页面的index.json里么

anlyyao commented 3 hours ago

那如果其他页面需要skyline的话,是把配置放到每个页面的index.json里么

是的

hanweidong commented 1 hour ago

好的,问题已修复,谢谢