Commit 88e5dd1d by 冷斌

fix bug

parent 702d42d9
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
} }
}, },
onDownload: function (isBuy, price, path) { onDownload: function (isBuy, price, path) {
if ( (isBuy || price == 0) && path ) { if ( path ) {
window.location.href = path; window.location.href = path;
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment