小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/miniprogram/dev/extended/kbone/
如图,打不开页面
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
kbone github网站访问不了的情况下可以访问
https://developers.weixin.qq.com/miniprogram/kbone/docs/
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,具体哪个链接无法打开?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
kbone github网站访问不了的情况下可以访问
https://developers.weixin.qq.com/miniprogram/kbone/docs/
你好,具体哪个链接无法打开?
https://github.com/wechat-miniprogram/kbone-template-vue
https://wechat-miniprogram.github.io/kbone/docs/config/
https://github.com/wechat-miniprogram/kbone-ui
https://wechat-miniprogram.github.io/kbone/docs/
https://wechat-miniprogram.github.io/kbone/docs/qa/
我小程序有个需求:一个日历,想在手机屏幕上在1号触摸屏幕后,一直滑到6号,希望这个滑动过程中,能将1号到6号的所有日期都选上(被选中会变颜色)。
就是上面这么一个需求,我尝试用touchstart 和touchend两个事件来捕捉event,标记1号和6号,但发现touchstart 和touchend两个事件event打印出来的数据都是默认了1号touchstart的数据。也就是说touchend的event也是1号的数据。
现在请问touchend能否捕捉到当前滑到底元素呢?