From e1cb6ce2479f19bb94aa2c2505174b36e51f316f Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 1 Mar 2019 17:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E5=93=81=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=92=8C=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.wpy | 3 +- src/components/zan-loadmore.wpy | 107 ++++++++++++++++++++++++++++++++ src/pages/detail.wpy | 104 +++++++++++++++++++++++++++++++ src/pages/index.wpy | 77 +++++++++++++++++++++-- 4 files changed, 286 insertions(+), 5 deletions(-) create mode 100644 src/components/zan-loadmore.wpy create mode 100644 src/pages/detail.wpy 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 @@ + + + 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 @@ + + + + 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 @@