Commit 34c63324 by 刘海龙

11

parent cf8edb49
...@@ -283,6 +283,7 @@ ...@@ -283,6 +283,7 @@
if (item.attach) { if (item.attach) {
window.location.href = item.attach; window.location.href = item.attach;
} }
console.log(item.attach)
}, },
onTopTab: function(tab) { onTopTab: function(tab) {
...@@ -368,6 +369,7 @@ ...@@ -368,6 +369,7 @@
attach: r.attach attach: r.attach
} }
})) }))
console.log(r.attach)
if(that.condition.length == 0) { if(that.condition.length == 0) {
that.condition = [{ id: '', title: '全部', select: true }].concat(res.cate.map( r => { that.condition = [{ id: '', title: '全部', select: true }].concat(res.cate.map( r => {
return { return {
......
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