|  |  | 
 |  |  |         </div> | 
 |  |  |         <div class="taskDetail-address-wrapper"> | 
 |  |  |           <div class="taskDetail-address-title-wrapper"> | 
 |  |  |             <img :src="IconAttentioActive" class="taskDetail-address-title-icon" /> | 
 |  |  |             <img :src="IconLocaltion" class="taskDetail-address-title-icon" /> | 
 |  |  |             <div class="taskDetail-address-title">宁波柏悦酒店</div> | 
 |  |  |           </div> | 
 |  |  |           <div class="taskDetail-address-info-wrapper"> | 
 |  |  | 
 |  |  |         :isFlex="false" | 
 |  |  |         openType="share" | 
 |  |  |       ></PageFooterAction> | 
 |  |  |       <PageFooterAction :icon="IconShare" text="手机" :isFlex="false"></PageFooterAction> | 
 |  |  |       <PageFooterBtn type="primary">报名</PageFooterBtn> | 
 |  |  |       <PageFooterAction :icon="IconPhone" text="手机" :isFlex="false"></PageFooterAction> | 
 |  |  |       <PageFooterBtn type="primary">报名(5人已报名)</PageFooterBtn> | 
 |  |  |     </PageFooter> | 
 |  |  |   </LoadingLayout> | 
 |  |  | </template> | 
 |  |  | 
 |  |  | import IconAttentioActive from '@/assets/task/icon-attention-active.png'; | 
 |  |  | import { RectRight } from '@nutui/icons-vue-taro'; | 
 |  |  | import IconShare from '@/assets/task/icon-share.png'; | 
 |  |  | import IconPhone from '@/assets/task/icon-phone.png'; | 
 |  |  | import IconSafe from '@/assets/task/icon-safe.png'; | 
 |  |  | import IconLocaltion from '@/assets/task/icon-localtion.png'; | 
 |  |  | import './taskDetail.scss'; | 
 |  |  | import TaskDetailWelfareItem from '../components/TaskDetailWelfareItem.vue'; | 
 |  |  | import CompanyDesc from '../components/CompanyDesc.vue'; |