From fd11a4637996044cf0950e0c5ebaae78d86df2e5 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Tue, 31 Mar 2026 22:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 6 +- src/api/bank.ts | 7 ++ src/api/tes-specialist.ts | 11 +++ src/bundle/parten/pages/withdraw/progress.vue | 12 ++- src/bundle/parten/pages/withdraw/withdraw.vue | 35 ++++++-- src/bundle/wallet/wallet.vue | 2 +- src/components/TeaSpecialistLevel.vue | 31 +++---- src/pages/my/profile-display.vue | 34 +++++--- src/pages/my/profile-edit.vue | 80 +++++++++++++++++-- src/pages/order/detail.vue | 12 +-- src/utils/teaSpecialist.ts | 44 +++++----- src/utils/tools.ts | 12 ++- 12 files changed, 216 insertions(+), 70 deletions(-) diff --git a/env/.env.development b/env/.env.development index 9f36700..aa650c1 100644 --- a/env/.env.development +++ b/env/.env.development @@ -8,10 +8,10 @@ VITE_DELETE_CONSOLE = false VITE_SHOW_SOURCEMAP = true # 请求地址 -VITE_SERVER_BASEURL = 'https://76458.com' +VITE_SERVER_BASEURL = 'https://test1.stnav.com' # 图片上传路径 -VITE_UPLOAD_BASEURL = 'https://76458.com/upload' +VITE_UPLOAD_BASEURL = 'https://test1.stnav.com/upload' # 上传图片请求地址 -VITE_UPLOAD_BASEURL = 'https://76458.com/teamapi/upload/image' +VITE_UPLOAD_BASEURL = 'https://test1.stnav.com/teamapi/upload/image' VITE_UPLOAD_IMAGE_URL = 'https://chaz.oss-cn-shanghai.aliyuncs.com/' diff --git a/src/api/bank.ts b/src/api/bank.ts index 490e7a0..4b75fe5 100644 --- a/src/api/bank.ts +++ b/src/api/bank.ts @@ -27,4 +27,11 @@ export function getBankCardList() { */ export function withdrawApply(amount: number, bank_id: number) { return http.Post('/teamapi/user/submitReflect', { amount, bank_id }) +} + +/** + * 提现说明 + */ +export function getWithdrawDesc() { + return http.Post('/teamapi/user/commissionContent') } \ No newline at end of file diff --git a/src/api/tes-specialist.ts b/src/api/tes-specialist.ts index 4b15914..ee437da 100644 --- a/src/api/tes-specialist.ts +++ b/src/api/tes-specialist.ts @@ -153,4 +153,15 @@ export function getAnnouncements(data: {page: number, size: number, search: stri */ export function getAnnouncementDetails(id: number) { return http.Post('/teamapi/training/trainingDetails', { id }) +} + +/** + * 获取专属圈子标签 + */ +export function getExclusiveCirclesLabel() { + return http.Post('/api/teamaster/getLabel', null, + { + meta: { ignoreAuth: true } + } + ) } \ No newline at end of file diff --git a/src/bundle/parten/pages/withdraw/progress.vue b/src/bundle/parten/pages/withdraw/progress.vue index b529e27..d926720 100644 --- a/src/bundle/parten/pages/withdraw/progress.vue +++ b/src/bundle/parten/pages/withdraw/progress.vue @@ -33,7 +33,7 @@ - + @@ -63,10 +63,16 @@ 提现金额 ¥{{ billDetails.amount }} - + 到账银行卡 {{ billDetails.bank_name }}({{ Progress.handleFormatBankCardNumber(billDetails.bank_card) }}) + + 打款证明 + + + + @@ -78,7 +84,7 @@ diff --git a/src/pages/my/profile-display.vue b/src/pages/my/profile-display.vue index 2eb7963..48b55e9 100644 --- a/src/pages/my/profile-display.vue +++ b/src/pages/my/profile-display.vue @@ -49,7 +49,7 @@ 90后茶艺师 - + @@ -84,17 +84,20 @@ - + - 兴趣爱好 + 专属圈子 - 兴趣爱好 + 专属圈子 - {{ profile.hobby_introduce }} + + {{ item }} + @@ -130,13 +133,12 @@