when you use mpvue to do WeChat Mini Programs, you will encounter a very strange problem.
is when binding events such as click, most of the time it can be triggered normally.
but on other phones, or on the local phone (rarely happens, but it will always be the same once it happens) the click event is invalid.
Open the developer debugging tool and find that the click event that appears after the click is like this
what is circled in black is my click event, which cannot be triggered by normal logic at all.
I would like to ask people in the community who understand this area why this is and how to solve it?