diff --git a/.gitignore b/.gitignore
index f1f8d1c4f..19e797fe5 100755
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
.ide
*.log
*.lock
-.tea
\ No newline at end of file
+.tea
+.htaccess
\ No newline at end of file
diff --git a/public/static/index/default/js/search.js b/public/static/index/default/js/search.js
index 2c937bfc9..0abed3763 100755
--- a/public/static/index/default/js/search.js
+++ b/public/static/index/default/js/search.js
@@ -186,7 +186,7 @@ $(function()
html += '';
html += ' '+result.data.data[i]['title']+'
¥'+result.data.data[i]['price']+'
'; + html += '¥'+result.data.data[i]['min_price']+'
'; html += '销量'+result.data.data[i]['sales_count']+'
'; html += ''; diff --git a/route/index.php b/route/route.php similarity index 76% rename from route/index.php rename to route/route.php index 7af870e8e..0ed1bd5ef 100755 --- a/route/index.php +++ b/route/route.php @@ -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