修改版本跳转条件
This commit is contained in:
@@ -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('請前往論壇發佈話題圖文');
|
||||||
|
Reference in New Issue
Block a user