From e35af4ea757b88655cc7641eb80d928bb5e2fb82 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 13 Sep 2021 18:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2:=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=B8=80=E7=B3=BB=E5=88=97=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0/=E8=AE=BE=E7=BD=AE=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=AD=89=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20=20=E6=8E=A5=E5=8F=A3:=E6=89=80=E6=9C=89=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8/=E6=88=91=E7=9A=84=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8/=E6=8A=A5=E5=90=8D=E6=B4=BB=E5=8A=A8/?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=88=97=E8=A1=A8=E8=AF=A6=E6=83=85(?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=BE=85=E4=BC=98=E5=8C=96)/=E5=8F=91?= =?UTF-8?q?=E7=8E=B0=E9=A6=96=E9=A1=B5=E5=88=97=E8=A1=A8(=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=BE=85=E4=BC=98=E5=8C=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 31 ++ components/lf-payPassword/lf-payPassword.vue | 25 +- pages.json | 7 + pages/aboutpay/confirmcash.vue | 31 ++ pages/discover/discover.vue | 272 ++++++++++++++--- pages/index/activity/confirm.vue | 57 +++- pages/index/activity/detail.vue | 81 +++-- pages/index/activity/hot.vue | 108 ++++++- pages/order/cashier/cashier.vue | 10 + pages/order/newdetail/carrybyself.vue | 297 +++++++++++++++++++ pages/order/newdetail/newdetail.vue | 191 +++++++++++- pages/user/member/service.vue | 47 ++- pages/user/my/center.vue | 2 +- pages/user/my/myEventRegistrationList.vue | 112 ++++++- pages/user/my/myregister.vue | 57 +++- 15 files changed, 1221 insertions(+), 107 deletions(-) create mode 100644 pages/order/newdetail/carrybyself.vue diff --git a/App.vue b/App.vue index 1d7aa65..afdbdac 100644 --- a/App.vue +++ b/App.vue @@ -110,4 +110,35 @@ view { uni-page-head { display: none; } + +// loading加载 + .loading-more { + align-items: center; + justify-content: center; + padding-top: 10px; + padding-bottom: 10px; + text-align: center; + font-size: 28rpx; + color: #999; + } + .loading-more-text::before { + content: ''; + width: 20px; + height: 20px; + display: inline-block; + vertical-align: middle; + -webkit-animation: weuiLoading 1s steps(12, end) infinite; + animation: weuiLoading 1s steps(12, end) infinite; + background-repeat: no-repeat; + background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E"); + background-size: 100%; + } + @keyframes weuiLoading { + 0% { + transform: rotate3d(0, 0, 1, 0deg); + } + 100% { + transform: rotate3d(0, 0, 1, 360deg); + } + } diff --git a/components/lf-payPassword/lf-payPassword.vue b/components/lf-payPassword/lf-payPassword.vue index a87aab7..9f82399 100644 --- a/components/lf-payPassword/lf-payPassword.vue +++ b/components/lf-payPassword/lf-payPassword.vue @@ -5,26 +5,47 @@ + + + 剩余支付时间 + + + + + + diff --git a/pages/order/newdetail/newdetail.vue b/pages/order/newdetail/newdetail.vue index 76638a7..5cd32e0 100644 --- a/pages/order/newdetail/newdetail.vue +++ b/pages/order/newdetail/newdetail.vue @@ -1,7 +1,33 @@ @@ -87,6 +191,77 @@ }