jinger7281
jinger7281
这种无法点击的情况可以在微信开发者工具v1.02.1811290版本复现
Go version: go version go1.15.5 freebsd/amd64 OS version: FreeBSD 12.1-RELEASE-p10 has the same result
@methane Thanks a lot, the problem is solved
> @jinger7281 Not related to the issue, but I recommend to use type `TIMESTAMP` instead of `DATETIME` for a column used to save a fixed point in time. This is...
测试文件:http://www.dcloud.io/hellomui/js/mui.js 微信开发者工具版本:1.02.1810250 使用未压缩的文件可以追踪到错误位置是在964行,touch = event.detail.gesture.changedTouches[0]; 其中undefined变量是gresture,打印event查看是一个CustomEvent应该是开发者工具为了模拟tap事件做的,但是其中的gesture没有设置相应的数据导致出错,这个可以自己修改相应的代码进行修复