提交 3fb88327 编写于 作者: G gongfuxiang

Merge branch 'master' into develop

......@@ -186,7 +186,7 @@ $(function()
html += '<a href="'+result.data.data[i]['goods_url']+'" target="_blank">';
html += '<p class="title fl">'+result.data.data[i]['title']+'</p>';
html += '</a>';
html += '<p class="price fl"><b>¥</b><strong>'+result.data.data[i]['price']+'</strong></p>';
html += '<p class="price fl"><b>¥</b><strong>'+result.data.data[i]['min_price']+'</strong></p>';
html += '<p class="number fl">销量<span>'+result.data.data[i]['sales_count']+'</span></p>';
html += '</div></li>';
......
......@@ -10,5 +10,11 @@
// +----------------------------------------------------------------------
// 首页
Route::get('/', 'index/index');
// Route::get('/', 'index/index');
// // 商品详情
// Route::get('goods-:id', 'index/goods/index');
// // 搜索
// Route::get('search-:category_id', 'index/search/index');
?>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册