新增房间榜单点击跳转资料页
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 461 KiB |
Binary file not shown.
Before Width: | Height: | Size: 516 KiB After Width: | Height: | Size: 506 KiB |
Binary file not shown.
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 499 KiB |
@@ -111,5 +111,5 @@
|
||||
<script src="./local/en.js"></script>
|
||||
<script src="./local/zh.js"></script>
|
||||
<script src="./local/ar.js"></script>
|
||||
<script src="./js/index.js"></script>
|
||||
<script src="./js/index.js?v=1.0"></script>
|
||||
<script src="../../common/local/langHandler.js"></script>
|
@@ -218,7 +218,7 @@ function listDomFun(res, num) {
|
||||
// 點擊前三跳轉房間
|
||||
$('.largestBox').on('click', '.top3 .no .box .ts', function () {
|
||||
var uid = $(this).attr('uid');
|
||||
return;
|
||||
// return;
|
||||
if (browser.ios) {
|
||||
window.webkit.messageHandlers.openPersonPage.postMessage(uid);
|
||||
} else if (browser.android) {
|
||||
@@ -230,7 +230,7 @@ $('.largestBox').on('click', '.top3 .no .box .ts', function () {
|
||||
// 點擊非前三跳轉房間
|
||||
$('.largestBox').on('click', 'ul li .tx', function () {
|
||||
var uid = $(this).attr('uid');
|
||||
return;
|
||||
// return;
|
||||
if (browser.ios) {
|
||||
window.webkit.messageHandlers.openPersonPage.postMessage(uid);
|
||||
} else if (browser.android) {
|
||||
|
Reference in New Issue
Block a user