From d4d493726499e653104f571c4f8a59ab622df9e0 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Mon, 31 Mar 2025 16:08:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20bug=E4=BF=AE=E5=A4=8D;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/config/PrivacyAgreementPoup.vue | 169 ----------------------------- components/home/popupAuditMsg.vue | 94 ++++++++++++++++ pages/index/index.vue | 18 +-- pages_order/auth/wxLogin.vue | 4 +- pages_order/auth/wxUserInfo.vue | 4 +- pages_order/mine/wallet.vue | 2 +- pages_order/record/groupSharing.vue | 3 +- pages_order/record/videoSharing.vue | 4 +- pages_order/sharing/group.vue | 5 + pages_order/static/center/temp-qrcode.png | Bin 8812 -> 0 bytes pages_order/static/center/temp.png | Bin 141151 -> 0 bytes pages_order/static/record/icon-camera.png | Bin 0 -> 9498 bytes static/image/PrivacyAgreementPoup/icon.png | Bin 1007 -> 0 bytes static/image/center/activate-code.png | Bin 104643 -> 0 bytes static/image/center/activate.png | Bin 12095 -> 0 bytes static/image/center/agent-icon.png | Bin 27880 -> 0 bytes static/image/center/btn-activate-again.png | Bin 22191 -> 0 bytes static/image/center/btn-activate.png | Bin 20973 -> 0 bytes static/image/center/cancel.png | Bin 3664 -> 0 bytes static/image/center/confirm.png | Bin 8848 -> 0 bytes static/image/center/notice.png | Bin 3837 -> 0 bytes static/image/center/play.png | Bin 5606 -> 0 bytes static/image/center/service.png | Bin 63347 -> 0 bytes static/image/center/temp-qrcode.png | Bin 8812 -> 0 bytes static/image/center/temp.png | Bin 141151 -> 0 bytes static/image/center/tool-activate.png | Bin 6195 -> 0 bytes static/image/center/tool-share.png | Bin 5996 -> 0 bytes static/image/center/tool-team.png | Bin 5968 -> 0 bytes static/image/center/tool-wallet.png | Bin 4161 -> 0 bytes static/image/center/tools-bg.png | Bin 149928 -> 0 bytes static/image/home/0.png | Bin 14285 -> 0 bytes static/image/home/1.png | Bin 13719 -> 0 bytes static/image/home/2.png | Bin 12604 -> 0 bytes static/image/home/3.png | Bin 11689 -> 0 bytes static/image/home/address-icon.png | Bin 1407 -> 0 bytes static/image/home/arrow-icon.png | Bin 296 -> 0 bytes static/image/home/bg-audit-pass.png | Bin 0 -> 101725 bytes static/image/home/cancel.png | Bin 0 -> 9703 bytes static/image/home/go.png | Bin 0 -> 7350 bytes static/image/home/search-icon.png | Bin 1873 -> 0 bytes static/image/home/text-share.png | Bin 0 -> 17151 bytes 41 files changed, 114 insertions(+), 189 deletions(-) delete mode 100644 components/config/PrivacyAgreementPoup.vue create mode 100644 components/home/popupAuditMsg.vue delete mode 100644 pages_order/static/center/temp-qrcode.png delete mode 100644 pages_order/static/center/temp.png create mode 100644 pages_order/static/record/icon-camera.png delete mode 100644 static/image/PrivacyAgreementPoup/icon.png delete mode 100644 static/image/center/activate-code.png delete mode 100644 static/image/center/activate.png delete mode 100644 static/image/center/agent-icon.png delete mode 100644 static/image/center/btn-activate-again.png delete mode 100644 static/image/center/btn-activate.png delete mode 100644 static/image/center/cancel.png delete mode 100644 static/image/center/confirm.png delete mode 100644 static/image/center/notice.png delete mode 100644 static/image/center/play.png delete mode 100644 static/image/center/service.png delete mode 100644 static/image/center/temp-qrcode.png delete mode 100644 static/image/center/temp.png delete mode 100644 static/image/center/tool-activate.png delete mode 100644 static/image/center/tool-share.png delete mode 100644 static/image/center/tool-team.png delete mode 100644 static/image/center/tool-wallet.png delete mode 100644 static/image/center/tools-bg.png delete mode 100644 static/image/home/0.png delete mode 100644 static/image/home/1.png delete mode 100644 static/image/home/2.png delete mode 100644 static/image/home/3.png delete mode 100644 static/image/home/address-icon.png delete mode 100644 static/image/home/arrow-icon.png create mode 100644 static/image/home/bg-audit-pass.png create mode 100644 static/image/home/cancel.png create mode 100644 static/image/home/go.png delete mode 100644 static/image/home/search-icon.png create mode 100644 static/image/home/text-share.png diff --git a/components/config/PrivacyAgreementPoup.vue b/components/config/PrivacyAgreementPoup.vue deleted file mode 100644 index 6eda2c6..0000000 --- a/components/config/PrivacyAgreementPoup.vue +++ /dev/null @@ -1,169 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/home/popupAuditMsg.vue b/components/home/popupAuditMsg.vue new file mode 100644 index 0000000..7d308c2 --- /dev/null +++ b/components/home/popupAuditMsg.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index be61e9c..e82c418 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -18,6 +18,8 @@ + + @@ -27,10 +29,12 @@