Authored by 徐炜

APP下载页面

... ... @@ -49,7 +49,7 @@ $('#download').click(function() {
op: 'YB_DOWNLOAD_C',
param: JSON.stringify({
C_ID: CHANNELS[channel],
TO_URL: url
TO_URL: encodeURIComponent(url)
})
}, true);
}
... ...