From 46287a237a59f59762d7e4f342e1fb640d0816b2 Mon Sep 17 00:00:00 2001 From: istars Date: Wed, 16 Jan 2019 15:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9index\prodescription\products?= =?UTF-8?q?how\search=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/src/main/resources/static/index.html | 2 +- demo/src/main/resources/static/prodescription.html | 6 +++--- demo/src/main/resources/static/productshow.html | 2 +- demo/src/main/resources/static/search.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo/src/main/resources/static/index.html b/demo/src/main/resources/static/index.html index c34da6a..4ddb4a4 100644 --- a/demo/src/main/resources/static/index.html +++ b/demo/src/main/resources/static/index.html @@ -68,7 +68,7 @@ $("#content").empty(); for (var i = 0; i
"+pro.productName+"

"+pro.productNum+"

"; + var str = "
"+pro.productName+"

"+pro.productNum+"

"; $("#content").append(str); } diff --git a/demo/src/main/resources/static/prodescription.html b/demo/src/main/resources/static/prodescription.html index cbad340..797423a 100644 --- a/demo/src/main/resources/static/prodescription.html +++ b/demo/src/main/resources/static/prodescription.html @@ -32,8 +32,8 @@
-

标题 标题

-

标题下面内容

+

产品 标题

+

产品介绍

@@ -87,7 +87,7 @@ diff --git a/demo/src/main/resources/static/productshow.html b/demo/src/main/resources/static/productshow.html index 1b763c6..02e4e1f 100644 --- a/demo/src/main/resources/static/productshow.html +++ b/demo/src/main/resources/static/productshow.html @@ -34,7 +34,7 @@ $("#content").empty(); for (var i = 0; i
"+pro.productName+"

"+pro.productNum+"

"; + var str = "
"+pro.productName+"

"+pro.productNum+"

"; $("#content").append(str); } diff --git a/demo/src/main/resources/static/search.html b/demo/src/main/resources/static/search.html index 9c9fb21..4214333 100644 --- a/demo/src/main/resources/static/search.html +++ b/demo/src/main/resources/static/search.html @@ -46,7 +46,7 @@ "\t\t\t\t\t\n" + "\t\t\t\t\t
\n" + "\t\t\t\t\t
\n" + - "\t\t\t\t\t\t\n" + + "\t\t\t\t\t\t\n" + "\t\t\t\t\t
\n" + "\t\t\t\t\n" + "\t\t\t\t
\n" +