|
@@ -208,12 +208,12 @@
|
|
|
if (getPhoneSystem() == 'ios') {
|
|
|
// window.location.href = 'https://apps.apple.com/us/app/极速驾培/id1214200225'
|
|
|
window.location.href = "https://apps.apple.com/cn/app/极速驾培/id1214200225"
|
|
|
-
|
|
|
+ return
|
|
|
|
|
|
}
|
|
|
if (getPhoneSystem() == 'android' && isWeixin() == false) {
|
|
|
window.location.href = jsjp_android
|
|
|
-
|
|
|
+ return
|
|
|
|
|
|
}
|
|
|
else {
|
|
@@ -237,9 +237,11 @@
|
|
|
if (getPhoneSystem() == 'ios') {
|
|
|
// window.location.href = 'https://apps.apple.com/us/app/极速驾培/id1214200225'
|
|
|
window.location.href = "https://apps.apple.com/cn/app/教练管家/id1214203182"
|
|
|
+ return
|
|
|
}
|
|
|
if (getPhoneSystem() == 'android' && isWeixin() == false) {
|
|
|
window.location.href = jlgj_android
|
|
|
+ return
|
|
|
|
|
|
|
|
|
}
|