Commit c3579650 by 冷斌

fix bug

parent c599405b
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
}, },
showImage: function () { showImage: function () {
return function (item) { return function (item) {
console.log(item);
return item['cover_image']; return item['cover_image'];
} }
}, },
...@@ -261,7 +260,7 @@ ...@@ -261,7 +260,7 @@
} }
if (type === 3) { if (type === 'goods') {
console.log(item); console.log(item);
return false; return false;
} }
......
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