Commit 6208407d by 冷斌

fix bug

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