Commit 454d601a authored by xinyuandu's avatar xinyuandu

修改首页排行名称

parent 4fd55ce1
...@@ -264,7 +264,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker ...@@ -264,7 +264,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
// //
// } // }
// tag += ' <image src="/resource/image/first.png" style="width:0.24rem;height:0.171rem"></image>'; // tag += ' <image src="/resource/image/first.png" style="width:0.24rem;height:0.171rem"></image>';
tag += ' <span>'+data[i].store_name+'</span>'; tag += ' <span>'+data[i].name+'</span>';
tag += ' </div>'; tag += ' </div>';
tag += '</div>'; tag += '</div>';
} }
......
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