Showing
1 changed file
with
6 additions
and
6 deletions
@@ -240,12 +240,12 @@ | @@ -240,12 +240,12 @@ | ||
240 | 240 | ||
241 | if(isWechat){ | 241 | if(isWechat){ |
242 | url = 'http://union.yoho.cn/union/downapp.html'; | 242 | url = 'http://union.yoho.cn/union/downapp.html'; |
243 | - } | ||
244 | - | ||
245 | - if (isiOS) { | ||
246 | - url = '//itunes.apple.com/us/app/id490655927?ls=1&mt=8'; | ||
247 | - } else { | ||
248 | - url = '//yoho-apps.qiniudn.com/YohoBuy_YOHO.apk'; | 243 | + }else{ |
244 | + if (isiOS) { | ||
245 | + url = '//itunes.apple.com/us/app/id490655927?ls=1&mt=8'; | ||
246 | + } else { | ||
247 | + url = '//yoho-apps.qiniudn.com/YohoBuy_YOHO.apk'; | ||
248 | + } | ||
249 | } | 249 | } |
250 | 250 | ||
251 | // 上报 nginx 数据 | 251 | // 上报 nginx 数据 |
-
Please register or login to post a comment