From 7c285285e13fbfa4b14cfd1100e674866f0ce63a Mon Sep 17 00:00:00 2001 From: "[liang]" <[595996918@qq.com]> Date: Mon, 15 Aug 2022 14:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 + .hbuilderx/launch.json | 16 + App.vue | 4 +- components/KeyValueRow/KeyValueRow.vue | 92 ++++ components/cardHeader/cardHeader.vue | 111 +++++ components/navigation/navigation.vue | 21 +- components/tabBar/tabBar.vue | 16 +- package-lock.json | 22 + package.json | 1 + pages.json | 50 ++- pages/charity/details.vue | 419 ++++++++++++++++++ pages/charity/index.vue | 118 +++++ pages/index/index.vue | 215 +++++++-- pages/login/forget.vue | 3 +- pages/login/index.vue | 14 +- pages/login/register.vue | 5 +- pages/markets/index.vue | 161 +++++++ pages/me/index.vue | 160 +++++++ pages/subscription/details.vue | 258 +++++++++++ pages/subscription/index.vue | 164 +++++++ readme.md | 8 +- static/charity/Ellipse 502.png | Bin 0 -> 2445 bytes static/charity/Rectangle 2.png | Bin 0 -> 164244 bytes static/charity/Turn.png | Bin 0 -> 669 bytes static/{home => charity}/ic_ma_arrow_down.png | Bin static/{tongyonh => maskets}/Frame3299.png | Bin static/{tongyonh => maskets}/bye.png | Bin static/{home => maskets}/ic_arrow_down.png | Bin static/{home => maskets}/ic_arrow_up.png | Bin static/me/Ellipse 85.png | Bin 0 -> 11134 bytes static/me/bg_QR_code.png | Bin 0 -> 8221 bytes static/me/ic_arrow_g.png | Bin 0 -> 541 bytes static/me/ic_logout.png | Bin 0 -> 1538 bytes static/me/ic_u_recharge.png | Bin 0 -> 2873 bytes static/me/ic_u_transfer.png | Bin 0 -> 2487 bytes static/me/ic_u_withdrawal.png | Bin 0 -> 2772 bytes static/me/ic_wallet_add.png | Bin 0 -> 1181 bytes static/me/ic_wallet_minus.png | Bin 0 -> 1099 bytes static/me/img_accountinfo01.png | Bin 0 -> 2823 bytes static/me/img_accountinfo02.png | Bin 0 -> 3009 bytes static/me/img_accountinfo03.png | Bin 0 -> 3082 bytes static/me/img_accountinfo04.png | Bin 0 -> 3849 bytes static/me/img_accountinfo05.png | Bin 0 -> 3227 bytes static/me/img_donate.png | Bin 0 -> 2017 bytes static/me/ranking.png | Bin 0 -> 759 bytes static/subscription/RoundedRectangle.png | Bin 0 -> 122838 bytes static/subscription/ic_play.png | Bin 0 -> 1371 bytes ...cription_de.png => ic_subscription_de.png} | Bin ...cription_pr.png => ic_subscription_pr.png} | Bin utils/language/en.js | 90 +++- .../components/u-transition/u-transition.vue | 1 + 51 files changed, 1890 insertions(+), 62 deletions(-) create mode 100644 .hbuilderx/launch.json create mode 100644 components/KeyValueRow/KeyValueRow.vue create mode 100644 components/cardHeader/cardHeader.vue create mode 100644 pages/charity/details.vue create mode 100644 pages/charity/index.vue create mode 100644 pages/markets/index.vue create mode 100644 pages/me/index.vue create mode 100644 pages/subscription/details.vue create mode 100644 pages/subscription/index.vue create mode 100644 static/charity/Ellipse 502.png create mode 100644 static/charity/Rectangle 2.png create mode 100644 static/charity/Turn.png rename static/{home => charity}/ic_ma_arrow_down.png (100%) rename static/{tongyonh => maskets}/Frame3299.png (100%) rename static/{tongyonh => maskets}/bye.png (100%) rename static/{home => maskets}/ic_arrow_down.png (100%) rename static/{home => maskets}/ic_arrow_up.png (100%) create mode 100644 static/me/Ellipse 85.png create mode 100644 static/me/bg_QR_code.png create mode 100644 static/me/ic_arrow_g.png create mode 100644 static/me/ic_logout.png create mode 100644 static/me/ic_u_recharge.png create mode 100644 static/me/ic_u_transfer.png create mode 100644 static/me/ic_u_withdrawal.png create mode 100644 static/me/ic_wallet_add.png create mode 100644 static/me/ic_wallet_minus.png create mode 100644 static/me/img_accountinfo01.png create mode 100644 static/me/img_accountinfo02.png create mode 100644 static/me/img_accountinfo03.png create mode 100644 static/me/img_accountinfo04.png create mode 100644 static/me/img_accountinfo05.png create mode 100644 static/me/img_donate.png create mode 100644 static/me/ranking.png create mode 100644 static/subscription/RoundedRectangle.png create mode 100644 static/subscription/ic_play.png rename static/tabBar/{ic_subcription_de.png => ic_subscription_de.png} (100%) rename static/tabBar/{ic_subcription_pr.png => ic_subscription_pr.png} (100%) diff --git a/.gitignore b/.gitignore index c13f13b..23abc22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +unpackage +dist +node_modules node_modules/**/* unpackage/ unpackage/**/* diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..582561b --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "app-plus" : + { + "launchtype" : "local" + }, + "default" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +} diff --git a/App.vue b/App.vue index 6d5f849..2e1968a 100644 --- a/App.vue +++ b/App.vue @@ -24,8 +24,8 @@ export default { /deep/body { // max-width: 828rpx; //最大宽度自己可以调整 // margin: auto !important; - background: url(./static/public/BG.png) no-repeat fixed; - background-size: cover; + + background-color: #15141F; height: auto; margin: 0; } diff --git a/components/KeyValueRow/KeyValueRow.vue b/components/KeyValueRow/KeyValueRow.vue new file mode 100644 index 0000000..592e824 --- /dev/null +++ b/components/KeyValueRow/KeyValueRow.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/components/cardHeader/cardHeader.vue b/components/cardHeader/cardHeader.vue new file mode 100644 index 0000000..0be8e76 --- /dev/null +++ b/components/cardHeader/cardHeader.vue @@ -0,0 +1,111 @@ + + + + + \ No newline at end of file diff --git a/components/navigation/navigation.vue b/components/navigation/navigation.vue index 959cc17..21c790b 100644 --- a/components/navigation/navigation.vue +++ b/components/navigation/navigation.vue @@ -1,5 +1,5 @@