修改版本跳转条件

This commit is contained in:
Dragon
2023-09-25 18:34:54 +08:00
parent d70aa29d6b
commit c6398e1541

View File

@@ -664,7 +664,7 @@ $('.page1 .play2 .playBox2 .task .taks2 .but').click(function () {
} }
if (browser.android) { if (browser.android) {
console.log(pubInfo.deviceInfo.appVersion.replace(".", "").replace(".", "")); console.log(pubInfo.deviceInfo.appVersion.replace(".", "").replace(".", ""));
if (pubInfo.deviceInfo.appVersion.replace(".", "").replace(".", "") >= 200) { if (pubInfo.deviceInfo.appVersion.replace(".", "").replace(".", "") == 200) {
tools.nativeUtils.jumpAppointPage('DONG_TAI', dynamicWorldId); tools.nativeUtils.jumpAppointPage('DONG_TAI', dynamicWorldId);
} else { } else {
toastMsg('請前往論壇發佈話題圖文'); toastMsg('請前往論壇發佈話題圖文');