将click替换成
var content = document.querySelector("#vote");
content.addEventListener("touchend", function () {
vote();
});
将click替换成
var content = document.querySelector("#vote");
content.addEventListener("touchend", function () {
vote();
});