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" +