301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: rc16.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <!--suppress ThymeleafVariablesResolveInspection --> <html> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>荣昌之窗人才网(荣才网) - 荣昌人才网_荣昌招聘网_荣昌找工作_荣昌招聘会</title> <meta content="荣才网,荣昌人才网,荣昌招聘,荣昌在线招聘,荣昌求职,荣昌找工作,荣昌兼职,荣昌就业,荣昌招聘信息,荣昌之窗人才网" name="keywords"> <meta content="荣昌之窗人才网(荣才网),荣昌之窗旗下人才招聘专业网站!一键登录发布荣昌求职招聘信息的荣昌人才网站,包括荣昌企业招聘信息、个人求职信息、荣昌兼职等发布,快速查找荣昌新招聘信息和人才求职信息。" name="description"> <link rel="shortcut icon" href="https://cdn.static.magcloud.cc/job/static/img/favicon.ico"> <script src="https://job.rongchang.net/public/document/vue.global.js"></script> <!-- import CSS --> <!-- <link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css">--> <link rel="stylesheet" href="https://job.rongchang.net/public/document/index.css"> <!-- import JavaScript --> <script src="https://job.rongchang.net/public/document/index.full.js"></script> <script src="https://job.rongchang.net/public/document/jquery-3.1.1.min.js"></script> <link rel="stylesheet" href="https://job.rongchang.net/public/document/common.css"> <link rel="stylesheet" href="https://job.rongchang.net/public/document/layout.css"> <link rel="stylesheet" href="https://job.rongchang.net/public/document/home.css"> <style> .fiveImg { width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; } .fiveImg div { width: 20%; padding-right: 10px; margin-bottom: 10px; cursor: pointer; } .fiveImg div:nth-child(5n) { padding: 0; } .fiveImg div img { width: 100%; } .main-search-box { background: none; } .company-top-info-name { font-weight: normal; font-size: 17px; } .load { position: absolute; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; } .load:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ''; width: 30px; height: 30px; border: 2px solid #000; border-top-color: transparent; border-radius: 100%; animation: circle infinite 0.75s linear; } @keyframes circle { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .main-adver-item div, .fiveImg div { position: relative; } .main-adver-item div .tag, .fiveImg div .tag { position: absolute; right: 5px; bottom: 15px; width: 24px; height: 13px; } .fiveImg div .tag { right: 10px; bottom: 2px; } .pcLink { color: #a6abbe; font-size: 14px; margin-bottom: 10px; } .pcLink span { line-height: 2em; } .pcLink div { width: 90%; } .pcLink a { color: #a6abbe; font-size: 14px; line-height: 2em; margin-right: 1em; } #app { display: none; } .gonggao::before { display: none; } .layout-footer-bottom-word a { color: inherit; } .el-image-viewer__canvas img { width: 200px; height: 200px; } </style> </head> <body> <div class="load"></div> <div id="app" style="--configColor: rgba(41, 121, 255, 1)"> <div class="layout-box"> <div class="layout-item-box bg-white"> <div class="layout-item layout-head"> <div class="head-left"> <div> <img alt="" src="https://ipic.rongchang.net/public/20241113/9c6c84de37274bde812e28042c410580/9c6c84de37274bde812e28042c410580.png"> </div> <div class="head-left-active cp">首页</div> <div @click="newUrlHou('/search')" class="cp">找工作</div> <div @click="newUrlHou('/firm')" class="cp">找企业</div> <div @click="newUrlHou('/resumeCenter')" class="cp">找人才</div> <div @click="newUrlHou('/jobFairList')" class="cp">网络招聘会</div> <div @click="newUrlHou('/announcement')" class="cp">公告</div> <a href="https://love.rongchang.net/" target="_blank">找对象</a> </div> <div class="head-right"> <div class="head-right-btn-box" v-if="!store.user.id"> <div @click="newUrl('/Login')" class="head-right-btn">注册</div> <div @click="newUrl('/Login')" class="head-right-btn">登录</div> </div> <div v-else> <div class="head-right-info-box" v-if="store.user.loginStatus"> <el-popover placement="bottom" trigger="hover"> <div class="head-right-info-list"> <div @click="newUrl('/Company/Layout')" class="head-right-info-list-item cp bt"> 进入企业中心 </div> <div @click="newUrl('/Company/PositionManagement')" class="head-right-info-list-item cp"> 职位管理 </div> <div @click="newUrl('/Company/ResumeManagement')" class="head-right-info-list-item cp"> 简历管理 </div> <div @click="newUrl('/Company/Information')" class="head-right-info-list-item cp"> 企业信息 </div> <div @click="newUrl('/Company/InterviewInvitation')" class="head-right-info-list-item cp bt"> 面试邀请 </div> <div @click="refresh" class="head-right-info-list-item cp bt"> 我要求职 </div> <div @click="logOut" class="head-right-info-list-item cp"> 退出登录 </div> </div> <template #reference> <div class="head-right-info"> <div> <el-avatar :size="38" :src="store.user.loginCompanyLogoValue"/> </div> <div class="ml20 cp">{{ store.user.loginCompanyName }}</div> </div> </template> </el-popover> </div> <div class="head-right-info-box" v-else> <el-popover placement="bottom" trigger="hover"> <div class="head-right-info-list"> <div @click="newUrl('/Layout')" class="head-right-info-list-item cp bt"> 进入个人中心 </div> <div @click="newUrl('/Layout/MyResume')" class="head-right-info-list-item cp"> 我的简历 </div> <div @click="newUrl('/Layout/DeliveryRecord')" class="head-right-info-list-item cp"> 我的投递 </div> <div @click="newUrl('/Layout/Interview')" class="head-right-info-list-item cp"> 我的面试 </div> <div @click="newUrl('/Layout/Collect')" class="head-right-info-list-item cp bt"> 我的收藏 </div> <div @click="toCompany" class="head-right-info-list-item cp bt"> 我要招人 </div> <div @click="logOut" class="head-right-info-list-item cp"> 退出登录 </div> </div> <template #reference> <div class="head-right-info"> <div> <el-avatar :size="38" :src="store.user.avatarValue"/> </div> <div class="ml20 cp">{{ store.user.userName }}</div> </div> </template> </el-popover> </div> </div> </div> </div> </div> <div class="layout-item-box"> <!-- 首页主要内容 开始 --> <div class="main-box"> <!-- 搜索 --> <div class="main-search-box" id="category"> <div class="layout-item main-search-item"> <div class="main-search-left"> <div class="search-input"> <div class="input-box"> <input @keyup.enter="goSearch(keyword)" placeholder="搜索职位/公司" type="text" v-model="keyword"/> </div> <div @click="goSearch(keyword)" class="button">搜索</div> </div> <div class="hot-job"> <el-text type="info">热门职位:</el-text> <span class="hot-job-span cp" @click=" toSearchData('43','1','0') " data-obj="SubscribePositionCategoryVo(id=null, positionCategoryId=43, positionCategoryName=文职文员, userId=null, positionCategoryLevel=1, positionCategoryParentId=0)">文职文员</span><span class="hot-job-span cp" @click=" toSearchData('94','1','0') " data-obj="SubscribePositionCategoryVo(id=null, positionCategoryId=94, positionCategoryName=普工技工, userId=null, positionCategoryLevel=1, positionCategoryParentId=0)">普工技工</span> </div> </div> <div class="main-search-right"> <div class="main-search-right-title"> <span>荣昌之窗人才网</span> </div> <div> <div id="imgimg" data-small-program-code-url="https://ipic.rongchang.net/public/20241101/76348ee10c1641d8a5bd7a71a8af9496/76348ee10c1641d8a5bd7a71a8af9496.jpg"> <el-image :src="smallProgramCodeUrl" :preview-src-list="[smallProgramCodeUrl]" ></el-image> </div> </div> </div> </div> </div> <!-- 分类+轮播+个人信息 --> <div class="main-category-box"> <div class="layout-item main-category-item"> <!-- 分类 --> <div class="category-box"> <div class="category-box-list"> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('0') " @mouseleave="handleMouseLeave" item-index="0"> <span>市场销售</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('1') " @mouseleave="handleMouseLeave" item-index="1"> <span>行政人事</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('2') " @mouseleave="handleMouseLeave" item-index="2"> <span>文职文员</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('3') " @mouseleave="handleMouseLeave" item-index="3"> <span>广告/设计</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('4') " @mouseleave="handleMouseLeave" item-index="4"> <span>餐饮/休闲/娱乐</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('5') " @mouseleave="handleMouseLeave" item-index="5"> <span>会计财务</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('6') " @mouseleave="handleMouseLeave" item-index="6"> <span>互联网/新媒体/电商/直播</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('7') " @mouseleave="handleMouseLeave" item-index="7"> <span>客户服务</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('8') " @mouseleave="handleMouseLeave" item-index="8"> <span>文体培训</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('9') " @mouseleave="handleMouseLeave" item-index="9"> <span>百货零售</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('10') " @mouseleave="handleMouseLeave" item-index="10"> <span>普工技工</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('11') " @mouseleave="handleMouseLeave" item-index="11"> <span>金融保险</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('12') " @mouseleave="handleMouseLeave" item-index="12"> <span>管理运营</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('13') " @mouseleave="handleMouseLeave" item-index="13"> <span>物流贸易</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('14') " @mouseleave="handleMouseLeave" item-index="14"> <span>司机/后勤/家政</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('15') " @mouseleave="handleMouseLeave" item-index="15"> <span>咨询/顾问/中介</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('16') " @mouseleave="handleMouseLeave" item-index="16"> <span>医疗/美容</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('17') " @mouseleave="handleMouseLeave" item-index="17"> <span>摄影影视</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('18') " @mouseleave="handleMouseLeave" item-index="18"> <span>网络硬件</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('19') " @mouseleave="handleMouseLeave" item-index="19"> <span>机械仪表</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('20') " @mouseleave="handleMouseLeave" item-index="20"> <span>翻译/法律</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('21') " @mouseleave="handleMouseLeave" item-index="21"> <span>工厂工业</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('22') " @mouseleave="handleMouseLeave" item-index="22"> <span>生物制药/制品/工程</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('23') " @mouseleave="handleMouseLeave" item-index="23"> <span>房地产/建筑/物业</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('24') " @mouseleave="handleMouseLeave" item-index="24"> <span>电子/通讯</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('25') " @mouseleave="handleMouseLeave" item-index="25"> <span>能源/环保</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> <div class="category-box-item fx-sb fx-alc blod cp" @mouseenter=" handleMouseEnter('26') " @mouseleave="handleMouseLeave" item-index="26"> <span>兼职/实习生/学徒/其他分类</span> <svg height="11px" width="6px" xmlns="http://www.w3.org/2000/svg"> <path d="M5.725,5.345 L1.185,1.173 C0.707,0.733 -0.001,1.125 -0.001,1.828 L-0.001,10.172 C-0.001,10.876 0.707,11.267 1.185,10.828 L5.725,6.656 C6.090,6.320 6.090,5.681 5.725,5.345 Z" fill="rgb(136, 136, 136)" fill-rule="evenodd"/> </svg> </div> </div> <!-- <div class="category-box-item-popur" v-if="isShowCategoryPopover"--> <!-- @mouseenter="isShowCategoryPopover = true"--> <!-- @mouseleave="isShowCategoryPopover = false">--> <!-- <div class="popur-title" th:each="tree : ${trees}">--> <!-- <span th:text="${tree.name}">分类一级名称</span>--> <!-- </div>--> <!-- <div class="fx fxw popur-list">--> <!-- <span class="children" >--> <!-- 分类二级名称--> <!-- </span>--> <!-- </div>--> <!-- </div>--> <div @mouseenter="isShowCategoryPopover = true" @mouseleave="isShowCategoryPopover = false" class="category-box-item-popur" v-if="isShowCategoryPopover"> <div class="popur-title"> <span> {{categoryChildren.label}}</span> </div> <div class="fx fxw popur-list"> <span @click="toSearchData(item.id,item.weight,item.parentId)" class="children cp" v-for="item in categoryChildren.children"> {{ item.label }} </span> </div> </div> </div> <!-- 轮播 --> <div class="lunbo-box"> <div class="lunbo-box-item"> <el-carousel height="400px"> <el-carousel-item class="cp" @click=" toUrl('2','/index') "> <img alt="" src="https://ipic.rongchang.net/public/20241101/8441ac5908f94219a9e376d16f304ba7/8441ac5908f94219a9e376d16f304ba7.jpg"> </el-carousel-item><el-carousel-item class="cp" @click=" toUrl('2','/index') "> <img alt="" src="https://ipic.rongchang.net/public/20241120/a7f05e20d73c40828bf45ab364797ecf/a7f05e20d73c40828bf45ab364797ecf.jpg"> </el-carousel-item> </el-carousel> </div> </div> <!-- 个人信息 --> <div> <!-- 登录后 --> <div class="user-box" v-if="store.user.id"> <div class="user-info-box" v-if="store.user.loginStatus"> <div class="user-info-title"> <div class="info-img"> <img :src="store.user.loginCompanyLogoValue" alt=""> </div> <div class="info-name"> <span class="info-name-word ml10 mb10 mr10">Hi,{{ store.user.loginCompanyName }}</span> <span>欢迎回来</span> </div> </div> <div class="user-info-number"> <div class="user-info-number-item"> <span class="user-info-number-item-word">{{companyInfo.linkupCount}}</span> <span>沟通数量</span> </div> <div class="user-info-number-item"> <span class="user-info-number-item-word">{{companyInfo.recruitCount}}</span> <span>在招岗位</span> </div> <div class="user-info-number-item"> <span class="user-info-number-item-word">{{companyInfo.deliveryCount}}</span> <span>收到投递数</span> </div> </div> <div class="user-info-btn"> <el-button @click="newUrl('/Company/Layout')" class="btn-box">进入企业中心 </el-button> </div> </div> <div class="user-info-box" v-else> <div class="user-info-title"> <div class="info-img"> <img :src="store.user.avatarValue" alt=""> </div> <div class="info-name"> <span class="info-name-word ml10 mb10 mr10">Hi,{{ store.user.userName }}</span> <span>欢迎回来</span> </div> </div> <div class="user-info-number"> <div class="user-info-number-item"> <span class="user-info-number-item-word">{{resumeData.deliverCount}}</span> <span>投递记录</span> </div> <div class="user-info-number-item"> <span class="user-info-number-item-word">{{resumeData.linkupCount}}</span> <span>沟通记录</span> </div> <div class="user-info-number-item"> <span class="user-info-number-item-word">{{resumeData.interviewCount}}</span> <span>面试邀请</span> </div> </div> <div class="user-info-btn"> <el-button @click="newUrl('/Layout')" class="btn-box">进入个人中心</el-button> </div> </div> </div> <!-- 未登录 --> <div class="user-box" v-else> <div class="user-login-box"> <div class="user-bg"> <img @click="newUrl('/Login')" alt="" src="https://www.dywzp.com/public/pcimage/image/WeChatlogin.jpg"> </div> <div class="user-form"> <el-input placeholder="请输入手机号" v-model="phonenumber"></el-input> <el-input class="mt20" placeholder="请输入" v-model="smsCode"> <template #append> <span @click="sendMsg1(phonenumber)" class="cp">{{ txt }}</span> </template> </el-input> </div> <div class="user-form"> <el-button @click="onePerson" class="mb20" style="width: 100%;height: 38px;background: var(--configColor); border: 0;border-radius: 0;" type="primary">登录 </el-button> </div> </div> </div> </div> </div> </div> <!-- 公告位置 --> <!-- 广告位置 --> <div class="main-adver-box mt10"> <div class="layout-item main-adver-item" @click=" toUrl('1','https://love.rongchang.net') "> <div class="mb10"> <img alt="" src="https://ipic.rongchang.net/public/20250326/e811bf37f5b845b0badae64736ab0435.jpg"> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> </div> <div class="layout-item main-adver-item" @click=" toUrl('1','https://www.rcfc.cn/') "> <div class="mb10"> <img alt="" src="https://ipic.rongchang.net/public/20241103/e03c8264bda94b22a6f97d86a2b263e7/e03c8264bda94b22a6f97d86a2b263e7.jpg"> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> </div> <div class="layout-item main-adver-item" @click=" toUrl('1','https://job.rongchang.net/pc/#/Layout/MyResume') "> <div class="mb10"> <img alt="" src="https://ipic.rongchang.net/public/20241103/7e01ff1ba09d43afb6f543de0cd6f04a/7e01ff1ba09d43afb6f543de0cd6f04a.jpg"> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> </div> </div> <div class="fiveImg"> <div @click=" toUrl('1',' https://job.rongchang.net/companys/229') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/17b35e890e62401e97363fb09f1902a6/17b35e890e62401e97363fb09f1902a6.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/396') "> <img alt="" src="https://ipic.rongchang.net/public/20241103/7d601150881e4b499a3072fd08bd876a/7d601150881e4b499a3072fd08bd876a.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/14') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/1ed2254f1da842bdab8220e75756f28f/1ed2254f1da842bdab8220e75756f28f.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/270') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/53a0a710d91f44d0b682c325fa3ad558/53a0a710d91f44d0b682c325fa3ad558.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/24') "> <img alt="" src="https://ipic.rongchang.net/public/20241103/af627297d28d49d5894336c9da0a6449/af627297d28d49d5894336c9da0a6449.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/145') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/7ef1b6870e01463cba69bcfeb60dd395/7ef1b6870e01463cba69bcfeb60dd395.png"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/15') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/5395661d272a43efb8da28b866ecada1/5395661d272a43efb8da28b866ecada1.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/2012') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/5ed765c4590d43bbb8894c578e8c9073/5ed765c4590d43bbb8894c578e8c9073.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/352') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/814d66ebcc894c58a12828d935fca82d/814d66ebcc894c58a12828d935fca82d.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/271') "> <img alt="" src="https://ipic.rongchang.net/public/20241118/a340a3c1dcff4329b21e7a25094dea98/a340a3c1dcff4329b21e7a25094dea98.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/4521') "> <img alt="" src="https://ipic.rongchang.net/public/20250221/1866595d89624fea8d79ef804c99c0ef/1866595d89624fea8d79ef804c99c0ef.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/405') "> <img alt="" src="https://ipic.rongchang.net/public/20241111/8fe2715faf424542b13b02fde4df9337/8fe2715faf424542b13b02fde4df9337.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1812') "> <img alt="" src="https://ipic.rongchang.net/public/20241118/8d460a91c2dd406e9c33d2f67c0fdaba/8d460a91c2dd406e9c33d2f67c0fdaba.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/2940') "> <img alt="" src="https://ipic.rongchang.net/public/20241111/87b37b2c684b472aa9938ea5d454bb24/87b37b2c684b472aa9938ea5d454bb24.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/143') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/8e64bef763c44c318d0a9f2a177fa1f5/8e64bef763c44c318d0a9f2a177fa1f5.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/793') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/2155bc4f5a5948f793c61f79f34de8a2/2155bc4f5a5948f793c61f79f34de8a2.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/777') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/8b4fdbf2b9384b0ca37864041376d109/8b4fdbf2b9384b0ca37864041376d109.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/317') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/1149ba08f25c4003b33a5b5bdb8e60f0/1149ba08f25c4003b33a5b5bdb8e60f0.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/446') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/5b6faae7340746d3b61752e1566135e4/5b6faae7340746d3b61752e1566135e4.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/153') "> <img alt="" src="https://ipic.rongchang.net/public/20241104/c5b72196d1d74a1893813dc07c6edcbd/c5b72196d1d74a1893813dc07c6edcbd.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/272') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/ab5685feed784caf9680ae06c0682598/ab5685feed784caf9680ae06c0682598.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/765') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/91a60dba7fd74205998b9f1c70ad25ab/91a60dba7fd74205998b9f1c70ad25ab.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1',' https://job.rongchang.net/companys/408') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/ecb849f306bb45bb9506d7dfafcc3436/ecb849f306bb45bb9506d7dfafcc3436.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/285') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/1f81909d63124378a87521603e31ab57/1f81909d63124378a87521603e31ab57.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1531') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/1c21aefd7bba4da087dbcbbdaf3a1e7a/1c21aefd7bba4da087dbcbbdaf3a1e7a.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/567') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/0121b9777f504adca36a071e492ec199/0121b9777f504adca36a071e492ec199.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/273') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/eacc03722abe420b89673199079788f6/eacc03722abe420b89673199079788f6.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/13') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/b099a08ac17a45c782d3f80c2e482f35/b099a08ac17a45c782d3f80c2e482f35.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1218') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/00312798f3b84a25a3e822b92a1f1e42/00312798f3b84a25a3e822b92a1f1e42.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1062') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/a6a37aeb424f4441bcfd366e7451421a/a6a37aeb424f4441bcfd366e7451421a.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/690') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/790e95b845264d358d2ef13f7d1c5cb9/790e95b845264d358d2ef13f7d1c5cb9.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/412') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/0a93344253714a79a4b11169ebe44042/0a93344253714a79a4b11169ebe44042.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/522') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/9ed1411bd6ca465aa752f63d6b3674b3/9ed1411bd6ca465aa752f63d6b3674b3.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/413') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/10cc8d32272d4239a880be22b4a45621/10cc8d32272d4239a880be22b4a45621.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/749') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/a9df700c72b44aeb9e7ef2e6a72866cc/a9df700c72b44aeb9e7ef2e6a72866cc.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1016') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/a6bca90d42074dd3a8ba99aee8e7680f/a6bca90d42074dd3a8ba99aee8e7680f.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/277') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/0052e24dc1064f92878b29db89e63bab/0052e24dc1064f92878b29db89e63bab.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/806') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/5b9d7d1956dd44cdaffebc3939047893/5b9d7d1956dd44cdaffebc3939047893.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/2177') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/b6303c9367e2485caf8d49518e24958b/b6303c9367e2485caf8d49518e24958b.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1497') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/f1dc7769dc5c47a8814bee7f0ae20137/f1dc7769dc5c47a8814bee7f0ae20137.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/2304') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/1cef46d417b64531ac2b593a2b8b0b22/1cef46d417b64531ac2b593a2b8b0b22.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/997') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/16930c6ae44249db88b602c34dcf0b99/16930c6ae44249db88b602c34dcf0b99.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1865') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/021191b02dd44864844be31c12ecd9f3/021191b02dd44864844be31c12ecd9f3.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/171') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/17f4bce550e347b2b632045ab7721d3b/17f4bce550e347b2b632045ab7721d3b.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1',' https://job.rongchang.net/companys/1035') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/f19f84538d26458fb0ed3184a98982c5/f19f84538d26458fb0ed3184a98982c5.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/3237') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/efc22002cdb74395b49185839e2b7b42/efc22002cdb74395b49185839e2b7b42.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/2926') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/34858ac390174d0785b3433ffe603fe9/34858ac390174d0785b3433ffe603fe9.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/924') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/9fe6d12ccf7b4d1eb0a25d74d5e6d1d9/9fe6d12ccf7b4d1eb0a25d74d5e6d1d9.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/664') "> <img alt="" src="https://ipic.rongchang.net/public/20241108/46d9bc4b30f7448bb58b81d8bac3a7ec/46d9bc4b30f7448bb58b81d8bac3a7ec.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/407') "> <img alt="" src="https://ipic.rongchang.net/public/20241204/f4b96c8208d945d6b2591724b3494bdf/f4b96c8208d945d6b2591724b3494bdf.jpg"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/175') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/808262a41657462ea201e922a22d19e6.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/143') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/2f018ebd0fcc42128f030f42868f9ec0.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/599') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/60a3b306cd004350ae0baec789076c80.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1679') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/0bcbec6b56c74907adf68f76443f4ce7.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/75') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/0817ed6f248e4f83ac951681a5397732.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/570') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/0b2b18e9df5e498eaf2986248bb852d0.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/340') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/837fbd97d50341a493359f2747e896c9.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/1522') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/48c53795dbb648669730bfcf9d72b289.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/428') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/ae706b64171c440aa101487945b564ed.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> <div @click=" toUrl('1','https://job.rongchang.net/companys/553') "> <img alt="" src="https://ipic.rongchang.net/public/20250314/7362a18db8df45b5a8014bc195ee302c.gif"/> <img alt="" class="tag" src="https://cdn.static.magcloud.cc/job/static/pc/pc/label_ad.png"/> </div> </div> <!-- 名企推荐+热招职位+职位推荐 --> <div class="main-list-box mt10 mb20"> <div class="layout-item"> <div> <div class="list-title-large" id="hotJob"> 热招职位 </div> <div class="list-box"> <div class="hot-job-hot"> <div class="jobContent"> <div class="jobHeader fx fenWidth"> <div>招聘职位</div> <div>企业名称</div> <div>区域</div> <div>岗位薪资</div> <div>更新时间</div> </div> <div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> <span> <svg height="16px" width="30px" xmlns="http://www.w3.org/2000/svg"> <defs> <linearGradient id="PSgrad_1" x1="0%" x2="0%" y1="100%" y2="0%"> <stop offset="0%" stop-color="rgb(254,41,25)" stop-opacity="1"/> <stop offset="100%" stop-color="rgb(255,109,75)" stop-opacity="1"/> </linearGradient> </defs> <path d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z" fill="rgb(255, 238, 213)" fill-rule="evenodd"/> <path d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z" fill="url(#PSgrad_1)"/> <text fill="rgb(0, 0, 0)" font-family="Adobe Heiti Std" font-size="10px" kerning="auto" x="5px" y="12px"> <tspan fill="#FFFFFF" font-family="Microsoft YaHei" font-size="10px"> 推广</tspan> </text> </svg> </span> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover" href="/job/9701">红娘销售(五险+带薪年假)</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/1">荣昌之窗</a> </div> <div>昌元街道</div> <div class="post-title-money">3000-8000元/月</div> <div>16分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20742">网络销售</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/2204">重庆指南职业资格考试培训有限公司</a> </div> <div>荣昌区</div> <div class="post-title-money">3500-9000元/月</div> <div>1分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/18579">招生顾问</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/2204">重庆指南职业资格考试培训有限公司</a> </div> <div>昌元街道</div> <div class="post-title-money">3500-9000元/月</div> <div>1分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20658">主播</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/2529">重庆顶靓文化传媒有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">3000-20000元/月</div> <div>6分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/3598">店长</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/712">荣昌昌州街道天画工艺美术品经营部</a> </div> <div>昌州街道</div> <div class="post-title-money">2500-8000元/月</div> <div>6分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/11414">普工</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/3195">重庆鑫宝通材料科技有限公司</a> </div> <div>广顺街道</div> <div class="post-title-money">4600-6000元/月</div> <div>6分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/18653">店员</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/712">荣昌昌州街道天画工艺美术品经营部</a> </div> <div>昌州街道</div> <div class="post-title-money">2500-6000元/月</div> <div>6分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/3309">汽车洗美技师</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/641">壹佰分汽车服务(重庆)有限公司</a> </div> <div>昌元街道</div> <div class="post-title-money">3000-6000元/月</div> <div>6分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/11494">销售精英</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/3219">荣昌区森焱装修服务部</a> </div> <div>荣昌区</div> <div class="post-title-money">3000-10000元/月</div> <div>1小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20686">带货主播</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/4800">荣昌区阿亲家韩式烤肉店</a> </div> <div>昌元街道</div> <div class="post-title-money">面议</div> <div>5小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20636">口播(不用露脸)</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/2825">重庆磊石营销策划有限公司</a> </div> <div>荣昌区</div> <div class="post-title-money">3000-10000元/月</div> <div>8小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20021">打包清货人员</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/1461">重庆彩博广告制作有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">3200-5000元/月</div> <div>8小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/18508">广告后期制作</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/1461">重庆彩博广告制作有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">3800-6000元/月</div> <div>8小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20650">新媒体运营</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/277">重庆三惠威威食品科技有限公司</a> </div> <div>荣昌区</div> <div class="post-title-money">4000-5000元/月</div> <div>12小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20023">搬运(重庆)</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/446">重庆市荣昌区申通快递有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">5000-6000元/月</div> <div>12小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/2366">快递员</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/446">重庆市荣昌区申通快递有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">4000-6000元/月</div> <div>12小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/1104">财务</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/221">重庆昌业科技有限公司</a> </div> <div>昌元街道</div> <div class="post-title-money">3000-5000元/月</div> <div>13小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/352">比亚迪汽车销售客户经理</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/69">重庆中辰汽车销售有限公司</a> </div> <div>荣昌区</div> <div class="post-title-money">5000-20000元/月</div> <div>13小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/18162">助理(实习岗位)</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/2013">重庆双橙体育文化传播有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">2500-3000元/月</div> <div>13小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20285">注塑机操作员</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/271">重庆索途光学眼镜有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">3000-7000元/月</div> <div>15小时前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/8250">电商运营</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/2135">重庆市荣昌区良心大药房</a> </div> <div>昌元街道</div> <div class="post-title-money">3500-7000元/月</div> <div>1天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/15952">足浴技师</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/3991">荣昌区鑫漫艺足足浴店</a> </div> <div>昌元街道</div> <div class="post-title-money">10000-15000元/月</div> <div>2天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/19247">熟食打包工</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/153">重庆市鹅堂食品有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">4500-6000元/月</div> <div>4天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20298">形象保安</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/288">重庆市荣昌区新绿邦物业管理有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">3000-3200元/月</div> <div>5天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/5526">销售/店长</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/1218">荣昌区艺乡灯饰城</a> </div> <div>昌州街道</div> <div class="post-title-money">3000-10000元/月</div> <div>6天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/17161">人事文员</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/4557">科迪芯测智能设备(重庆)有限公司</a> </div> <div>广顺街道</div> <div class="post-title-money">3000-4000元/月</div> <div>6天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/17063">诚聘房产销售(无责底薪三千加提成)</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/654">荣昌区七号房地产经纪有限责任公司</a> </div> <div>昌元街道</div> <div class="post-title-money">3000-30000元/月</div> <div>9天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover post-title-money" href="/job/20526">市场销售</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/1035">重庆成保户外用品有限公司</a> </div> <div>昌州街道</div> <div class="post-title-money">5000-20000元/月</div> <div>19天前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover" href="/job/20651">文员客服</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/1005">荣昌区小罗食品科技开发有限公司</a> </div> <div>荣昌区</div> <div class="post-title-money">3000-5000元/月</div> <div>1分钟前</div> </div> <div class="bodyItem fx fenWidth fx-alc"> <div class="jobjob fx fx-alc"> <div style="margin-bottom: -5px;"> <!-- 置顶 --> <!-- <span class="mr5" th:if="${record1.Top == 'Y'}">--> <!-- <svg height="16px"--> <!-- width="30px"--> <!-- xmlns="http://www.w3.org/2000/svg">--> <!-- <defs>--> <!-- <linearGradient id="PSgrad_0" x1="0%"--> <!-- x2="0%" y1="100%" y2="0%">--> <!-- <stop offset="0%"--> <!-- stop-color="rgb(255,113,0)"--> <!-- stop-opacity="1"/>--> <!-- <stop offset="100%"--> <!-- stop-color="rgb(255,176,45)"--> <!-- stop-opacity="1"/>--> <!-- </linearGradient>--> <!-- </defs>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="rgb(255, 238, 213)"--> <!-- fill-rule="evenodd"/>--> <!-- <path--> <!-- d="M3.000,-0.000 L27.000,-0.000 C28.657,-0.000 30.000,1.343 30.000,3.000 L30.000,13.000 C30.000,14.657 28.657,16.000 27.000,16.000 L3.000,16.000 C1.343,16.000 -0.000,14.657 -0.000,13.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z"--> <!-- fill="url(#PSgrad_0)"/>--> <!-- <text fill="rgb(0, 0, 0)"--> <!-- font-family="Adobe Heiti Std"--> <!-- font-size="10px" kerning="auto"--> <!-- x="5px"--> <!-- y="12px">--> <!-- <tspan fill="#FFFFFF"--> <!-- font-family="Microsoft YaHei"--> <!-- font-size="10px">--> <!-- 置顶</tspan>--> <!-- </text>--> <!-- </svg>--> <!-- </span>--> <!-- 急聘 --> </div> <a target="_blank" class="jobName ml5 oneEllipsis textHover" href="/job/20513">维修工程师</a> <!-- <div class="ml20">--> <!-- <el-tag class="mr5" size="small"--> <!-- th:if="${record1.experience ne null and record1.experience != ''}"--> <!-- th:text="${record1.experience}"--> <!-- type="info">工作经验--> <!-- </el-tag>--> <!-- <el-tag size="small"--> <!-- th:if="${record1.education ne null and record1.education != ''}"--> <!-- th:text="${record1.education}"--> <!-- type="info">学历--> <!-- </el-tag>--> <!-- </div>--> </div> <div class="oneEllipsis"> <a class="textHover" target="_blank" href="/companys/4868">重庆杰纵电子有限公司</a> </div> <div>荣昌区</div> <div class="post-title-money">面议</div> <div>6分钟前</div> </div> </div> </div> <!-- 查看更多 --> <div class="more-box"> <span @click="newUrl('/search')" class="more-btn">查看更多</span> </div> </div> </div> </div> <div> <div class="list-title-large" id="recommendJob"> 职场资讯 </div> <div class="list-box"> <div class="hot-job-hot"> <div class="jobContent"> <div class="jobHeader message">资讯推荐</div> <div class="messageList fx fxw"> <div class="fx textHover" @click=" toGonggaoUrl('32') "> · <div class="oneEllipsis ml5 mr10">重庆市公安局交巡警总队高速公路五支队荣昌大队招聘公告</div> <span class="fr">2025-04-15</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('31') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区人民医院2025年3月招聘启事(保卫人员)</div> <span class="fr">2025-03-21</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('30') "> · <div class="oneEllipsis ml5 mr10">重庆市区县事业单位2025年第一季度公开招聘工作人员公告</div> <span class="fr">2025-02-20</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('29') "> · <div class="oneEllipsis ml5 mr10">重庆市2025年度公开考试录用公务员公告</div> <span class="fr">2025-02-11</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('28') "> · <div class="oneEllipsis ml5 mr10">荣昌之窗人才网2025年春节放假通知</div> <span class="fr">2025-01-20</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('27') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区医疗保障局招聘公益性岗位人员公告</div> <span class="fr">2025-01-13</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('26') "> · <div class="oneEllipsis ml5 mr10">关注、置顶荣昌之窗人才网公众号,找工作不迷路!</div> <span class="fr">2025-01-07</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('25') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区人民医院2025年1月招聘启事</div> <span class="fr">2025-01-06</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('24') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区工商业联合会招聘公益性岗位人员公告</div> <span class="fr">2025-01-03</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('23') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区民政局招聘公益性岗位人员公告</div> <span class="fr">2025-01-03</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('22') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区人力资源和社会保障局招聘公益性岗位人员公告</div> <span class="fr">2024-12-28</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('21') "> · <div class="oneEllipsis ml5 mr10">重庆市畜牧科学院家禽研究所招聘启事</div> <span class="fr">2024-12-26</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('20') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区林业局招聘公益性岗位人员方案</div> <span class="fr">2024-12-20</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('19') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区生态环境局招聘公益性岗位人员公告</div> <span class="fr">2024-12-19</span> </div> <div class="fx textHover" @click=" toGonggaoUrl('18') "> · <div class="oneEllipsis ml5 mr10">重庆市荣昌区人力资源和社会保障局招聘公益性岗位人员公告</div> <span class="fr">2024-12-05</span> </div> </div> </div> <!-- 查看更多 --> <div class="more-box"> <span @click="newUrl('/announcement')" class="more-btn">查看更多</span> </div> </div> </div> </div> </div> </div> </div> <!-- 固定菜单 --> <div class="fixed-menu"> <ul> <li> <a href="#category">职类</a> </li> <li> </li> <li> <a href="#hotJob">热门</a> </li> <li> <a href="#recommendJob">推荐</a> </li> </ul> </div> <!-- 首页主要内容 结束--> </div> <div class="layout-item-box bg-gray"> <div class="layout-item layout-footer"> <div class="layout-footer-top"> <div class="layout-footer-top-list-box"> <div class="layout-footer-top-list-item"> <div class="layout-footer-top-list-item-title">关于我们</div> <div @click="jump('/userAgreement')" class="cp">用户协议</div> <div @click="jump('/privacyPolicy')" class="cp">隐私政策</div> </div> <div class="layout-footer-top-list-item"> <div class="layout-footer-top-list-item-title">个人服务</div> <div @click="newUrl('/search')" class="cp">找工作</div> <div @click="newUrl('/firm')" class="cp">找公司</div> </div> <div class="layout-footer-top-list-item"> <div class="layout-footer-top-list-item-title">企业服务</div> <div @click="newUrl('/resumeCenter')" class="cp">招人才</div> <div @click="newUrl('/jobFairList')" class="cp">招聘会</div> </div> </div> <div class="layout-footer-top-img-box"> <div class="layout-footer-top-img-box-item"> <img alt="" src="https://ipic.rongchang.net/public/20241101/e75c4ca221a849e783623b4d3aa78842/e75c4ca221a849e783623b4d3aa78842.jpg"> <span>公众号二维码</span> </div> <div class="layout-footer-top-img-box-item"> <img alt="" src="https://ipic.rongchang.net/public/20241101/76348ee10c1641d8a5bd7a71a8af9496/76348ee10c1641d8a5bd7a71a8af9496.jpg"> <span>微信小程序</span> </div> </div> </div> <div class="pcLink fx"> <span>友情链接:</span> <div> <a href="https://www.rongchang.net/" target="_blank">荣昌之窗</a><a href="https://job.rongchang.net/" target="_blank">荣昌人才网</a><a href="/search" target="_blank">荣昌招聘网</a><a href="https://rc.cqhc.cn" target="_blank">合川人才网</a><a href="https://job.e47.cn/" target="_blank">江津人才网</a><a href="http://job.cqtl.com/" target="_blank">铜梁人才网</a><a href="https://hr.ncfz.com/" target="_blank">南川人才网</a><a href="http://job.cqtnw.cn/" target="_blank">梦莱人才网</a><a href="https://job.yycqc.com/" target="_blank">云阳人才网</a><a href="https://job.cqyc.net/" target="_blank">茶竹人才网</a><a href="https://www.ningxiangjob.com/" target="_blank">宁乡直聘</a><a href="https://job.dayongcheng.cn/" target="_blank">永城人才网</a><a href="http://www.cqdazu.com/post/job/" target="_blank">大足人才网</a><a href="http://www.fengdu.ccoo.cn/post/job/" target="_blank">丰都人才网</a><a href="https://www.520662.com/" target="_blank">阳春人才网</a><a href="https://job.tanghev.cn/" target="_blank">唐河人才招聘网</a><a href="https://www.xjtrcw.com/" target="_blank">金坛人才网</a><a href="https://www.xj-zp.com/" target="_blank">仙居人才网</a><a href="https://www.cqcszp.com/" target="_blank">长寿人才网</a><a href="https://www.ncrcw.cn/" target="_blank">南川人才网</a><a href="http://www.xzdjob.com/" target="_blank">酉阳薪指点人才网</a><a href="https://job.fuling.com/" target="_blank">涪陵人才网</a><a href="https://www.fengjie123.com/" target="_blank">奉节人才网</a><a href="忠州之家人才网" target="_blank">忠州之家人才网</a><a href="http://jianzhi.huibo.com/" target="_blank">重庆兼职</a><a href="https://job.cqdjw.com/" target="_blank">垫江人才网</a> </div> </div> <div class="layout-footer-bottom"> <div class="layout-footer-bottom-word">服务电话:023-46778779</div> <div class="layout-footer-bottom-word"> 本网站之所有招聘信息、作品、版权均归<span>荣昌之窗人才网</span>所有,未经书面授权不得转载。 </div> <div class="layout-footer-bottom-word"> <span>工信部备案号:<a href="http://beian.miit.gov.cn/" target="_blank">渝ICP备12004022号-14</a> </span> <span>增值电信业务经营许可证:渝B2-20190325 </span> <span>人力资源服务许可证:<a href="https://www.rongchang.net/renli.jpg" target="_blank">(渝)人服证字[2021]第2300000213号</a> </span> <span><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50022602000046">渝公网安备 50022602000046号</a> </span> </div> </div> </div> </div> </div> <el-dialog title="图形验证码" v-model="codeOpen" width="320"> <div class="tac"> <img :src="codeImg" alt="" style="width: 200px;"/> <el-link @click="sendMsg1(phonenumber)" type="primary">看不清? 换一张</el-link> </div> <div class="mt10"> <el-input placeholder="请输入图形验证码" v-model="smsObj.code"></el-input> </div> <template #footer> <div class="dialog-footer"> <el-button @click="getSms" type="primary"> 确认 </el-button> </div> </template> </el-dialog> </div> </body> <script> var thymeleafData = [{"id":1,"parentId":0,"label":"\u5E02\u573A\u9500\u552E","weight":"1","num":0,"children":[{"id":2,"parentId":1,"label":"\u4E1A\u52A1\u5458","weight":"2","num":0},{"id":5,"parentId":1,"label":"\u9500\u552E\u4EE3\u8868","weight":"2","num":0},{"id":4,"parentId":1,"label":"\u9500\u552E\u4E3B\u7BA1","weight":"2","num":0},{"id":3,"parentId":1,"label":"\u9500\u552E\u7ECF\u7406","weight":"2","num":0},{"id":6,"parentId":1,"label":"\u9500\u552E\u52A9\u7406","weight":"2","num":0},{"id":7,"parentId":1,"label":"\u5E02\u573A\/\u8425\u9500\u7ECF\u7406","weight":"2","num":0},{"id":8,"parentId":1,"label":"\u5E02\u573A\u52A9\u7406\/\u4E13\u5458","weight":"2","num":0},{"id":9,"parentId":1,"label":"\u5E02\u573A\u90E8\u4E3B\u7BA1","weight":"2","num":0},{"id":10,"parentId":1,"label":"\u5E02\u573A\u8C03\u7814\/\u4E1A\u52A1\u5206\u6790","weight":"2","num":0},{"id":11,"parentId":1,"label":"\u7535\u8BDD\u9500\u552E","weight":"2","num":0},{"id":12,"parentId":1,"label":"\u63A8\u9500\u5458\/\u4FC3\u9500\u5458","weight":"2","num":0},{"id":13,"parentId":1,"label":"\u9500\u552E\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":14,"parentId":1,"label":"\u5546\u52A1\u7ECF\u7406","weight":"2","num":0},{"id":15,"parentId":1,"label":"\u5546\u52A1\u4EBA\u5458","weight":"2","num":0},{"id":16,"parentId":1,"label":"\u6E20\u9053\u7ECF\u7406","weight":"2","num":0},{"id":17,"parentId":1,"label":"\u5E7F\u544A\u4F01\u5212","weight":"2","num":0},{"id":18,"parentId":1,"label":"\u5206\u9500\u7ECF\u7406","weight":"2","num":0},{"id":19,"parentId":1,"label":"\u5BA2\u6237\u7ECF\u7406","weight":"2","num":0},{"id":20,"parentId":1,"label":"\u62DB\u5546\u987E\u95EE\/\u62DB\u5546\u4E13\u5458","weight":"2","num":0},{"id":21,"parentId":1,"label":"\u4F1A\u7C4D\u987E\u95EE","weight":"2","num":0},{"id":22,"parentId":1,"label":"\u5E02\u573A\u63A8\u5E7F\/\u62D3\u5C55\/\u5408\u4F5C","weight":"2","num":0},{"id":23,"parentId":1,"label":"\u4FC3\u9500\/\u793C\u4EEA\u4E13\u5458","weight":"2","num":0},{"id":24,"parentId":1,"label":"\u5EFA\u6750\u9500\u552E","weight":"2","num":0},{"id":25,"parentId":1,"label":"\u6C7D\u8F66\u9500\u552E","weight":"2","num":0},{"id":26,"parentId":1,"label":"\u533B\u836F\u4EE3\u8868","weight":"2","num":0},{"id":27,"parentId":1,"label":"\u7F6E\u4E1A\u987E\u95EE","weight":"2","num":0},{"id":28,"parentId":1,"label":"\u5E02\u573A\u9500\u552E\u5176\u4ED6\u76F8\u5173","weight":"2","num":0}]},{"id":29,"parentId":0,"label":"\u884C\u653F\u4EBA\u4E8B","weight":"1","num":0,"children":[{"id":30,"parentId":29,"label":"\u4EBA\u4E8B\u7ECF\u7406","weight":"2","num":0},{"id":31,"parentId":29,"label":"\u884C\u653F\u7ECF\u7406","weight":"2","num":0},{"id":32,"parentId":29,"label":"\u4EBA\u4E8B\u52A9\u7406","weight":"2","num":0},{"id":33,"parentId":29,"label":"\u884C\u653F\u52A9\u7406","weight":"2","num":0},{"id":34,"parentId":29,"label":"\u4EBA\u4E8B\u6587\u5458","weight":"2","num":0},{"id":35,"parentId":29,"label":"\u884C\u653F\u6587\u5458","weight":"2","num":0},{"id":36,"parentId":29,"label":"\u85AA\u8D44\u798F\u5229\u7ECF\u7406\/\u4E3B\u7BA1\/\u4E13\u5458","weight":"2","num":0},{"id":37,"parentId":29,"label":"\u884C\u653F\u5916\u8054\u4E13\u5458","weight":"2","num":0},{"id":38,"parentId":29,"label":"\u7EE9\u6548\u8003\u6838\u7ECF\u7406\/\u4E3B\u7BA1\/\u4E13\u5458","weight":"2","num":0},{"id":39,"parentId":29,"label":"\u5458\u5DE5\u57F9\u8BAD\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":40,"parentId":29,"label":"\u62DB\u8058\u7ECF\u7406\/\u4E3B\u4EFB","weight":"2","num":0},{"id":41,"parentId":29,"label":"\u62DB\u8058\u4E13\u5458","weight":"2","num":0},{"id":42,"parentId":29,"label":"\u884C\u653F\u4EBA\u4E8B\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":43,"parentId":0,"label":"\u6587\u804C\u6587\u5458","weight":"1","num":0,"children":[{"id":44,"parentId":43,"label":"\u6587\u5458","weight":"2","num":0},{"id":45,"parentId":43,"label":"\u79D8\u4E66","weight":"2","num":0},{"id":46,"parentId":43,"label":"\u6863\u6848\u7BA1\u7406","weight":"2","num":0},{"id":47,"parentId":43,"label":"\u6587\u6848\u7B56\u5212\/\u8D44\u6599\u7F16\u5199","weight":"2","num":0},{"id":48,"parentId":43,"label":"\u7535\u8111\u64CD\u4F5C\u5458\/\u6253\u5B57\u5458","weight":"2","num":0},{"id":49,"parentId":43,"label":"\u524D\u53F0\u63A5\u5F85","weight":"2","num":0},{"id":50,"parentId":43,"label":"\u8BDD\u52A1\u5458","weight":"2","num":0},{"id":51,"parentId":43,"label":"\u6587\u804C\u6587\u5458\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0},{"id":52,"parentId":43,"label":"\u5BA2\u670D\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":53,"parentId":43,"label":"\u5BA2\u670D\u4E13\u5458\/\u52A9\u7406","weight":"2","num":0},{"id":54,"parentId":43,"label":"\u7535\u8BDD\u5BA2\u670D","weight":"2","num":0},{"id":55,"parentId":43,"label":"\u552E\u524D\/\u552E\u540E\u670D\u52A1","weight":"2","num":0},{"id":56,"parentId":43,"label":"\u540E\u52E4","weight":"2","num":0},{"id":57,"parentId":43,"label":"\u91C7\u8D2D","weight":"2","num":0},{"id":58,"parentId":43,"label":"\u5176\u4ED6\u5BA2\u670D\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":71,"parentId":0,"label":"\u5E7F\u544A\/\u8BBE\u8BA1","weight":"1","num":0,"children":[{"id":72,"parentId":71,"label":"\u5E73\u9762\u8BBE\u8BA1","weight":"2","num":0},{"id":73,"parentId":71,"label":"\u5E7F\u544A\u6587\u6848","weight":"2","num":0},{"id":74,"parentId":71,"label":"\u5E7F\u544A\u8BBE\u8BA1\/\u5236\u4F5C","weight":"2","num":0},{"id":75,"parentId":71,"label":"\u4F1A\u5C55\u7B56\u5212","weight":"2","num":0},{"id":76,"parentId":71,"label":"\u670D\u88C5\u8BBE\u8BA1","weight":"2","num":0},{"id":77,"parentId":71,"label":"\u5BB6\u5177\u7528\u54C1\u8BBE\u8BA1","weight":"2","num":0},{"id":78,"parentId":71,"label":"\u4EA7\u54C1\/\u5305\u88C5\u8BBE\u8BA1","weight":"2","num":0},{"id":79,"parentId":71,"label":"\u88C5\u4FEE\u88C5\u6F62\u8BBE\u8BA1","weight":"2","num":0},{"id":80,"parentId":71,"label":"CAD\u8BBE\u8BA1\/\u5236\u56FE","weight":"2","num":0},{"id":81,"parentId":71,"label":"\u4E09\u7EF4\u52A8\u753B\u8BBE\u8BA1","weight":"2","num":0},{"id":82,"parentId":71,"label":"\u591A\u5A92\u4F53\u8BBE\u8BA1\u4E0E\u5236\u4F5C","weight":"2","num":0},{"id":83,"parentId":71,"label":"\u4EA7\u54C1\u5305\u88C5\u8BBE\u8BA1","weight":"2","num":0},{"id":84,"parentId":71,"label":"\u5BA4\u5185(\u5916)\u88C5\u4FEE\/\u88C5\u6F62\u8BBE\u8BA1","weight":"2","num":0},{"id":85,"parentId":71,"label":"\u5DE5\u827A\u54C1\u8BBE\u8BA1","weight":"2","num":0},{"id":86,"parentId":71,"label":"\u5DE5\u4E1A\u4EA7\u54C1\u8BBE\u8BA1","weight":"2","num":0},{"id":87,"parentId":71,"label":"\u7EBA\u7EC7\/\u670D\u9970(\u88C5)\u8BBE\u8BA1","weight":"2","num":0},{"id":88,"parentId":71,"label":"\u5F62\u8C61\u8BBE\u8BA1","weight":"2","num":0},{"id":89,"parentId":71,"label":"\u5E7F\u544A\u8BBE\u8BA1\/\u521B\u610F\u7B56\u5212","weight":"2","num":0},{"id":90,"parentId":71,"label":"\u5BB6\u5177\u8BBE\u8BA1","weight":"2","num":0},{"id":91,"parentId":71,"label":"\u6A21\u5177\u8BBE\u8BA1","weight":"2","num":0},{"id":92,"parentId":71,"label":"\u73E0\u5B9D\u8BBE\u8BA1","weight":"2","num":0},{"id":93,"parentId":71,"label":"\u73A9\u5177\u8BBE\u8BA1","weight":"2","num":0}]},{"id":143,"parentId":0,"label":"\u9910\u996E\/\u4F11\u95F2\/\u5A31\u4E50","weight":"1","num":0,"children":[{"id":146,"parentId":143,"label":"\u670D\u52A1\u5458","weight":"2","num":0},{"id":152,"parentId":143,"label":"\u6536\u94F6\u5458","weight":"2","num":0},{"id":147,"parentId":143,"label":"\u4F20\u83DC\u5458","weight":"2","num":0},{"id":144,"parentId":143,"label":"\u53A8\u5E08","weight":"2","num":0},{"id":148,"parentId":143,"label":"\u58A9\u5B50","weight":"2","num":0},{"id":149,"parentId":143,"label":"\u6D17\u7897\u5DE5","weight":"2","num":0},{"id":150,"parentId":143,"label":"\u540E\u53A8","weight":"2","num":0},{"id":151,"parentId":143,"label":"\u8336\u827A\u5E08","weight":"2","num":0},{"id":145,"parentId":143,"label":"\u9762\u70B9\u5E08","weight":"2","num":0},{"id":153,"parentId":143,"label":"\u8FCE\u5BBE","weight":"2","num":0},{"id":154,"parentId":143,"label":"\u8BD5\u5403\u5458","weight":"2","num":0},{"id":155,"parentId":143,"label":"\u5927\u5802\u7ECF\u7406","weight":"2","num":0},{"id":156,"parentId":143,"label":"\u9884\u8BA2\u5458","weight":"2","num":0},{"id":157,"parentId":143,"label":"\u9001\u9910\u5458","weight":"2","num":0},{"id":158,"parentId":143,"label":"\u5B66\u5F92","weight":"2","num":0},{"id":159,"parentId":143,"label":"\u6742\u5DE5","weight":"2","num":0},{"id":160,"parentId":143,"label":"\u9886\u73ED","weight":"2","num":0},{"id":161,"parentId":143,"label":"\u524D\u53F0\u63A5\u5F85\/\u793C\u4EEA","weight":"2","num":0},{"id":162,"parentId":143,"label":"\u697C\u9762\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":163,"parentId":143,"label":"\u9910\u996E\u7BA1\u7406\/\u9152\u5E97\u7BA1\u7406","weight":"2","num":0},{"id":164,"parentId":143,"label":"\u821E\u53F0\/\u706F\u5149\/\u573A\u63A7","weight":"2","num":0},{"id":165,"parentId":143,"label":"\u5496\u5561\u5E08\/\u827A\u5E08\/\u8C03\u9152\u5E08","weight":"2","num":0},{"id":166,"parentId":143,"label":"\u88F1\u82B1\u5E08\/\u70D8\u57F9\u5E08\/\u6C34\u5427","weight":"2","num":0}]},{"id":167,"parentId":0,"label":"\u4F1A\u8BA1\u8D22\u52A1","weight":"1","num":0,"children":[{"id":168,"parentId":167,"label":"\u8D22\u52A1\u4E3B\u7BA1\/\u7ECF\u7406","weight":"2","num":0},{"id":169,"parentId":167,"label":"\u4F1A\u8BA1","weight":"2","num":0},{"id":170,"parentId":167,"label":"\u4F1A\u8BA1\u52A9\u7406","weight":"2","num":0},{"id":171,"parentId":167,"label":"\u6CE8\u518C\u4F1A\u8BA1\u5E08","weight":"2","num":0},{"id":172,"parentId":167,"label":"\u6CE8\u518C\u5BA1\u8BA1\u5E08","weight":"2","num":0},{"id":173,"parentId":167,"label":"\u5BA1\u8BA1","weight":"2","num":0},{"id":174,"parentId":167,"label":"\u603B\u8D26\u4E3B\u4EFB","weight":"2","num":0},{"id":175,"parentId":167,"label":"\u51FA\u7EB3","weight":"2","num":0},{"id":176,"parentId":167,"label":"\u5BA1\u8BA1(\u6838)\u4E3B\u7BA1","weight":"2","num":0},{"id":177,"parentId":167,"label":"\u7EDF\u8BA1","weight":"2","num":0},{"id":178,"parentId":167,"label":"\u8D22\u52A1\u5206\u6790","weight":"2","num":0},{"id":179,"parentId":167,"label":"\u6210\u672C\u5206\u6790\/\u6838\u7B97","weight":"2","num":0},{"id":180,"parentId":167,"label":"\u5E10\u76EE(\u8FDB\u51FA\u53E3)\u7BA1\u7406","weight":"2","num":0},{"id":181,"parentId":167,"label":"\u8425\u8FD0\u4F1A\u8BA1\u7ECF\u7406","weight":"2","num":0},{"id":182,"parentId":167,"label":"\u5BA1\u8BA1\u4F1A\u8BA1\u7ECF\u7406","weight":"2","num":0},{"id":183,"parentId":167,"label":"\u4F1A\u8BA1\u8D22\u52A1\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":421,"parentId":0,"label":"\u4E92\u8054\u7F51\/\u65B0\u5A92\u4F53\/\u7535\u5546\/\u76F4\u64AD","weight":"1","num":0,"children":[{"id":422,"parentId":421,"label":"\u524D\u7AEF\u5F00\u53D1","weight":"2","num":0},{"id":423,"parentId":421,"label":"\u540E\u7AEF\u5F00\u53D1","weight":"2","num":0},{"id":424,"parentId":421,"label":"\u6280\u672F\u652F\u6301\u7EF4\u62A4","weight":"2","num":0},{"id":425,"parentId":421,"label":"\u7F51\u7EDC\u7BA1\u7406\u5458","weight":"2","num":0},{"id":426,"parentId":421,"label":"\u7F51\u9875\u7F8E\u5DE5","weight":"2","num":0},{"id":427,"parentId":421,"label":"\u7F51\u7AD9\u8FD0\u8425","weight":"2","num":0},{"id":428,"parentId":421,"label":"\u7F51\u7AD9\u7F16\u8F91","weight":"2","num":0},{"id":429,"parentId":421,"label":"\u7F51\u7AD9\u7B56\u5212","weight":"2","num":0},{"id":430,"parentId":421,"label":"\u65B0\u5A92\u4F53\u8FD0\u8425","weight":"2","num":0},{"id":431,"parentId":421,"label":"\u65B0\u5A92\u4F53\u7F16\u8F91","weight":"2","num":0},{"id":432,"parentId":421,"label":"\u77ED\u89C6\u9891\u8FD0\u8425","weight":"2","num":0},{"id":433,"parentId":421,"label":"\u7535\u5B50\u5546\u52A1\u8FD0\u8425","weight":"2","num":0},{"id":434,"parentId":421,"label":"\u76F4\u64AD\u8FD0\u8425","weight":"2","num":0},{"id":435,"parentId":421,"label":"\u7F51\u7EDC\u4E3B\u64AD","weight":"2","num":0},{"id":436,"parentId":421,"label":"\u7F51\u7EA2","weight":"2","num":0}]},{"id":59,"parentId":0,"label":"\u5BA2\u6237\u670D\u52A1","weight":"1","num":0,"children":[{"id":60,"parentId":59,"label":"\u5BA2\u6237\u670D\u52A1\u7ECF\u7406","weight":"2","num":0},{"id":61,"parentId":59,"label":"\u5BA2\u6237\u5173\u7CFB\u7BA1\u7406","weight":"2","num":0},{"id":62,"parentId":59,"label":"\u5BA2\u6237\u57F9\u8BAD","weight":"2","num":0},{"id":63,"parentId":59,"label":"\u5BA2\u6237\u54A8\u8BE2","weight":"2","num":0},{"id":64,"parentId":59,"label":"\u70ED\u7EBF\u54A8\u8BE2","weight":"2","num":0},{"id":65,"parentId":59,"label":"\u5BA2\u6237\u670D\u52A1","weight":"2","num":0},{"id":66,"parentId":59,"label":"\u552E\u524D\/\u552E\u540E\u652F\u6301","weight":"2","num":0},{"id":67,"parentId":59,"label":"\u6295\u8BC9\u5904\u7406","weight":"2","num":0},{"id":68,"parentId":59,"label":"\u5BA2\u6237\u4E3B\u4EFB","weight":"2","num":0},{"id":69,"parentId":59,"label":"\u63A5\u5F85\u5904\u4E3B\u4EFB","weight":"2","num":0},{"id":70,"parentId":59,"label":"\u5BA2\u6237\u670D\u52A1\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":184,"parentId":0,"label":"\u6587\u4F53\u57F9\u8BAD","weight":"1","num":0,"children":[{"id":185,"parentId":184,"label":"\u5927\u5B66\u6559\u5E08","weight":"2","num":0},{"id":186,"parentId":184,"label":"\u9AD8\u4E2D\u6559\u5E08","weight":"2","num":0},{"id":187,"parentId":184,"label":"\u521D\u4E2D\u6559\u5E08","weight":"2","num":0},{"id":188,"parentId":184,"label":"\u5C0F\u5B66\u6559\u5E08","weight":"2","num":0},{"id":189,"parentId":184,"label":"\u5E7C\u6559\/\u65E9\u6559","weight":"2","num":0},{"id":190,"parentId":184,"label":"\u7406\u79D1\u6559\u5E08","weight":"2","num":0},{"id":191,"parentId":184,"label":"\u6587\u79D1\u6559\u5E08","weight":"2","num":0},{"id":192,"parentId":184,"label":"\u5916\u8BED\u6559\u5E08","weight":"2","num":0},{"id":193,"parentId":184,"label":"\u821E\u8E48\u8001\u5E08","weight":"2","num":0},{"id":194,"parentId":184,"label":"\u57F9\u8BAD\u5E08\/\u8BB2\u5E08","weight":"2","num":0},{"id":195,"parentId":184,"label":"\u7ADE\u6280\/\u4F53\u80B2","weight":"2","num":0},{"id":196,"parentId":184,"label":"\u6559\u52A1\/\u6559\u52A1\u7BA1\u7406","weight":"2","num":0},{"id":197,"parentId":184,"label":"\u5BB6\u6559","weight":"2","num":0},{"id":198,"parentId":184,"label":"\u8BB0\u8005","weight":"2","num":0},{"id":199,"parentId":184,"label":"\u6587\u4F53\u57F9\u8BAD\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":200,"parentId":0,"label":"\u767E\u8D27\u96F6\u552E","weight":"1","num":0,"children":[{"id":201,"parentId":200,"label":"\u5E97\u957F","weight":"2","num":0},{"id":202,"parentId":200,"label":"\u8425\u9500\u4E3B\u7BA1","weight":"2","num":0},{"id":203,"parentId":200,"label":"\u8425\u4E1A\u5458\/\u5E97\u5458","weight":"2","num":0},{"id":204,"parentId":200,"label":"\u7406\u8D27\u5458","weight":"2","num":0},{"id":205,"parentId":200,"label":"\u5BFC\u8D2D\u5458","weight":"2","num":0},{"id":206,"parentId":200,"label":"\u6536\u94F6\u5458","weight":"2","num":0},{"id":207,"parentId":200,"label":"\u4ED3\u5E93\u7BA1\u7406\u5458","weight":"2","num":0},{"id":208,"parentId":200,"label":"\u767E\u8D27\u96F6\u552E\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":94,"parentId":0,"label":"\u666E\u5DE5\u6280\u5DE5","weight":"1","num":0,"children":[{"id":97,"parentId":94,"label":"\u64CD\u4F5C\u5DE5\/\u666E\u5DE5","weight":"2","num":0},{"id":95,"parentId":94,"label":"\u6C34\u5DE5\/\u6728\u5DE5\/\u6CB9\u6F06\u5DE5","weight":"2","num":0},{"id":96,"parentId":94,"label":"\u7535\u5DE5","weight":"2","num":0},{"id":98,"parentId":94,"label":"\u94B3\u3001\u94A3\u3001\u94C6\u3001\u51B2\u3001\u710A\u3001\u94F8","weight":"2","num":0},{"id":99,"parentId":94,"label":"\u8F66\u3001\u94E3\u3001\u5228\u3001\u78E8","weight":"2","num":0},{"id":100,"parentId":94,"label":"\u88C1\u3001\u526A\u3001\u8F66\u3001\u7F1D\u3001\u71A8\u3001\u70EB","weight":"2","num":0},{"id":101,"parentId":94,"label":"\u53C9\u8F66\u5DE5","weight":"2","num":0},{"id":102,"parentId":94,"label":"\u6C7D\u8F66\u7F8E\u5BB9","weight":"2","num":0},{"id":103,"parentId":94,"label":"\u6FC0\u5149\u64CD\u4F5C\u5DE5","weight":"2","num":0},{"id":104,"parentId":94,"label":"\u666E\u5DE5\u6280\u5DE5\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":209,"parentId":0,"label":"\u91D1\u878D\u4FDD\u9669","weight":"1","num":0,"children":[{"id":210,"parentId":209,"label":"\u8BC1\u5238\u671F\u8D27","weight":"2","num":0},{"id":211,"parentId":209,"label":"\u94F6\u884C\u4FE1\u8D37","weight":"2","num":0},{"id":212,"parentId":209,"label":"\u91D1\u878D\u6295\u8D44\u5206\u6790","weight":"2","num":0},{"id":213,"parentId":209,"label":"\u878D\u8D44\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":214,"parentId":209,"label":"\u94F6\u884C\u4E13\u5458","weight":"2","num":0},{"id":215,"parentId":209,"label":"\u9884\u7ED3\u7B97\u4E13\u5458","weight":"2","num":0},{"id":216,"parentId":209,"label":"\u7A0E\u52A1\u4E13\u5458","weight":"2","num":0},{"id":217,"parentId":209,"label":"\u8BC4\u4F30\u5E08","weight":"2","num":0},{"id":218,"parentId":209,"label":"\u7092\u80A1\u64CD\u76D8\u624B","weight":"2","num":0},{"id":219,"parentId":209,"label":"\u4FDD\u9669\u4E1A\u52A1\/\u4FDD\u9669\u7ECF\u7EAA\u4EBA","weight":"2","num":0},{"id":220,"parentId":209,"label":"\u91D1\u878D\u4FDD\u9669\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":221,"parentId":0,"label":"\u7BA1\u7406\u8FD0\u8425","weight":"1","num":0,"children":[{"id":222,"parentId":221,"label":"\u603B\u88C1\/\u603B\u7ECF\u7406\/CEO","weight":"2","num":0},{"id":223,"parentId":221,"label":"\u526F\u603B\u7ECF\u7406","weight":"2","num":0},{"id":224,"parentId":221,"label":"\u5382\u957F\/\u526F\u5382\u957F","weight":"2","num":0},{"id":225,"parentId":221,"label":"\u6280\u672F\u603B\u76D1","weight":"2","num":0},{"id":226,"parentId":221,"label":"\u5E02\u573A\/\u8425\u9500\u603B\u76D1","weight":"2","num":0},{"id":227,"parentId":221,"label":"\u4EBA\u529B\u8D44\u6E90\u603B\u76D1","weight":"2","num":0},{"id":228,"parentId":221,"label":"\u884C\u653F\u603B\u76D1","weight":"2","num":0},{"id":229,"parentId":221,"label":"\u4FE1\u606F\u4E3B\u7BA1\/CIO","weight":"2","num":0},{"id":230,"parentId":221,"label":"\u7BA1\u7406\u987E\u95EE","weight":"2","num":0},{"id":231,"parentId":221,"label":"\u5DE5\u7A0B\u603B\u76D1","weight":"2","num":0},{"id":232,"parentId":221,"label":"\u90E8\u95E8\u7ECF\u7406","weight":"2","num":0},{"id":233,"parentId":221,"label":"\u90E8\u95E8\u4E3B\u7BA1","weight":"2","num":0},{"id":234,"parentId":221,"label":"\u603B\u7ECF\u7406\u52A9\u7406","weight":"2","num":0},{"id":235,"parentId":221,"label":"\u7ECF\u7406\u52A9\u7406","weight":"2","num":0},{"id":236,"parentId":221,"label":"\u9879\u76EE\u7ECF\u7406","weight":"2","num":0},{"id":237,"parentId":221,"label":"\u8D22\u52A1\u603B\u76D1","weight":"2","num":0},{"id":238,"parentId":221,"label":"\u50A8\u5907\u5E72\u90E8","weight":"2","num":0},{"id":239,"parentId":221,"label":"\u7BA1\u7406\u8FD0\u8425\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":240,"parentId":0,"label":"\u7269\u6D41\u8D38\u6613","weight":"1","num":0,"children":[{"id":241,"parentId":240,"label":"\u7269\u6D41\u7ECF\u7406","weight":"2","num":0},{"id":242,"parentId":240,"label":"\u7269\u6D41\u4E3B\u7BA1","weight":"2","num":0},{"id":243,"parentId":240,"label":"\u4ED3\u5E93\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":244,"parentId":240,"label":"\u4ED3\u5E93\u7BA1\u7406\u5458","weight":"2","num":0},{"id":245,"parentId":240,"label":"\u8FD0\u8F93\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":246,"parentId":240,"label":"\u5355\u8BC1\u5458","weight":"2","num":0},{"id":247,"parentId":240,"label":"\u5FEB\u9012\u5458","weight":"2","num":0},{"id":248,"parentId":240,"label":"\u9001\u8D27\u5458\/\u914D\u9001\u5458","weight":"2","num":0},{"id":249,"parentId":240,"label":"\u7269\u6D41\u64CD\u4F5C\u5458","weight":"2","num":0},{"id":250,"parentId":240,"label":"\u8239\u52A1\u4EBA\u5458","weight":"2","num":0},{"id":251,"parentId":240,"label":"\u5916\u9500\u5458","weight":"2","num":0},{"id":252,"parentId":240,"label":"\u56FD\u9645\u4E1A\u52A1","weight":"2","num":0},{"id":253,"parentId":240,"label":"\u62A5\u5173\u5458","weight":"2","num":0},{"id":254,"parentId":240,"label":"\u5916\u8D38\u5458","weight":"2","num":0},{"id":255,"parentId":240,"label":"\u9A7E\u9A76\u5458","weight":"2","num":0},{"id":256,"parentId":240,"label":"\u7269\u6D41\u8D38\u6613\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":257,"parentId":0,"label":"\u53F8\u673A\/\u540E\u52E4\/\u5BB6\u653F","weight":"1","num":0,"children":[{"id":258,"parentId":257,"label":"\u53F8\u673A","weight":"2","num":0},{"id":259,"parentId":257,"label":"\u4FDD\u5B89","weight":"2","num":0},{"id":260,"parentId":257,"label":"\u4FDD\u5B89\u90E8\u7ECF\u7406","weight":"2","num":0},{"id":261,"parentId":257,"label":"\u6D88\u9632\u4E3B\u4EFB","weight":"2","num":0},{"id":262,"parentId":257,"label":"\u8F66\u52A1\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":263,"parentId":257,"label":"\u793E\u533A\u670D\u52A1","weight":"2","num":0},{"id":264,"parentId":257,"label":"\u642C\u8FD0\/\u6E05\u6D01\u5DE5\/\u540E\u52E4","weight":"2","num":0},{"id":265,"parentId":257,"label":"\u98DF\u5802\u53A8\u5E08","weight":"2","num":0},{"id":266,"parentId":257,"label":"\u4FDD\u59C6\/\u6708\u5AC2\/\u5BB6\u653F\/\u4FDD\u6D01","weight":"2","num":0},{"id":267,"parentId":257,"label":"\u540E\u52E4\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":268,"parentId":0,"label":"\u54A8\u8BE2\/\u987E\u95EE\/\u4E2D\u4ECB","weight":"1","num":0,"children":[{"id":269,"parentId":268,"label":"\u4F01\u4E1A\u7B56\u5212\/\u987E\u95EE","weight":"2","num":0},{"id":270,"parentId":268,"label":"\u4F01\u4E1A\u7BA1\u7406\/\u4F01\u7BA1\u987E\u95EE","weight":"2","num":0},{"id":271,"parentId":268,"label":"\u730E\u5934\u987E\u95EE","weight":"2","num":0},{"id":272,"parentId":268,"label":"\u54A8\u8BE2\u603B\u76D1","weight":"2","num":0},{"id":273,"parentId":268,"label":"\u54A8\u8BE2\u7ECF\u7406","weight":"2","num":0},{"id":274,"parentId":268,"label":"\u54A8\u8BE2\u5458","weight":"2","num":0},{"id":275,"parentId":268,"label":"\u4FE1\u606F\u4E2D\u4ECB","weight":"2","num":0},{"id":276,"parentId":268,"label":"\u4E13\u4E1A\u987E\u95EE","weight":"2","num":0},{"id":277,"parentId":268,"label":"\u54A8\u8BE2\u987E\u95EE\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":278,"parentId":0,"label":"\u533B\u7597\/\u7F8E\u5BB9","weight":"1","num":0,"children":[{"id":279,"parentId":278,"label":"\u533B\u751F\/\u533B\u5E08","weight":"2","num":0},{"id":280,"parentId":278,"label":"\u7259\u79D1\u533B\u751F","weight":"2","num":0},{"id":281,"parentId":278,"label":"\u5FC3\u7406\u533B\u751F","weight":"2","num":0},{"id":282,"parentId":278,"label":"\u5916\u79D1\u533B\u751F","weight":"2","num":0},{"id":283,"parentId":278,"label":"\u5987\u4EA7\u79D1\u533B\u751F","weight":"2","num":0},{"id":284,"parentId":278,"label":"\u9884\u9632\u533B\u751F","weight":"2","num":0},{"id":285,"parentId":278,"label":"\u62A4\u58EB\/\u62A4\u7406","weight":"2","num":0},{"id":286,"parentId":278,"label":"\u4FDD\u5065\/\u5065\u7F8E","weight":"2","num":0},{"id":287,"parentId":278,"label":"\u836F\u5242\/\u4E2D\u836F\/\u897F\u836F\/\u836F\u68C0","weight":"2","num":0},{"id":288,"parentId":278,"label":"\u9488\u7078\u63A8\u62FF","weight":"2","num":0},{"id":289,"parentId":278,"label":"\u4E34\u5E8A\u533B\u5B66","weight":"2","num":0},{"id":290,"parentId":278,"label":"\u5987\u5E7C\u4FDD\u5065","weight":"2","num":0},{"id":291,"parentId":278,"label":"\u536B\u751F\u9632\u75AB","weight":"2","num":0},{"id":292,"parentId":278,"label":"\u533B\u836F\u4EE3\u8868","weight":"2","num":0},{"id":293,"parentId":278,"label":"\u533B\u836F\u68C0\u9A8C","weight":"2","num":0},{"id":294,"parentId":278,"label":"\u517D\u533B","weight":"2","num":0},{"id":295,"parentId":278,"label":"\u7F8E\u5BB9\/\u7F8E\u53D1","weight":"2","num":0},{"id":296,"parentId":278,"label":"\u5316\u5986\u5E08","weight":"2","num":0},{"id":297,"parentId":278,"label":"\u7F8E\u5BB9\u5E08","weight":"2","num":0},{"id":298,"parentId":278,"label":"\u533B\u7597\u7F8E\u5BB9\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":299,"parentId":0,"label":"\u6444\u5F71\u5F71\u89C6","weight":"1","num":0,"children":[{"id":300,"parentId":299,"label":"\u5F71\u89C6\u7B56\u5212\/\u5236\u4F5C\u4EBA\u5458","weight":"2","num":0},{"id":301,"parentId":299,"label":"\u5F71\u97F3\u5668\u6750\u7BA1\u7406","weight":"2","num":0},{"id":302,"parentId":299,"label":"\u6F14\u5458\/\u6F14\u827A","weight":"2","num":0},{"id":303,"parentId":299,"label":"\u6A21\u7279\u513F","weight":"2","num":0},{"id":304,"parentId":299,"label":"\u6444\u5F71\u5E08","weight":"2","num":0},{"id":305,"parentId":299,"label":"\u97F3\u6548\u5E08","weight":"2","num":0},{"id":306,"parentId":299,"label":"\u8282\u76EE\u4E3B\u6301\u4EBA","weight":"2","num":0},{"id":307,"parentId":299,"label":"\u6444\u5F71\u5F71\u89C6\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":308,"parentId":0,"label":"\u7F51\u7EDC\u786C\u4EF6","weight":"1","num":0,"children":[{"id":309,"parentId":308,"label":"\u4EA7\u54C1\u7ECF\u7406","weight":"2","num":0},{"id":310,"parentId":308,"label":"\u6570\u636E\u5E93\u5F00\u53D1\u4E0E\u7BA1\u7406(DBA)","weight":"2","num":0},{"id":311,"parentId":308,"label":"\u7CFB\u7EDF\u5206\u6790\u5458","weight":"2","num":0},{"id":312,"parentId":308,"label":"\u8F6F\u4EF6\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":313,"parentId":308,"label":"\u7535\u8111\u7F8E\u5DE5","weight":"2","num":0},{"id":314,"parentId":308,"label":"\u7F51\u7EDC\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":315,"parentId":308,"label":"\u7535\u8111\u6280\u672F\u5458","weight":"2","num":0},{"id":316,"parentId":308,"label":"MRP\/ERP\/SAP\u5B9E\u65BD\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":317,"parentId":308,"label":"\u7CFB\u7EDF\u96C6\u6210\/\u6280\u672F\u652F\u6301","weight":"2","num":0},{"id":318,"parentId":308,"label":"\u786C\u4EF6\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":319,"parentId":308,"label":"\u7CFB\u7EDF\u7EF4\u62A4\u5458","weight":"2","num":0},{"id":320,"parentId":308,"label":"\u591A\u5A92\u4F53\u8BBE\u8BA1\u4E0E\u5F00\u53D1","weight":"2","num":0},{"id":321,"parentId":308,"label":"\u7F51\u7EDC\u7BA1\u7406\u5458","weight":"2","num":0},{"id":322,"parentId":308,"label":"\u7F51\u7EDC\u786C\u4EF6\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":323,"parentId":0,"label":"\u673A\u68B0\u4EEA\u8868","weight":"1","num":0,"children":[{"id":324,"parentId":323,"label":"\u673A\u68B0\u8BBE\u8BA1\u4E0E\u5236\u9020","weight":"2","num":0},{"id":325,"parentId":323,"label":"\u673A\u68B0\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":326,"parentId":323,"label":"\u6C7D\u8F66\u9500\u552E\u4E0E\u670D\u52A1","weight":"2","num":0},{"id":327,"parentId":323,"label":"\u673A\u68B0\u5DE5\u827A\u5E08","weight":"2","num":0},{"id":328,"parentId":323,"label":"\u6A21\u5177\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":329,"parentId":323,"label":"\u5200\u5177\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":330,"parentId":323,"label":"CNC\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":331,"parentId":323,"label":"\u7ED3\u6784\u8BBE\u8BA1\u5E08","weight":"2","num":0},{"id":332,"parentId":323,"label":"\u673A\u7535\u4E00\u4F53\u5316","weight":"2","num":0},{"id":333,"parentId":323,"label":"\u94F8\u9020\/\u953B\u9020","weight":"2","num":0},{"id":334,"parentId":323,"label":"\u6CE8\u5851\u6210\u578B","weight":"2","num":0},{"id":335,"parentId":323,"label":"\u6C14\u52A8\/\u6DB2\u538B","weight":"2","num":0},{"id":336,"parentId":323,"label":"\u673A\u68B0\u5236\u56FE","weight":"2","num":0},{"id":337,"parentId":323,"label":"\u7CBE\u5BC6\u673A\u68B0\/\u4EEA\u5668\u4EEA\u8868","weight":"2","num":0},{"id":338,"parentId":323,"label":"\u8BBE\u5907\u4FEE\u7406","weight":"2","num":0},{"id":339,"parentId":323,"label":"\u6C7D\u8F66\/\u6469\u6258\u8F66\u4FEE\u7406","weight":"2","num":0},{"id":340,"parentId":323,"label":"\u4E94\u91D1\u77FF\u4EA7\/\u91D1\u5C5E\u5236\u54C1","weight":"2","num":0},{"id":341,"parentId":323,"label":"\u9505\u7089\/\u538B\u529B\u5BB9\u5668","weight":"2","num":0},{"id":342,"parentId":323,"label":"\u7EBA\u7EC7\u673A\u68B0","weight":"2","num":0},{"id":343,"parentId":323,"label":"\u8239\u8236\u673A\u68B0","weight":"2","num":0},{"id":344,"parentId":323,"label":"\u98DF\u54C1\u673A\u68B0","weight":"2","num":0},{"id":345,"parentId":323,"label":"\u710A\u63A5\u673A\u68B0","weight":"2","num":0},{"id":346,"parentId":323,"label":"\u519C\u4E1A\u673A\u68B0","weight":"2","num":0},{"id":347,"parentId":323,"label":"\u673A\u68B0\u4EEA\u8868\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":348,"parentId":0,"label":"\u7FFB\u8BD1\/\u6CD5\u5F8B","weight":"1","num":0,"children":[{"id":349,"parentId":348,"label":"\u7FFB\u8BD1","weight":"2","num":0},{"id":350,"parentId":348,"label":"\u5F8B\u5E08","weight":"2","num":0},{"id":351,"parentId":348,"label":"\u6CD5\u5F8B\u987E\u95EE","weight":"2","num":0},{"id":352,"parentId":348,"label":"\u6CD5\u52A1\u4EBA\u5458","weight":"2","num":0},{"id":353,"parentId":348,"label":"\u4E66\u8BB0\u5458","weight":"2","num":0},{"id":354,"parentId":348,"label":"\u7FFB\u8BD1\u6CD5\u5F8B\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":105,"parentId":0,"label":"\u5DE5\u5382\u5DE5\u4E1A","weight":"1","num":0,"children":[{"id":106,"parentId":105,"label":"\u8D28\u91CF\u7BA1\u7406","weight":"2","num":0},{"id":107,"parentId":105,"label":"\u8F66\u95F4\u4E3B\u4EFB","weight":"2","num":0},{"id":108,"parentId":105,"label":"\u8BBE\u5907\u7BA1\u7406\u7EF4\u62A4","weight":"2","num":0},{"id":109,"parentId":105,"label":"\u751F\u4EA7\u8BA1\u5212","weight":"2","num":0},{"id":110,"parentId":105,"label":"\u5316\u9A8C\/\u68C0\u9A8C\u5458","weight":"2","num":0},{"id":111,"parentId":105,"label":"\u8D28\u68C0\u5458\/\u54C1\u7BA1\u5458\/\u6D4B\u8BD5\u5458","weight":"2","num":0},{"id":112,"parentId":105,"label":"\u5B89\u5168\u5458","weight":"2","num":0},{"id":113,"parentId":105,"label":"\u5B89\u5168\u4E3B\u4EFB","weight":"2","num":0},{"id":114,"parentId":105,"label":"\u4EA7\u54C1\u5F00\u53D1","weight":"2","num":0},{"id":115,"parentId":105,"label":"\u751F\u4EA7\u7ECF\u7406","weight":"2","num":0},{"id":116,"parentId":105,"label":"\u751F\u7BA1\u5458","weight":"2","num":0},{"id":117,"parentId":105,"label":"\u751F\u7BA1\u4E3B\u7BA1\/\u7763\u5BFC","weight":"2","num":0},{"id":118,"parentId":105,"label":"PE\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":119,"parentId":105,"label":"IE\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":120,"parentId":105,"label":"\u5DE5\u827A\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":121,"parentId":105,"label":"\u7EC4\u957F\/\u62C9\u957F","weight":"2","num":0},{"id":122,"parentId":105,"label":"ISO\u4E13\u5458","weight":"2","num":0},{"id":123,"parentId":105,"label":"\u91C7\u8D2D\u4E3B\u7BA1","weight":"2","num":0},{"id":124,"parentId":105,"label":"\u8DDF\u5355\u5458","weight":"2","num":0},{"id":125,"parentId":105,"label":"\u7EDF\u8BA1\u5458","weight":"2","num":0},{"id":126,"parentId":105,"label":"\u91C7\u8D2D\u5458","weight":"2","num":0},{"id":127,"parentId":105,"label":"\u7269\u63A7\u5458","weight":"2","num":0},{"id":128,"parentId":105,"label":"\u7269\u63A7\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":129,"parentId":105,"label":"\u4ED3\u5E93\u7BA1\u7406\u5458","weight":"2","num":0},{"id":130,"parentId":105,"label":"\u8BA1\u5212\u5458\/\u8C03\u5EA6\u5458","weight":"2","num":0},{"id":131,"parentId":105,"label":"\u5236\u9020\u8BFE\u957F","weight":"2","num":0},{"id":132,"parentId":105,"label":"RD\u7ECF\u7406","weight":"2","num":0},{"id":133,"parentId":105,"label":"\u8BBE\u5907\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":134,"parentId":105,"label":"\u5DE5\u7A0B\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":135,"parentId":105,"label":"\u5DE5\u7A0B\u8BBE\u5907\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":136,"parentId":105,"label":"\u54C1\u7BA1\u7ECF\u7406\/\u4E3B\u7BA1","weight":"2","num":0},{"id":137,"parentId":105,"label":"\u54C1\u7BA1\u5DE5\u4F5C\u5E08","weight":"2","num":0},{"id":138,"parentId":105,"label":"SMT\u6280\u672F\u5458","weight":"2","num":0},{"id":139,"parentId":105,"label":"ME\u5DE5\u7A0B\u9047","weight":"2","num":0},{"id":140,"parentId":105,"label":"\u4EA7\u54C1\u5DE5\u827A\/\u5236\u7A0B\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":141,"parentId":105,"label":"\u73AF\u5883\/\u5065\u5EB7\/\u5B89\u5168\/\u4E3B\u7BA1\uFF08EHS\uFF09","weight":"2","num":0},{"id":142,"parentId":105,"label":"\u5DE5\u4E1A\u5DE5\u5382\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":355,"parentId":0,"label":"\u751F\u7269\u5236\u836F\/\u5236\u54C1\/\u5DE5\u7A0B","weight":"1","num":0,"children":[{"id":356,"parentId":355,"label":"\u533B\u836F\u7814\u53D1\/\u751F\u4EA7\/\u6CE8\u518C","weight":"2","num":0},{"id":357,"parentId":355,"label":"\u4E34\u5E8A\u7814\u7A76\/\u534F\u8C03","weight":"2","num":0},{"id":358,"parentId":355,"label":"\u751F\u7269\u5316\u5DE5\/\u751F\u7269\u5236\u836F","weight":"2","num":0},{"id":359,"parentId":355,"label":"\u533B\u7597\u5668\u68B0\u7814\u53D1\/\u7EF4\u4FEE","weight":"2","num":0},{"id":360,"parentId":355,"label":"\u5316\u5B66\u836F\u5242\/\u836F\u54C1","weight":"2","num":0},{"id":361,"parentId":355,"label":"\u519C\u836F\u3001\u5316\u80A5","weight":"2","num":0},{"id":362,"parentId":355,"label":"\u65E5\u7528\/\u6709\u673A\/\u65E0\u673A\u5316\u5DE5","weight":"2","num":0}]},{"id":363,"parentId":0,"label":"\u623F\u5730\u4EA7\/\u5EFA\u7B51\/\u7269\u4E1A","weight":"1","num":0,"children":[{"id":364,"parentId":363,"label":"\u5EFA\u7B51\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":365,"parentId":363,"label":"\u5EFA\u7B51\u5236\u56FE","weight":"2","num":0},{"id":366,"parentId":363,"label":"\u5DE5\u7A0B\u76D1\u7406","weight":"2","num":0},{"id":367,"parentId":363,"label":"\u5DE5\u7A0B\u9879\u76EE\u7BA1\u7406","weight":"2","num":0},{"id":368,"parentId":363,"label":"\u6CE8\u518C\u5EFA\u7B51\u5E08","weight":"2","num":0},{"id":369,"parentId":363,"label":"\u9020\u4EF7\u5E08\/\u9884\u7B97\u5458","weight":"2","num":0},{"id":370,"parentId":363,"label":"\u8D44\u6599\u5458","weight":"2","num":0},{"id":371,"parentId":363,"label":"\u5B89\u5168\u5458","weight":"2","num":0},{"id":372,"parentId":363,"label":"\u623F\u5730\u4EA7\u5F00\u53D1\/\u7B56\u5212","weight":"2","num":0},{"id":373,"parentId":363,"label":"\u7269\u4E1A\u7BA1\u7406","weight":"2","num":0},{"id":374,"parentId":363,"label":"\u8DEF\u6865\u6280\u672F\/\u96A7\u9053\u5DE5\u7A0B","weight":"2","num":0},{"id":375,"parentId":363,"label":"\u57FA\u5EFA\/\u5CA9\u571F\u5DE5\u7A0B","weight":"2","num":0},{"id":376,"parentId":363,"label":"\u9884\u7B97\u5458","weight":"2","num":0},{"id":377,"parentId":363,"label":"\u5E02\u653F\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":378,"parentId":363,"label":"\u65BD\u5DE5\u5458","weight":"2","num":0},{"id":379,"parentId":363,"label":"\u623F\u5730\u4EA7\u8BC4\u4F30","weight":"2","num":0},{"id":380,"parentId":363,"label":"\u623F\u4EA7\u7ECF\u7EAA\u4EBA","weight":"2","num":0},{"id":381,"parentId":363,"label":"\u9020\u4EF7\u5458","weight":"2","num":0},{"id":382,"parentId":363,"label":"\u7F6E\u4E1A\u987E\u95EE","weight":"2","num":0},{"id":383,"parentId":363,"label":"\u62DB\u6295\u6807","weight":"2","num":0},{"id":384,"parentId":363,"label":"\u5B89\u88C5\u5DE5","weight":"2","num":0},{"id":385,"parentId":363,"label":"\u6309\u63ED\u5458","weight":"2","num":0},{"id":386,"parentId":363,"label":"\u5DE5\u6C11\u5EFA","weight":"2","num":0},{"id":387,"parentId":363,"label":"\u6D88\u9632\u68C0\u6D4B","weight":"2","num":0},{"id":388,"parentId":363,"label":"\u5236\u51B7\u6696\u901A","weight":"2","num":0},{"id":389,"parentId":363,"label":"\u7BA1\u9053(\u6C34\u3001\u7535)","weight":"2","num":0},{"id":390,"parentId":363,"label":"\u5DE5\u7A0B\u9884\u51B3\u7B97\/\u65BD\u5DE5","weight":"2","num":0},{"id":391,"parentId":363,"label":"\u56ED\u827A\u5DE5\u7A0B\/\u56ED\u6797\u6280\u672F","weight":"2","num":0},{"id":392,"parentId":363,"label":"\u7ED9\u6392\u6C34\/\u4F9B\u6C34\/\u4F9B\u7535\u5DE5\u7A0B","weight":"2","num":0},{"id":393,"parentId":363,"label":"\u57CE\u5EFA\u88C5\u4FEE\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":394,"parentId":0,"label":"\u7535\u5B50\/\u901A\u8BAF","weight":"1","num":0,"children":[{"id":395,"parentId":394,"label":"\u7535\u5B50\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":396,"parentId":394,"label":"\u7535\u6C14\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":397,"parentId":394,"label":"\u7535\u5668\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":398,"parentId":394,"label":"\u7535\u529B\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":399,"parentId":394,"label":"\u7535\u58F0\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":400,"parentId":394,"label":"\u6570\u7801\u4EA7\u54C1\u5F00\u53D1\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":401,"parentId":394,"label":"\u7535\u4FE1\u5DE5\u7A0B\u5E08\/\u901A\u8BAF\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":402,"parentId":394,"label":"\u5355\u7247\u673A\/DSP\/\u5E95\u5C42\u8F6F\u4EF6\u7814\u53D1","weight":"2","num":0},{"id":403,"parentId":394,"label":"\u7535\u5B50\/\u7535\u8DEF\/\u7535\u6C14\u7EF4\u4FEE","weight":"2","num":0},{"id":404,"parentId":394,"label":"\u7535\u8DEF\uFF08\u5E03\u7EBF\uFF09\u8BBE\u8BA1","weight":"2","num":0},{"id":405,"parentId":394,"label":"\u5149\u6E90\u4E0E\u7167\u660E\u5DE5\u7A0B","weight":"2","num":0},{"id":406,"parentId":394,"label":"\u6D4B\u8BD5\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":407,"parentId":394,"label":"\u65E0\u7EBF\u7535\u6280\u672F","weight":"2","num":0},{"id":408,"parentId":394,"label":"\u534A\u5BFC\u4F53\u6280\u672F","weight":"2","num":0},{"id":409,"parentId":394,"label":"\u7EFC\u5408\u5E03\u7EBF\/\u5F31\u7535","weight":"2","num":0},{"id":410,"parentId":394,"label":"\u706F\u9970\u7814\u53D1\u5DE5\u7A0B\u5E08","weight":"2","num":0},{"id":411,"parentId":394,"label":"\u81EA\u52A8\u63A7\u5236","weight":"2","num":0},{"id":412,"parentId":394,"label":"\u5BB6\u7528\u7535\u5668","weight":"2","num":0},{"id":413,"parentId":394,"label":"\u7535\u5B50\u901A\u8BAF\u5176\u4ED6\u76F8\u5173\u804C\u4F4D","weight":"2","num":0}]},{"id":414,"parentId":0,"label":"\u80FD\u6E90\/\u73AF\u4FDD","weight":"1","num":0,"children":[{"id":415,"parentId":414,"label":"\u6C34\u5229\/\u6C34\u7535","weight":"2","num":0},{"id":416,"parentId":414,"label":"\u6838\u7535\/\u706B\u7535","weight":"2","num":0},{"id":417,"parentId":414,"label":"\u7535\u5382\/\u7535\u529B","weight":"2","num":0},{"id":418,"parentId":414,"label":"\u5236\u51B7\/\u6696\u901A","weight":"2","num":0},{"id":419,"parentId":414,"label":"\u7A7A\u8C03\/\u9505\u7089","weight":"2","num":0},{"id":420,"parentId":414,"label":"\u77F3\u6CB9\/\u5929\u7136\u6C14\/\u50A8\u8FD0","weight":"2","num":0}]},{"id":437,"parentId":0,"label":"\u517C\u804C\/\u5B9E\u4E60\u751F\/\u5B66\u5F92\/\u5176\u4ED6\u5206\u7C7B","weight":"1","num":0,"children":[{"id":438,"parentId":437,"label":"\u517C\u804C","weight":"2","num":0},{"id":439,"parentId":437,"label":"\u5B9E\u4E60\u751F","weight":"2","num":0},{"id":440,"parentId":437,"label":"\u5B66\u5F92","weight":"2","num":0},{"id":441,"parentId":437,"label":"\u5176\u4ED6\u5206\u7C7B","weight":"2","num":0}]}]; </script> <script> console.log('baiduJS1111'); if (localStorage.getItem('baiduJS')) { if (window.execScript) { window.execScript(localStorage.getItem('baiduJS')); } else { //非IE浏览器 window.eval(localStorage.getItem('baiduJS')); } } const App = { data() { return { smallProgramCodeUrl: '', categoryList2: [], isLogin: false, //是否登录 categoryList: [], // 分类所有数据 categoryChildren: {}, //分类弹窗数据 isShowCategoryPopover: false, //分类弹窗是否显示 srcTem: "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", srcTem2: "https://dcy-oss.oss-cn-beijing.aliyuncs.com/public/2023/09/20/de6176f0f7bd40819ea905b57771fb79.jpg", phonenumber: '', //手机号 smsCode: '', //验证码 origin: location.origin, pcOrigin: location.origin + "/pc", store: { user: {} }, keyword: '', txt: '获取验证码', interval: null, resumeData: {}, companyInfo: {}, isLoad: true, activeName: 'q', smsObj: { phonenumber: '', uuid: '', code: '' }, codeImg: '', codeOpen: false } }, created() { let machineType = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test( navigator.userAgent ); if (machineType) { location.href = this.origin + '/h5/' } this.isLoad = false; // window.document.body.style.overflow = 'auto'; setTimeout(() => { document.querySelector('.load').style.display = 'none'; document.querySelector('#app').style.display = 'block'; this.smallProgramCodeUrl = document.getElementById('imgimg').getAttribute('data-small-program-code-url'); }, 1000) window.originUrl = this.origin; this.pcOrigin = this.origin + '/pc/#'; this.getCategoryList(); if (localStorage.getItem('token')) { $.get(this.origin + '/prod-api/api/ucuser/detail', { token: localStorage.getItem('token') }, (res) => { if (res && res.data) { this.store.user = res.data; } else { localStorage.removeItem('token') } }) $.ajax({ type: 'get', url: this.origin + '/prod-api/api/index/client', headers: { Authorization: 'Bearer ' + localStorage.getItem('token') }, success: (res) => { this.resumeData = res.data || {}; } }) $.ajax({ type: 'get', url: this.origin + '/prod-api/api/index/company', headers: { Authorization: 'Bearer ' + localStorage.getItem('token') }, success: (res) => { this.companyInfo = res.data || {}; } }) } }, methods: { handleClick(tab) { // console.log(tab.props.name); location.href = location.origin + location.pathname + '?category=' + tab.props.name; }, // 去职位详情 toPositionDetail(id) { // window.open(`${this.origin}/prod-api/positionDetail/${id}.html`); window.open(`${this.origin}/job/${id}`); }, // 去企业详情 toCompanyDetail(id) { // console.log(id) // window.open(`${this.origin}/prod-api/companyDetail/${id}.html`); window.open(`${this.origin}/companys/${id}`); }, toGonggaoUrl(id) { window.open(this.pcOrigin + `/announcementDetail?id=${id}`) }, toUrl(jumpType, link) { if (jumpType == '2') { // 1 外链 2 内链 window.open(this.origin + link) } else { window.open(link) } }, toSearchData(id, weight, pId) { // console.log(id,pId,weight) // console.log(data) this.newUrlHou(`/search?categoryOneId=${pId}&categoryId=${id}&categoryLevel=${weight}`) }, onePerson() { let switchUser = (loginStatus, companyId) => { $.ajax({ url: this.origin + '/prod-api/api/login/switch-identity', type: 'get', headers: { Authorization: 'Bearer ' + localStorage.getItem('token') } }) } $.ajax({ url: this.origin + '/prod-api/api/login/smsLogin', data: JSON.stringify({ "phonenumber": this.phonenumber, "smsCode": this.smsCode }), contentType: 'application/json;charset=utf-8', type: 'post', headers: { 'device': 'PC' }, success: (res) => { localStorage.setItem('token', res.data.token); // 401,需要传token $.ajax({ type: 'get', url: this.origin + '/prod-api/api/ucuser/' + res.data.userId, headers: { Authorization: 'Bearer ' + localStorage.getItem('token') }, success: (res1) => { this.store.user = res1.data; if (res1.data.hasFirst == 'Y' && !res1.data.loginCompanyId) { this.jump('/RegSelect'); return } if (res.data.loginStatus == 1) { window.location.reload() // switchUser(res.data.loginStatus, res.data.loginCompanyId) } else { window.location.reload() } } }) } }) }, sendMsg1(mobile,n) { if (!mobile) { ElementPlus.ElMessage.error('手机号不能为空') return false; } $.get(this.origin + '/prod-api/captchaImage', (res) => { if (res.code == "200") { if (res.data.captchaEnabled) { this.codeImg = `data: image/jpeg;base64,${res.data.img}`; this.smsObj.uuid = res.data.uuid; this.codeOpen = true; } else { if(!n) { this.getSms(); } } // ElementPlus.ElMessage.success('发送成功') } else { ElementPlus.ElMessage.error(res.msg) } }) }, getSms() { let countdown = (seconds) => { let count = seconds; this.interval = setInterval(() => { if (count === 0) { clearInterval(this.interval); this.interval = null; this.txt = '获取短信验证码'; return } count-- this.txt = count; }, 1000); } if (this.interval) return this.smsObj.phonenumber = this.phonenumber; $.get(this.origin + '/prod-api/captchaSms', this.smsObj, (res) => { console.log(res) if (res.code == "200") { countdown(60); this.codeOpen = false; ElementPlus.ElMessage.success('发送成功') } else { this.sendMsg1(this.phonenumber,1); ElementPlus.ElMessage.error(res.msg) } this.smsObj.code = ''; }) }, goSearch() { this.newUrlHou('/search?keyword=' + this.keyword); }, logOut() { localStorage.removeItem('token'); window.location.reload() }, toCompany() { if (!this.store.user.loginCompanyId) { this.newUrl('/RegCompany'); } else { this.newUrl('/Company/Layout'); } }, refresh() { this.newUrl('/Layout'); }, jump(url) { window.open(this.pcOrigin + url) }, newUrl(url) { location.href = this.pcOrigin + url; }, jumpHou(url) { window.open(this.origin + url) }, newUrlHou(url) { location.href = this.origin + url; }, handleMouseEnter(index) { this.isShowCategoryPopover = true; this.categoryChildren = this.categoryList[index]; // console.log('测试数据categoryChildren',this.categoryChildren) }, handleMouseLeave() { this.isShowCategoryPopover = false; }, //获取分类 getCategoryList() { this.categoryList = thymeleafData console.log(this.categoryList) this.categoryList2 = this.categoryList.slice(0, 5); this.activeName = this.categoryList2[0].id; if (location.href.split('?')[1]) { this.activeName = location.href.split('?')[1].split('=')[1] - 0; } // $.ajax({ // type: 'get', // url: 'https://www.dywzp.com/prod-api/api/position-category/tree-all', // // success: (res) => { // this.categoryList = res.data // } // }) } }, }; const app = Vue.createApp(App); app.use(ElementPlus); app.mount("#app"); </script> </html>