Commit 6208407d by 冷斌

fix bug

parent 76b73433
......@@ -238,7 +238,6 @@
}
},
onPay: function(id) {
console.log("Id = " + id)
if (MID <= 0) {
ui.confirm('请先登录', {
yes: function() {
......@@ -356,10 +355,9 @@
}
},
onDownload: function (item) {
// if ( path ) {
// window.location.href = path;
// }
console.log(item);
if (item.attach) {
window.location.href = item.attach;
}
}
}
})
......
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