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 @@