night-cherry 1 месяц назад
Родитель
Сommit
c21e463bfa
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -52,11 +52,12 @@
 		<h4>tomcat_res -></h4><h4> {{ tomcat_res==""?"content empty":tomcat_res }}</h4>
 		<hr/>
 		<h2>书籍列表</h2>
-		<ul  v-for="iterm in books">
+		<ul>
+			<li  v-for="(value,key,iterm) in books">{{value}}-{{key}}-{{item}}</li>
 			<!-- <li>{{item}}</li> -->
 			<!-- <li>{{item.title}}&nbsp;{{item.author}}&nbsp;{{item.publisher}}&nbsp;{{item.pages}}</li> -->
 			
-			<li>{{item["title"]}}&nbsp;{{item["author"]}}&nbsp;{{item["publisher"]}}&nbsp;{{item["pages"]}}</li>
+			<!-- <li>{{item["title"]}}&nbsp;{{item["author"]}}&nbsp;{{item["publisher"]}}&nbsp;{{item["pages"]}}</li> -->
 		</ul>
 		<hr/>
 		<!--<input type="button" text="中文" @click="changelang('zh')"/>