diff --git a/vue7.html b/vue7.html new file mode 100644 index 0000000..8451c83 --- /dev/null +++ b/vue7.html @@ -0,0 +1,586 @@ + + + + + + + 4-4 购物车 · 添加图书 + + + + + +
+
+

图书购物车

+
+
+ +
+
+

添加图书

+
+ + + + + + + + + + + + + + + + + + + +
+ + + +
+ + +
+ + + + +
+ + +
+ +
+ + + + + + +
+ +
+ + + {{ errorMsg }} +
+
+
+ + +
+
+

图书列表

+
+
+
+
{{ item.name }}
+
作者:{{ item.author }} | 类别:{{ item.category }} | 格式:{{ item.format }}
+
出版:{{ item.date }} | ISBN:{{ item.isbn }} | 价格:¥{{ item.price.toFixed(2) + }} | 现货:{{ item.inStock ? '是' : '否' }}
+
+ {{ t }} +
+
+
+
+ + {{ item.num }} + +
+ +
+
+
+ +
+
+ +
+
+

列表为空

+
请先在上方表单添加图书
+
+
+
+
+ + + + + \ No newline at end of file