diff --git "a/\346\233\276\351\235\222\345\207\244/thing.html" "b/\346\233\276\351\235\222\345\207\244/thing.html"
new file mode 100644
index 0000000000000000000000000000000000000000..b1ac39422d343eb95e6f1062b429b8cc296440cd
--- /dev/null
+++ "b/\346\233\276\351\235\222\345\207\244/thing.html"
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+ 商品列表1
+
+
+
+
+
+ -
+
+
+
{{i.name}}
+ {{i.price}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\233\276\351\235\222\345\207\244/thing2.html" "b/\346\233\276\351\235\222\345\207\244/thing2.html"
new file mode 100644
index 0000000000000000000000000000000000000000..32fcd27e86cbd1f7e727163f700dc145670718e5
--- /dev/null
+++ "b/\346\233\276\351\235\222\345\207\244/thing2.html"
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+ 商品列表2
+
+
+
+
+
+ -
+
+
+
商品-------{{i.name}}
+
+
价格-------{{i.price}}
+
剩余------{{Number(i.totalnum)-Number(i.buynum)}}
+
购买
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\233\276\351\235\222\345\207\244/\345\225\206\345\223\201\345\242\236\345\212\240\345\210\240\351\231\244.html" "b/\346\233\276\351\235\222\345\207\244/\345\225\206\345\223\201\345\242\236\345\212\240\345\210\240\351\231\244.html"
new file mode 100644
index 0000000000000000000000000000000000000000..0838c3fbbd0e68c1a6b58001dabe59e45ec8f208
--- /dev/null
+++ "b/\346\233\276\351\235\222\345\207\244/\345\225\206\345\223\201\345\242\236\345\212\240\345\210\240\351\231\244.html"
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+ 商品列表3
+
+
+
+
+
+ -
+
+
商品-------{{i.name}}
+
+
价格-------{{i.price}}
+
剩余------{{Number(i.totalnum)-Number(i.buynum)}}
+
购买
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\233\276\351\235\222\345\207\244/\345\225\206\345\223\201\350\256\241\347\256\227\345\261\236\346\200\247.html" "b/\346\233\276\351\235\222\345\207\244/\345\225\206\345\223\201\350\256\241\347\256\227\345\261\236\346\200\247.html"
new file mode 100644
index 0000000000000000000000000000000000000000..38be6e47ffdf4ebd2634179e5c8a6f4486579c03
--- /dev/null
+++ "b/\346\233\276\351\235\222\345\207\244/\345\225\206\345\223\201\350\256\241\347\256\227\345\261\236\346\200\247.html"
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+ 商品-计算属性
+
+
+
+
+
+ -
+
+
商品-------{{i.name}}
+
+
价格-------{{i.price}}
+
剩余------{{Number(i.totalnum)-Number(i.buynum)}}
+
购买
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file