| | |
| | | </div> |
| | | <div class="taskDetail-address-info-wrapper"> |
| | | <div class="taskDetail-address-info">宁波市鄞州区东钱湖大堰路188号宁波柏悦酒店</div> |
| | | <RectRight :size="6" class="taskDetail-address-info-icon" /> |
| | | <RectRight :size="8" class="taskDetail-address-info-icon" /> |
| | | </div> |
| | | </div> |
| | | </Cell> |
| | | <Cell :show-title="false"> |
| | | <CellChunk title="福利信息"> |
| | | <div class="taskDetail-welfare-list"> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | <TaskDetailWelfareItem /> |
| | | </div> |
| | | </CellChunk> |
| | | <CellChunk title="报名条件"> |
| | | <div class="taskDetail-limit-list"> |
| | | <div class="taskDetail-limit-list-item"> |
| | | <div class="taskDetail-limit-list-item-label">年龄:</div> |
| | | <div class="taskDetail-limit-list-item-text">18-45岁</div> |
| | | </div> |
| | | <div class="taskDetail-limit-list-item"> |
| | | <div class="taskDetail-limit-list-item-label">性别:</div> |
| | | <div class="taskDetail-limit-list-item-text">不限</div> |
| | | </div> |
| | | <div class="taskDetail-limit-list-item"> |
| | | <div class="taskDetail-limit-list-item-label">资格证书:</div> |
| | | <div class="taskDetail-limit-list-item-text">健康证</div> |
| | | </div> |
| | | </div> |
| | | </CellChunk> |
| | | <CellChunk title="发布者信息"> |
| | | <CompanyDesc @click="goCompanyDetail"></CompanyDesc> |
| | | </CellChunk> |
| | | </Cell> |
| | | <Cell> |
| | | <template #title> |
| | |
| | | :isFlex="false" |
| | | openType="share" |
| | | ></PageFooterAction> |
| | | <PageFooterAction :icon="IconShare" text="手机" :isFlex="false"></PageFooterAction> |
| | | <PageFooterBtn type="primary">报名</PageFooterBtn> |
| | | </PageFooter> |
| | | </LoadingLayout> |
| | |
| | | import IconShare from '@/assets/task/icon-share.png'; |
| | | import IconSafe from '@/assets/task/icon-safe.png'; |
| | | import './taskDetail.scss'; |
| | | import TaskDetailWelfareItem from '../components/TaskDetailWelfareItem.vue'; |
| | | import CompanyDesc from '../components/CompanyDesc.vue'; |
| | | |
| | | defineOptions({ |
| | | name: 'InnerPage', |
| | |
| | | url: `${RouterPath.complaint}?id=${taskId}`, |
| | | }); |
| | | } |
| | | |
| | | function goCompanyDetail() { |
| | | Taro.navigateTo({ |
| | | url: `${RouterPath.companyDetail}?id=${taskId}`, |
| | | }); |
| | | } |
| | | </script> |