| | |
| | | module.exports = { |
| | | env: { |
| | | NODE_ENV: '"production"', |
| | | BASE_URL: '"https://api.81812333.com"', |
| | | BASE_URL_JX: '"https://api.jx818.com"', |
| | | BASE_URL: '"https://lgdapi.81812333.com"', |
| | | BASE_URL_JX: '"https://lgdapi.jx818.com"', |
| | | |
| | | OSS_URL: '"https://parkmanagement.oss-cn-hangzhou.aliyuncs.com"', |
| | | |
| | |
| | | ] |
| | | } |
| | | }, |
| | | "libVersion": "3.10.0" |
| | | "libVersion": "3.9.3" |
| | | } |
| | |
| | | message: '确定要退出登录吗?', |
| | | }); |
| | | userStore.logoutAndToHome(); |
| | | queryClient.removeQueries(); |
| | | queryClient.removeQueries({ |
| | | predicate: (query) => !query.queryKey.includes('userResumeServices/getOpenUserResumes'), |
| | | }); |
| | | } catch (error) {} |
| | | } |
| | | </script> |
| | |
| | | data: detail, |
| | | refetch, |
| | | } = useQuery({ |
| | | queryKey: ['flexWorkerServices/getOrdeForDetail', id, date], |
| | | queryKey: ['taskCheckReceiveServices/getCheckReceiveTaskUserSubmit', id, date], |
| | | queryFn: async () => { |
| | | return await taskCheckReceiveServices.getCheckReceiveTaskUserSubmit( |
| | | { taskInfoUserId: id, date: dayjs(date).format('YYYY-MM-DD') }, |
| | |
| | | module.exports = { |
| | | env: { |
| | | NODE_ENV: '"production"', |
| | | BASE_URL: '"https://api.81812333.com"', |
| | | BASE_URL_JX: '"https://api.jx818.com"', |
| | | BASE_URL: '"https://lgdapi.81812333.com"', |
| | | BASE_URL_JX: '"https://lgdapi.jx818.com"', |
| | | |
| | | OSS_URL: '"https://parkmanagement.oss-cn-hangzhou.aliyuncs.com"', |
| | | |
| | |
| | | <style lang="scss"> |
| | | @import '@/styles/common.scss'; |
| | | |
| | | .task-list-container { |
| | | flex: 1; |
| | | min-height: 0; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .task-page-wrapper { |
| | | .task-list-container { |
| | | flex: 1; |
| | | min-height: 0; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .task-list { |
| | | @include infiniteLoadingInTabBarPage; |
| | | .task-list { |
| | | @include infiniteLoadingInTabBarPage; |
| | | } |
| | | } |
| | | </style> |
| | |
| | | message: '确定要退出登录吗?', |
| | | }); |
| | | userStore.logoutAndToHome(); |
| | | queryClient.removeQueries(); |
| | | queryClient.removeQueries({ |
| | | predicate: (query) => !query.queryKey.includes('taskServices/getOpenTaskInfos'), |
| | | }); |
| | | } catch (error) {} |
| | | } |
| | | </script> |
| | |
| | | <template> |
| | | <ProTabs |
| | | <!-- <ProTabs |
| | | v-model="queryState.status" |
| | | name="home-tab" |
| | | :showPaneContent="false" |
| | |
| | | <ProTabPane :title="`全部`" :pane-key="0"></ProTabPane> |
| | | <ProTabPane :title="`收入`" :pane-key="1"></ProTabPane> |
| | | <ProTabPane :title="`提现`" :pane-key="2"></ProTabPane> |
| | | </ProTabs> |
| | | </ProTabs> --> |
| | | <List> |
| | | <IncomeDetailListItem :item="`收入:¥${toThousand(100)} 提现:¥${toThousand(200)}`"> |
| | | <template #title> |
| | |
| | | <template> |
| | | <PageLayout class="incomeDetail-page-wrapper" :title="'收支明细'"> |
| | | <PageLayout class="incomeDetail-page-wrapper" :title="'收入明细'"> |
| | | <InnerPage></InnerPage> |
| | | </PageLayout> |
| | | </template> |
| | |
| | | <template> |
| | | <div class="mine-wallet-balance"> |
| | | <!-- <div class="mine-wallet-balance"> |
| | | <WithdrawMoneyCard :money="100" title="账户余额(元)"></WithdrawMoneyCard> |
| | | <nut-button type="primary" class="mine-wallet-balance-btn" @click="goWithdraw">提现</nut-button> |
| | | </div> |
| | | </div> --> |
| | | <List> |
| | | <ListItem title="收入明细" @click="goIncomeDetail"> </ListItem> |
| | | <ListItem title="支付宝账户" @click="goWithdraw"> |
| | | <template #extra> |
| | | <div class="bind-bank-card"> |
| | | {{ isBinding ? '已绑定' : '未绑定、立即绑定' }} |
| | | </div> |
| | | </template> |
| | | </ListItem> |
| | | </List> |
| | | </template> |
| | | |
| | |
| | | <style lang="scss"> |
| | | @import '@/styles/common.scss'; |
| | | |
| | | .mine-wallet-balance { |
| | | text-align: center; |
| | | padding-bottom: 60px; |
| | | .mineWallet-page-wrapper { |
| | | .mine-wallet-balance { |
| | | text-align: center; |
| | | padding-bottom: 60px; |
| | | |
| | | .mine-wallet-balance-item { |
| | | font-size: 28px; |
| | | font-weight: 500; |
| | | margin-bottom: 40px; |
| | | |
| | | &.money { |
| | | font-size: 48px; |
| | | .mine-wallet-balance-item { |
| | | font-size: 28px; |
| | | font-weight: 500; |
| | | margin-bottom: 40px; |
| | | |
| | | &.money { |
| | | font-size: 48px; |
| | | font-weight: 500; |
| | | } |
| | | } |
| | | |
| | | .mine-wallet-balance-btn { |
| | | width: 60%; |
| | | } |
| | | } |
| | | |
| | | .mine-wallet-balance-btn { |
| | | width: 60%; |
| | | .bind-bank-card { |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | font-size: 24px; |
| | | } |
| | | } |
| | | </style> |
| | |
| | | "BClient:build": "pnpm run -C apps/bMiniApp build:weapp:upload", |
| | | "BClient:staging:build": "pnpm run -C apps/bMiniApp build:weapp:staging:upload", |
| | | "CClient:build": "pnpm run -C apps/cMiniApp build:weapp:upload", |
| | | "CClient:staging:build": "pnpm run -C apps/cMiniApp build:weapp:staging:upload" |
| | | "CClient:staging:build": "pnpm run -C apps/cMiniApp build:weapp:staging:upload", |
| | | "build:all": "pnpm run -r --parallel build:weapp:upload" |
| | | }, |
| | | "browserslist": [ |
| | | "last 3 versions", |