From 5b4a055d47033088d9a20a951bcdc214eeedeca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Mon, 17 Mar 2025 15:47:56 +0800 Subject: [PATCH] update --- package.json | 1 + pnpm-lock.yaml | 8 + src/components/Filter/index.vue | 19 +- .../AddWithdrawalInformationModal.vue | 81 +++++++++ .../LookWithdrawalInformationModal.vue | 42 +++++ .../get-help/contact-customer-service.vue | 50 +++++- src/pages/merchant/pages/get-help/index.vue | 17 +- .../pages/get-help/problem-teaching.vue | 6 + .../pages/my-wallet/components/Reflect.vue | 79 +++++++++ .../components/openWithdrawalStatus.js | 23 +++ .../my-wallet/moving-account-details.vue | 164 +++++++++++++++++- .../personal-center/account-settings.vue | 104 +++++++++++ .../pages/personal-center/credit-score.vue | 81 ++++++++- .../merchant/pages/personal-center/index.vue | 17 +- .../pages/task-center/reward-mission.vue | 62 +++---- src/pinia/SystemStore/mock.js | 64 +++++++ src/router/routes-map.js | 8 + 17 files changed, 783 insertions(+), 43 deletions(-) create mode 100644 src/pages/merchant/components/AddWithdrawalInformationModal.vue create mode 100644 src/pages/merchant/components/LookWithdrawalInformationModal.vue create mode 100644 src/pages/merchant/pages/my-wallet/components/openWithdrawalStatus.js diff --git a/package.json b/package.json index 2b33bca..c09d037 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "axios": "^1.8.2", "pinia": "^3.0.1", "pinia-plugin-persistedstate": "^4.2.0", + "uqrcodejs": "^4.0.7", "uuid": "^11.1.0", "vite-plugin-vue-devtools": "^7.7.2", "vue": "^3.5.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index adea70b..4501a26 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: pinia-plugin-persistedstate: specifier: ^4.2.0 version: 4.2.0(pinia@3.0.1(vue@3.5.13)) + uqrcodejs: + specifier: ^4.0.7 + version: 4.0.7 uuid: specifier: ^11.1.0 version: 11.1.0 @@ -1689,6 +1692,9 @@ packages: peerDependencies: browserslist: '>= 4.21.0' + uqrcodejs@4.0.7: + resolution: {integrity: sha512-84+aZmD2godCVI+93lxE3YUAPNY8zAJvNA7xRS7R7U+q57KzMDepBSfNCwoRUhWOfR6eHFoAOcHRPwsP6ka1cA==} + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -3422,6 +3428,8 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 + uqrcodejs@4.0.7: {} + util-deprecate@1.0.2: {} uuid@11.1.0: {} diff --git a/src/components/Filter/index.vue b/src/components/Filter/index.vue index af86799..b3d1fe8 100644 --- a/src/components/Filter/index.vue +++ b/src/components/Filter/index.vue @@ -1,5 +1,7 @@ + + + + diff --git a/src/pages/merchant/components/LookWithdrawalInformationModal.vue b/src/pages/merchant/components/LookWithdrawalInformationModal.vue new file mode 100644 index 0000000..95ec264 --- /dev/null +++ b/src/pages/merchant/components/LookWithdrawalInformationModal.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/src/pages/merchant/pages/get-help/contact-customer-service.vue b/src/pages/merchant/pages/get-help/contact-customer-service.vue index de4fe1e..903a82f 100644 --- a/src/pages/merchant/pages/get-help/contact-customer-service.vue +++ b/src/pages/merchant/pages/get-help/contact-customer-service.vue @@ -1,11 +1,59 @@ - diff --git a/src/pages/merchant/pages/get-help/index.vue b/src/pages/merchant/pages/get-help/index.vue index a1097b9..442f34a 100644 --- a/src/pages/merchant/pages/get-help/index.vue +++ b/src/pages/merchant/pages/get-help/index.vue @@ -4,8 +4,23 @@ - diff --git a/src/pages/merchant/pages/get-help/problem-teaching.vue b/src/pages/merchant/pages/get-help/problem-teaching.vue index 4aa3846..9038445 100644 --- a/src/pages/merchant/pages/get-help/problem-teaching.vue +++ b/src/pages/merchant/pages/get-help/problem-teaching.vue @@ -1,5 +1,11 @@