Authored by 王水玲

Merge branch 'beta/wap' of http://git.dev.yoho.cn/web/yohobuywap into beta/wap

... ... @@ -42,8 +42,8 @@ $receive.on('click', function() {
status = data.status,
newUrl;
if (getUrlParam('app-version')) {
newUrl = data.url + '?code=' + getUrlParam('code') + '&app-version=' + getUrlParam('app-version');
if (getUrlParam('app_version')) {
newUrl = data.url + '?code=' + getUrlParam('code') + '&app_version=' + getUrlParam('app_version');
} else {
newUrl = data.url + '?code=' + getUrlParam('code');
}
... ...