diff --git a/src/app.wpy b/src/app.wpy
index 64945c3..cc93ed8 100644
--- a/src/app.wpy
+++ b/src/app.wpy
@@ -27,7 +27,8 @@ export default class extends wepy.app {
pages: [
'pages/index',
'pages/product',
- 'pages/buyvip'
+ 'pages/buyvip',
+ 'pages/detail'
],
window: {
backgroundTextStyle: 'light',
diff --git a/src/components/zan-loadmore.wpy b/src/components/zan-loadmore.wpy
new file mode 100644
index 0000000..6574c8b
--- /dev/null
+++ b/src/components/zan-loadmore.wpy
@@ -0,0 +1,107 @@
+
+
+
+
+ {{ nomore_str || '无更多数据' }}
+
+
+
+
+
+ {{ nodata_str || '暂无数据' }}
+
+
+
+
+
+
+ 加载中...
+
+
+
+
diff --git a/src/pages/detail.wpy b/src/pages/detail.wpy
new file mode 100644
index 0000000..d3df887
--- /dev/null
+++ b/src/pages/detail.wpy
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+ 品名:{{item.name}}
+
+
+ 规格:{{item.size}}
+
+
+ 状态:尚未开启抢购
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/index.wpy b/src/pages/index.wpy
index f2f7717..b471baf 100644
--- a/src/pages/index.wpy
+++ b/src/pages/index.wpy
@@ -1,38 +1,107 @@
-
+
+
+
+
+
+ 品名:{{item.name}}
+
+
+ 规格:{{item.size}}
+
+
+ 状态:尚未开启抢购
+
+
+
+
+