Commit 32cfb496 by 冷斌

设置

parent 529879bb
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
showImage: function () { showImage: function () {
return function (item) { return function (item) {
console.log(item); console.log(item);
return false//TODO 每一个item要设置一个类型显示带图的还是不带图 return "{:getCover("+item['cover']+",580,320)}";
} }
}, },
hollowText: function () { hollowText: function () {
......
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