mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
细节优化
This commit is contained in:
parent
af84979465
commit
3ea0a67677
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@
|
||||
.ide
|
||||
*.log
|
||||
*.lock
|
||||
.tea
|
||||
.tea
|
||||
.htaccess
|
@ -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');
|
||||
?>
|
Loading…
Reference in New Issue
Block a user