修复前三点击榜单跳转房间失败问题

This commit is contained in:
Dragon
2023-11-15 10:01:11 +08:00
parent a12e981819
commit cfb313281a

View File

@@ -207,7 +207,7 @@ function getzf (num) {
return num;
}
// 点击前三按钮
$('.top3 .no1 .ts').on('click', function () {
$('.top3 .no .ts').on('click', function () {
var uid = $(this).attr('uid');
if (browser.ios) {
window.webkit.messageHandlers.openRoom.postMessage(uid);