order.vue 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053
  1. <template>
  2. <view style="padding: 88rpx 40rpx 40rpx 40rpx;">
  3. <!-- 顶部导航 -->
  4. <view class="nav-bar">
  5. <view class="nav-left" @click="goBack">
  6. <u-icon name="arrow-leftward" color="rgba(51, 51, 51, 1)" style="font-size: 38rpx;"></u-icon>
  7. </view>
  8. <view class="nav-title">职位详情</view>
  9. <view class="nav-right">
  10. <view class="nav-icons">
  11. <view class="nav-icon" @click="setCollection">
  12. <image v-if="info.isCollection==0" src="/static/images/index/guanzhu.svg" class="icon-img"></image>
  13. <image v-else src="/static/images/index/gzActive.svg" style="width: 52rpx;height: 52rpx;"></image>
  14. </view>
  15. <view class="nav-icon" @click="showShare">
  16. <image src="/static/images/index/fenxiang.svg" style="width: 60rpx;height: 60rpx;"></image>
  17. </view>
  18. </view>
  19. </view>
  20. </view>
  21. <!-- 岗位要求 -->
  22. <view class="job flex justify-center">
  23. <view class="job-info flex justify-center">
  24. <view class="job-info-c">
  25. <view class="job-info-c-top flex align-center justify-between">
  26. <view class="job-info-c-title" v-if="info.stationName">
  27. <block v-if="isSameName(info.ruleClassifyName,info.stationName)">
  28. {{info.ruleClassifyName}}-
  29. </block>
  30. <block>
  31. {{info.stationName}}
  32. </block>
  33. </view>
  34. <view class="job-info-c-price" v-if="info.salaryRange">
  35. {{info.salaryRange}}
  36. </view>
  37. </view>
  38. <view class="enterprise-box-c-bto flex align-center justify-between" @click.stop="gotoMap()">
  39. <view class="enterprise-box-c-bto-l flex align-center gap-10rpx">
  40. <u-icon name="map" color="rgba(58, 57, 67, 1)" style="margin-right: 10rpx;"
  41. size="24"></u-icon>
  42. {{info.province?info.province:''}}{{info.city?info.city:''}}{{info.county?info.county:''}}{{info.address?info.address:''}}
  43. </view>
  44. <!-- <view class="enterprise-box-c-bto-r">
  45. <u-icon name="arrow-right" color="#00B88F" style="margin-right: 20rpx;" size="28"></u-icon>
  46. </view> -->
  47. </view>
  48. <view class="job-info-c-label flex align-center flex-wrap">
  49. <view class="job-info-c-label-item" v-if="info.county">
  50. {{info.county}}
  51. </view>
  52. <view class="job-info-c-label-item" v-if="info.experience">
  53. {{info.experience}}
  54. </view>
  55. <view class="job-info-c-label-item" v-if="info.education">
  56. {{info.education}}
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. <!-- 企业信息 -->
  63. <view class="enterprise-box-c-info flex align-start justify-between">
  64. <view class="enterprise-left flex align-center">
  65. <view class="avatar-container">
  66. <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
  67. style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode=""></image>
  68. <view class="online-dot"></view>
  69. </view>
  70. <view class="enterprise-box-c-info-n">
  71. <view class="">
  72. {{info.company?info.company.companyName:''}}
  73. </view>
  74. <view class="">
  75. {{info.company?info.company.companyScope:''}}
  76. </view>
  77. <view>
  78. 3分钟前回复
  79. </view>
  80. </view>
  81. </view>
  82. <view class="more-jobs flex align-center" @click="goToMoreJobs">
  83. <text>更多职位</text>
  84. <u-icon name="arrow-right" color="rgba(51, 51, 51, 1)" size="28"></u-icon>
  85. </view>
  86. </view>
  87. <!-- 岗位介绍 -->
  88. <view class="jobRemarks flex justify-center">
  89. <!-- <skeleton type="round" bgColor="#ffffff"> -->
  90. <view class="jobRemarks-box flex justify-center">
  91. <view class="jobRemarks-box-c">
  92. <view class="jobRemarks-box-c-title flex align-center">
  93. <image src="/static/images/index/ins.png" class="title-icon"></image>
  94. <text>岗位介绍</text>
  95. </view>
  96. <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.tag">
  97. <view class="jobRemarks-box-c-label-item" v-for="(item,index) in info.tag.split(',')"
  98. :key="index">
  99. {{item}}
  100. </view>
  101. </view>
  102. <view class="job-description">
  103. <view class="description-item">1.负责Amazon英国、欧洲站、制定推广与销售计划,达成团队要求的销售业绩;</view>
  104. <view class="description-item">2.做好数据的统计分析工作,收集、分析市场信息,竞争对手状况,并根据产品销售与排名变化,及时制定和调整产品的销售策略;</view>
  105. <view class="description-item">3.熟悉Amazon店铺操作,负责店铺产品编辑上传,精准把握关键词选择,负责标题,详情页面的优化;</view>
  106. <view class="description-item">4.熟悉Amazon平台规则,熟悉Amazon站内广告投放和促销式,站外促销,找红人营销等提高曝光率和转化率的引流方;</view>
  107. <view class="description-item">5.控制产品风险,合理规划FBA库存,及时合理处理滞销FBA库存;</view>
  108. <view class="description-item">6.对产品销售进行跟踪,分析,及时汇报销售中存在的问题,并给出可行性意见;</view>
  109. <view class="description-item">7.及时处理客户留言及回评,解答客户相关咨询与投诉,并进行问题整理统计分析,提高店铺的好评率,确保账号安全;</view>
  110. <view class="description-item">8.每月定期整理分析运营各项数据,并提出相应的合理化建议。</view>
  111. <view class="description-item">工作经验要求:</view>
  112. <view class="description-item">1.Amazon平台欧美站点1年以上独立运营经验,英语能力良好</view>
  113. <view class="description-item">2.了解亚马逊平台算法逻辑和排名规则,有清晰的运营思路,掌握亚马逊平台推广技巧</view>
  114. <view class="description-item">3.能接受小精品/精铺模式,品类不限,发展空间更大</view>
  115. <view class="description-item">4.熟练掌握办公软件,擅长Excel表格的数据汇总和整理</view>
  116. <view class="description-item">5.有团队合作精神,良好的沟通和人际交往能力,有较好的主动性及挑战自我的信心</view>
  117. <view class="description-item">6.会使用各种AI来辅助运营工作,做过英国,欧洲本土号的优先录用</view>
  118. </view>
  119. <view class="jobRemarks-box-c-con" v-if="info.positionDetails">
  120. <view class="jobRemarks-box-c-con-item" v-html="info.positionDetails">
  121. </view>
  122. </view>
  123. <view class="jobRemarks-box-c-line"></view>
  124. <view class="jobRemarks-box-c-title flex align-center" style="margin-top: 25rpx;">
  125. <image src="/static/images/index/welfare.png" class="title-icon"></image>
  126. <text>岗位福利</text>
  127. </view>
  128. <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-if="info.positionWelfare">
  129. <view class="jobRemarks-box-c-label-item"
  130. v-for="(item,index) in info.positionWelfare?info.positionWelfare.split(','):[]"
  131. :key="index">
  132. {{item}}
  133. </view>
  134. </view>
  135. <view class="jobRemarks-box-c-label flex align-center flex-wrap" v-else>
  136. <view class="jobRemarks-box-c-label-item">
  137. 暂无
  138. </view>
  139. </view>
  140. <view class="job-description">
  141. <view class="description-item">1.完整的晋升机制,每年2次调薪机会;</view>
  142. <view class="description-item">2.满一年五天带薪年假;</view>
  143. <view class="description-item">3.每月员工下午茶;</view>
  144. <view class="description-item">4.各类大促活动有对应的激励方案;</view>
  145. <view class="description-item">5.丰厚的提成和年终奖励;</view>
  146. <view class="description-item">6.开设员工俱乐部:羽毛球、篮球、舞蹈、瑜伽等等。</view>
  147. </view>
  148. </view>
  149. </view>
  150. <!-- </skeleton> -->
  151. </view>
  152. <!-- 企业简介 -->
  153. <view class="enterprise" v-if="info.lng">
  154. <!-- 公司介绍卡片 -->
  155. <view class="company-intro-card" @click="goInfo(info.company.companyId)">
  156. <view class="company-avatar">
  157. <image :src="info.company?info.company.companyLogo:'../../../static/logo.png'"
  158. style="width: 95rpx;height: 95rpx;border-radius: 50%;" mode="aspectFill"></image>
  159. </view>
  160. <view class="company-info">
  161. <view class="company-name">{{info.company?info.company.companyName:''}}</view>
  162. <view class="company-details">{{info.company?info.company.companyPeople:''}} · {{info.company?info.company.companyScope:''}}</view>
  163. </view>
  164. <view class="company-arrow">
  165. <u-icon name="arrow-right" color="rgba(51, 51, 51, 1)" size="32"></u-icon>
  166. </view>
  167. </view>
  168. <!-- 地图区域 -->
  169. <view class="enterprise-box flex justify-center">
  170. <view class="enterprise-box-c">
  171. <!-- #ifndef APP -->
  172. <view class="enterprise-box-c-map">
  173. <map style="width: 100%; height: 100%;" scale="14" @tap.stop="gotoMap()" :latitude="info.lat"
  174. :longitude="info.lng" :markers="covers">
  175. </map>
  176. </view>
  177. <!-- #endif -->
  178. </view>
  179. </view>
  180. </view>
  181. <!-- 底部操作 -->
  182. <view class="caozuo flex justify-center align-center">
  183. <view class="caozuo-box-r flex justify-center align-center" @click="bindphone(2)">
  184. 立即沟通
  185. </view>
  186. <!-- <view class="caozuo-box flex align-center justify-between">
  187. <view class="caozuo-box-l flex align-center">
  188. <!-- #ifdef MP-WEIXIN -->
  189. <view class="caozuo-box-l-item flex align-center flex-wrap">
  190. <button open-type="share">
  191. <u-icon name="share" color="#333333" size="50"></u-icon>
  192. <text style="margin-top: 16rpx;">分享</text>
  193. </button>
  194. </view>
  195. <!-- #endif -->
  196. <!-- #ifdef H5 -->
  197. <view class="caozuo-box-l-item flex align-center flex-wrap" @click="shar()">
  198. <u-icon name="share" color="#333333" size="50"></u-icon>
  199. <view class="">
  200. 分享
  201. </view>
  202. </view>
  203. <!-- #endif -->
  204. <!-- #ifdef APP-PLUS -->
  205. <view class="caozuo-box-l-item flex align-center flex-wrap" @click="shows = true">
  206. <u-icon name="share" color="#333333" size="50"></u-icon>
  207. <view class="">
  208. 分享
  209. </view>
  210. </view>
  211. <!-- #endif -->
  212. <view class="caozuo-box-l-item flex align-center flex-wrap" @click="goJuBao()">
  213. <u-icon name="warning" color="#333333" size="50"></u-icon>
  214. <view class="">
  215. 举报
  216. </view>
  217. </view>
  218. <view @click="setCollection()" class="caozuo-box-l-item flex align-center flex-wrap">
  219. <u-icon name="star" v-if="info.isCollection==0" color="#333333" size="50"></u-icon>
  220. <u-icon name="star-fill" v-else color="#00B88F" size="50"></u-icon>
  221. <view class="">
  222. {{info.isCollection==0?'收藏':'取消'}}
  223. </view>
  224. </view>
  225. </view>
  226. </view> -->
  227. </view>
  228. <u-popup v-model="shows" z-index="99999" mode="bottom" border-radius="14" height="300rpx">
  229. <view class="shar flex justify-center">
  230. <view class="shar-box flex justify-around">
  231. <view class="shar-box-item" @click="appShare('WXSceneSession')">
  232. <u-icon name="weixin-circle-fill" color="#45b630" style="margin-left: 10rpx;" size="70">
  233. </u-icon>
  234. <view class="">
  235. 微信好友
  236. </view>
  237. </view>
  238. <view class="shar-box-item" @click="appShare('WXSenceTimeline')">
  239. <u-icon name="moments-circel-fill" color="#6dbf30" size="70" style="margin-left: 20rpx;">
  240. </u-icon>
  241. <view class="">
  242. 微信朋友圈
  243. </view>
  244. </view>
  245. </view>
  246. </view>
  247. <view class="line"></view>
  248. <view class="sharNo" @click="shows = false">
  249. 取消
  250. </view>
  251. </u-popup>
  252. <!-- 返回首页按钮 -->
  253. <!-- #ifdef H5 -->
  254. <!--
  255. <view class="backHome" @click="goHome()">
  256. <image src="../../../static/images/index/backHome.png" mode=""></image>
  257. </view>
  258. -->
  259. <!-- #endif -->
  260. </view>
  261. </template>
  262. <script>
  263. import config from '../../../common/config.js'
  264. export default {
  265. //分享
  266. onShareAppMessage(res) {
  267. return {
  268. path: '/pages/index/game/order?postPushId=' + this.postPushId + '&invitation=' + uni.getStorageSync(
  269. 'invitationCode'),
  270. title: this.info.stationName,
  271. }
  272. },
  273. /*
  274. * uniapp微信小程序分享页面到微信朋友圈
  275. */
  276. onShareTimeline(res) {
  277. return {
  278. path: '/pages/index/game/order?postPushId=' + this.postPushId + '&invitation=' + uni.getStorageSync(
  279. 'invitationCode'),
  280. title: this.info.stationName,
  281. }
  282. },
  283. data() {
  284. return {
  285. loading: true,
  286. shows: false,
  287. postPushId: '',
  288. info: {}, //岗位详情
  289. token: uni.getStorageSync('token'),
  290. covers: [{
  291. id: 1,
  292. latitude: '',
  293. longitude: '',
  294. width: 20,
  295. height: 20,
  296. iconPath: '../../../static/images/mapMarker.png',
  297. callout: {
  298. content: '',
  299. color: '#000', //文字颜色
  300. fontSize: 10, //文本大小
  301. padding: 10, //附近留白
  302. borderRadius: 24, //边框圆角
  303. bgColor: '#FFFFFF', //背景颜色
  304. display: 'ALWAYS', //常显
  305. }
  306. }],
  307. sharType: 0,
  308. sharMsg: '',
  309. };
  310. },
  311. onLoad(option) {
  312. // 获取邀请码保存到本地
  313. if (option.invitation) {
  314. this.$queue.setData('inviterCode', option.invitation);
  315. }
  316. // #ifdef MP-WEIXIN
  317. if (option.scene) {
  318. const scene = decodeURIComponent(option.scene);
  319. this.$queue.setData('inviterCode', scene.split(',')[0]);
  320. }
  321. // #endif
  322. //小程序分享版本
  323. this.$Request.getT('/app/common/type/340').then(res => {
  324. if (res.code == 0) {
  325. if (res.data && res.data.value) {
  326. this.sharType = res.data.value
  327. }
  328. }
  329. });
  330. //小程序分享图片
  331. this.$Request.getT('/app/common/type/341').then(res => {
  332. if (res.code == 0) {
  333. if (res.data && res.data.value) {
  334. this.sharMsg = res.data.value
  335. }
  336. }
  337. });
  338. uni.showLoading({
  339. title: '加载中'
  340. })
  341. this.postPushId = option.postPushId
  342. this.getInfo()
  343. },
  344. methods: {
  345. // 返回上一页
  346. goBack() {
  347. uni.navigateBack();
  348. },
  349. // 显示分享选项
  350. showShare() {
  351. this.shows = true;
  352. },
  353. //判断岗位名称与职位名称是否相同(不区分大小写)
  354. isSameName(className, name) {
  355. let str1 = className.trim();
  356. let str2 = name.trim();
  357. if (str1.length !== str2.length) {
  358. return true;
  359. }
  360. return str1.toLowerCase() !== str2.toLowerCase();
  361. },
  362. goHome() {
  363. let pages = getCurrentPages(); // 获取页面栈
  364. console.log(pages)
  365. if (pages.length > 1) { //有上一页
  366. uni.navigateBack()
  367. } else {
  368. uni.switchTab({
  369. url: '/pages/index/index'
  370. })
  371. }
  372. },
  373. //app分享
  374. appShare(scene) {
  375. let that = this
  376. let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
  377. let curRoute = routes[routes.length - 1].$page.fullPath // 获取当前页面路由,也就是最后一个打开的页面路由
  378. uni.share({
  379. provider: "weixin", //分享服务提供商(即weixin|qq|sinaweibo)
  380. scene: scene, //场景,可取值参考下面说明。
  381. type: 5, //分享形式 0:图文 1:纯文字 2:纯图片 3:音乐 4:视频 5:小程序
  382. // href: curRoute, //跳转链接
  383. // imageUrl:'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/962fc340-4f2c-11eb-bdc1-8bd33eb6adaa.png',
  384. imageUrl: that.sharMsg,
  385. title: that.info.stationName, //分享内容的标题
  386. miniProgram: {
  387. id: 'gh_d531be6accdb', //分享的小程序原始id
  388. path: curRoute, //分享的小程序的页面路径
  389. webUrl: "https://ask.dcloud.net.cn/article/287", //地址
  390. type: that.sharType, //微信小程序的版本 0-正式版; 1-测试版; 2-体验版。 默认值为0。
  391. },
  392. success: function(res) {
  393. that.shows = false; //成功后关闭底部弹框
  394. },
  395. fail: function(err) {
  396. console.log(err, '分享失败回调')
  397. uni.showToast({
  398. title: '分享失败',
  399. icon: 'none',
  400. duration: 2000
  401. })
  402. that.shows = false;
  403. }
  404. });
  405. },
  406. getShowModal() {
  407. uni.showModal({
  408. title: '提示',
  409. content: '请登录后联系企业',
  410. showCancel: true,
  411. cancelText: '取消',
  412. confirmText: '去登录',
  413. complete: (res) => {
  414. if (res.confirm) {
  415. uni.navigateTo({
  416. url: '/pages/public/login'
  417. })
  418. }
  419. }
  420. });
  421. },
  422. shar() {
  423. if (this.token) {
  424. let that = this
  425. // h5分享
  426. // #ifdef H5
  427. let url = config.WSHOST4 + '/pages/index/game/order?postPushId=' + this.postPushId
  428. // let url = 'http://192.168.0.109:8081/pages/index/game/order?postPushId=' + this.postPushId
  429. // alert(url)
  430. uni.setClipboardData({
  431. data: url,
  432. success() {
  433. uni.showToast({
  434. title: '分享链接已复制'
  435. })
  436. }
  437. })
  438. // #endif
  439. } else {
  440. this.getShowModal()
  441. }
  442. },
  443. goJuBao() {
  444. if (this.token) {
  445. uni.navigateTo({
  446. url: '/my/feedback/jubao?postPushId=' + this.postPushId
  447. })
  448. } else {
  449. this.getShowModal()
  450. }
  451. },
  452. //在线联系
  453. bindphone(phone, index) {
  454. if (uni.getStorageSync('token')) {
  455. this.$Request.get('/app/resumes/selectResumesByUserId').then(res => {
  456. if (res.code == 0) {
  457. let obj = res.data
  458. if (JSON.stringify(obj) == '{}' || obj == null) {
  459. uni.showModal({
  460. title: '提示',
  461. content: '暂无简历,请完善简历!',
  462. confirmText: '去完善',
  463. confirmColor: '#00B88F',
  464. complete(ret) {
  465. if (ret.confirm) {
  466. uni.navigateTo({
  467. url: '/package/my/resume'
  468. })
  469. }
  470. }
  471. })
  472. } else {
  473. this.$Request.postJson('/app/chat/insertChatConversation', {
  474. userId: uni.getStorageSync('userId'), //用户userid
  475. focusedUserId: this.info.user.userId, //企业userid
  476. type: 1,
  477. postPushId: this.info.postPushId,
  478. resumesId: res.data.resumesId
  479. }).then(res => {
  480. if (res.code == 0) {
  481. uni.navigateTo({
  482. url: '/pages/msg/im?byUserId=' + this.info.user
  483. .userId + '&chatConversationId=' + res.data
  484. .chatConversationId + '&postPushId=' + res.data
  485. .postPushId
  486. })
  487. }
  488. })
  489. }
  490. }
  491. })
  492. } else {
  493. uni.showModal({
  494. title: '提示',
  495. content: '请登录后联系企业',
  496. showCancel: true,
  497. cancelText: '取消',
  498. confirmText: '去登录',
  499. complete: (res) => {
  500. if (res.confirm) {
  501. uni.navigateTo({
  502. url: '/pages/public/login'
  503. })
  504. }
  505. }
  506. });
  507. }
  508. },
  509. //拉起地图导航
  510. gotoMap() {
  511. let that = this
  512. uni.openLocation({
  513. latitude: that.info.lat,
  514. longitude: that.info.lng,
  515. address: that.info.province + '' + that.info.city + '' + that.info.county + '' + that.info
  516. .address,
  517. name: that.info.address,
  518. complete(ret) {
  519. }
  520. })
  521. },
  522. /**
  523. * 收藏岗位
  524. */
  525. setCollection() {
  526. this.$Request.postT("/app/myCollection/saveCollection", {
  527. postPushId: this.postPushId,
  528. type: 1
  529. }).then(res => {
  530. if (res.code == 0) {
  531. uni.showToast({
  532. title: res.msg
  533. })
  534. this.getInfo()
  535. }
  536. })
  537. },
  538. /**
  539. * 获取岗位详情
  540. */
  541. getInfo() {
  542. this.$Request.getT("/app/postPush/selectPostPushDetails", {
  543. userId: uni.getStorageSync('userId'),
  544. postPushId: this.postPushId
  545. }).then(res => {
  546. if (res.code == 0) {
  547. this.info = res.data
  548. this.covers = [{
  549. id: 1,
  550. latitude: this.info.lat,
  551. longitude: this.info.lng,
  552. width: 20,
  553. height: 20,
  554. iconPath: '../../../static/images/mapMarker.png',
  555. callout: {
  556. content: this.info.city + '' + this.info.county + '' + this.info.address,
  557. color: '#000', //文字颜色
  558. fontSize: 10, //文本大小
  559. padding: 10, //附近留白
  560. borderRadius: 24, //边框圆角
  561. bgColor: '#FFFFFF', //背景颜色
  562. display: 'ALWAYS', //常显
  563. }
  564. }]
  565. }
  566. uni.hideLoading()
  567. })
  568. },
  569. //跳转企业详情
  570. goInfo(companyId) {
  571. uni.navigateTo({
  572. url: '/my/enterpriseInfo/enterpriseInfo?companyId=' + companyId
  573. })
  574. },
  575. //跳转更多职位
  576. goToMoreJobs() {
  577. uni.navigateTo({
  578. url: '/package/list/companyList?companyId=' + this.info.company.companyId
  579. })
  580. },
  581. }
  582. }
  583. </script>
  584. <style lang="scss">
  585. page {
  586. // background-color: #F2F2F7;
  587. padding-bottom: 200rpx;
  588. }
  589. .nav-bar {
  590. display: flex;
  591. align-items: center;
  592. justify-content: space-between;
  593. margin-bottom: 30rpx;
  594. .nav-left {
  595. display: flex;
  596. align-items: center;
  597. justify-content: flex-start;
  598. width: 96rpx;
  599. }
  600. .nav-title {
  601. flex: 1;
  602. color: rgba(51, 51, 51, 1);
  603. font-family: DM Sans;
  604. font-size: 32rpx;
  605. font-weight: 700;
  606. line-height: 26px;
  607. text-align: center;
  608. }
  609. .nav-right {
  610. display: flex;
  611. align-items: center;
  612. justify-content: flex-end;
  613. width: 96rpx;
  614. }
  615. .nav-icons {
  616. display: flex;
  617. align-items: center;
  618. gap: 24rpx;
  619. }
  620. .nav-icon {
  621. display: flex;
  622. align-items: center;
  623. justify-content: center;
  624. width: 36rpx;
  625. height: 36rpx;
  626. }
  627. .icon-img {
  628. width: 42rpx;
  629. height: 42rpx;
  630. }
  631. .icon-img.active {
  632. filter: hue-rotate(120deg) saturate(1.5);
  633. }
  634. }
  635. button {
  636. background: #ffffff;
  637. border: none !important;
  638. width: 120rpx;
  639. font-size: 24rpx;
  640. height: 80rpx;
  641. display: flex;
  642. justify-content: center;
  643. align-content: flex-start;
  644. flex-wrap: wrap;
  645. margin: 0;
  646. padding: 0 !important;
  647. line-height: 0 !important;
  648. }
  649. button:after {
  650. border: none !important;
  651. }
  652. .backHome {
  653. position: fixed;
  654. right: 30rpx;
  655. bottom: 160rpx;
  656. image {
  657. width: 80rpx;
  658. height: 80rpx;
  659. border-radius: 50%;
  660. }
  661. }
  662. .shar {
  663. width: 100%;
  664. height: 100rpx;
  665. margin-top: 40rpx;
  666. .shar-box {
  667. width: 686rpx;
  668. height: 100%;
  669. .shar-box-item {
  670. font-size: 24rpx;
  671. }
  672. }
  673. }
  674. .line {
  675. width: 100%;
  676. border: 1rpx solid #F2F2F7;
  677. margin-top: 30rpx;
  678. margin-bottom: 20rpx;
  679. }
  680. .sharNo {
  681. width: 100%;
  682. color: #cccccc;
  683. font-size: 24rpx;
  684. text-align: center;
  685. }
  686. .job {
  687. width: 100%;
  688. margin-top: 30rpx;
  689. .job-info {
  690. // width: 686rpx;
  691. width: 100%;
  692. height: 100%;
  693. border-radius: 24rpx;
  694. background-color: #ffffff;
  695. .job-info-c {
  696. // width: 626rpx;
  697. width: 100%;
  698. height: 100%;
  699. padding-top: 30rpx;
  700. padding-bottom: 30rpx;
  701. }
  702. .enterprise-box-c-bto {
  703. width: 100%;
  704. border-radius: 30rpx;
  705. margin-top: 34rpx;
  706. color: rgba(156, 164, 171, 1);
  707. font-family: DM Sans;
  708. font-size: 12px;
  709. font-weight: 400;
  710. line-height: 12px;
  711. letter-spacing: 0.5%;
  712. }
  713. .job-info-c-title {
  714. color: rgba(58, 57, 67, 1);
  715. font-family: DM Sans;
  716. font-size: 26px;
  717. font-weight: 700;
  718. line-height: 30px;
  719. letter-spacing: 0px;
  720. text-align: left;
  721. }
  722. .job-info-c-label {
  723. margin-top: 30rpx;
  724. .job-info-c-label-item {
  725. margin-right: 30rpx;
  726. color: rgba(153, 153, 153, 1);
  727. font-size: 24rpx;
  728. padding: 4px;
  729. border-radius: 6px;
  730. background: rgba(198, 198, 198, 0.1);
  731. }
  732. }
  733. .job-info-c-price {
  734. color: rgba(1, 107, 246, 1);
  735. font-family: DM Sans;
  736. font-size: 18px;
  737. font-weight: 700;
  738. line-height: 20px;
  739. letter-spacing: 0.5%;
  740. text-align: right;
  741. }
  742. }
  743. }
  744. .enterprise-box-c-info {
  745. width: 100%;
  746. height: auto;
  747. padding: 16px;
  748. border: 0.5px solid rgba(227, 231, 236, 1);
  749. border-radius: 6px;
  750. background: rgba(253, 253, 253, 1);
  751. // margin-top: 40rpx;
  752. .enterprise-left {
  753. flex: 1;
  754. }
  755. .avatar-container {
  756. position: relative;
  757. display: inline-block;
  758. }
  759. .online-dot {
  760. position: absolute;
  761. bottom: 4rpx;
  762. right: 4rpx;
  763. width: 20rpx;
  764. height: 20rpx;
  765. background: #00D26A;
  766. border: 2rpx solid #ffffff;
  767. border-radius: 50%;
  768. }
  769. .more-jobs {
  770. color: rgba(153, 153, 153, 1);
  771. font-size: 22rpx;
  772. font-weight: 400;
  773. gap: 8rpx;
  774. }
  775. .enterprise-box-c-info-n {
  776. margin-left: 18rpx;
  777. view:nth-of-type(1) {
  778. color: #333333;
  779. font-size: 24rpx;
  780. font-weight: 600;
  781. }
  782. view:nth-of-type(2) {
  783. color: #999999;
  784. font-size: 24rpx;
  785. font-weight: 500;
  786. margin-top: 8rpx;
  787. }
  788. view:nth-of-type(3) {
  789. display: inline-block;
  790. width: auto;
  791. border-radius: 6px;
  792. padding: 4rpx 12rpx;
  793. background: rgba(236, 225, 253, 1);
  794. color: rgba(107, 85, 214, 0.96);
  795. font-size: 20rpx;
  796. font-weight: 500;
  797. margin-top: 8rpx;
  798. white-space: nowrap;
  799. }
  800. }
  801. }
  802. .jobRemarks {
  803. width: 100%;
  804. .jobRemarks-box {
  805. width: 100%;
  806. height: 100%;
  807. background-color: #ffffff;
  808. border-radius: 24rpx;
  809. .jobRemarks-box-c {
  810. width: 100%;
  811. height: 100%;
  812. padding-top: 30rpx;
  813. padding-bottom: 30rpx;
  814. }
  815. .jobRemarks-box-c-title {
  816. color: rgba(1, 107, 246, 1);
  817. font-size: 32rpx;
  818. padding: 8px 12px;
  819. border-radius: 36px;
  820. font-weight: 500;
  821. background: rgba(246, 246, 246, 1);
  822. .title-icon {
  823. width: 32rpx;
  824. height: 32rpx;
  825. }
  826. }
  827. .job-description {
  828. margin-top: 20rpx;
  829. margin-bottom: 20rpx;
  830. .description-item {
  831. color: rgba(97, 110, 124, 1);
  832. font-family: DM Sans;
  833. font-size: 26rpx;
  834. font-weight: 400;
  835. line-height: 16px;
  836. letter-spacing: 0px;
  837. text-align: left;
  838. margin-bottom: 8rpx;
  839. }
  840. }
  841. .jobRemarks-box-c-label {
  842. width: 100%;
  843. margin-top: 25rpx;
  844. .jobRemarks-box-c-label-item {
  845. color: rgba(1, 107, 246, 1);
  846. font-size: 20rpx;
  847. padding: 10rpx 15rpx;
  848. background-color: #F6F6F6;
  849. border-radius: 10rpx;
  850. margin-right: 20rpx;
  851. margin-bottom: 10rpx;
  852. background: rgba(252, 233, 220, 1);
  853. }
  854. }
  855. .jobRemarks-box-c-con {
  856. width: 100%;
  857. margin-top: 25rpx;
  858. .jobRemarks-box-c-con-item {
  859. margin-bottom: 10rpx;
  860. color: #141414;
  861. font-size: 28rpx;
  862. font-weight: 500;
  863. }
  864. }
  865. .jobRemarks-box-c-line {
  866. width: 100%;
  867. border: 1rpx solid #E6E6E6;
  868. margin-top: 25rpx;
  869. }
  870. }
  871. }
  872. .enterprise {
  873. width: 100%;
  874. margin-top: 25rpx;
  875. .company-intro-card {
  876. width: 100%;
  877. background-color: #ffffff;
  878. border-radius: 24rpx;
  879. padding: 12rpx 24rpx;
  880. margin-bottom: 20rpx;
  881. display: flex;
  882. align-items: center;
  883. border: 0.5px solid rgba(227, 231, 236, 1);
  884. .company-avatar {
  885. flex-shrink: 0;
  886. margin-right: 24rpx;
  887. }
  888. .company-info {
  889. flex: 1;
  890. .company-name {
  891. color: rgba(51, 51, 51, 1);
  892. font-size: 26rpx;
  893. font-weight: 600;
  894. line-height: 1.4;
  895. margin-bottom: 8rpx;
  896. }
  897. .company-details {
  898. color: rgba(153, 153, 153, 1);
  899. font-size: 24rpx;
  900. font-weight: 400;
  901. line-height: 1.4;
  902. }
  903. }
  904. .company-arrow {
  905. flex-shrink: 0;
  906. margin-left: 48rpx;
  907. }
  908. }
  909. .enterprise-box {
  910. width: 100%;
  911. background-color: #ffffff;
  912. height: 100%;
  913. padding-bottom: 25rpx;
  914. border-radius: 24rpx;
  915. .enterprise-box-c {
  916. width: 100%;
  917. height: 100%;
  918. }
  919. .enterprise-box-c-map {
  920. width: 100%;
  921. margin-top: 20rpx;
  922. height: 400rpx;
  923. }
  924. }
  925. }
  926. .caozuo {
  927. width: 100%;
  928. height: 120rpx;
  929. position: fixed;
  930. bottom: 0;
  931. left: 0;
  932. background-color: #ffffff;
  933. .caozuo-box-r {
  934. // width: 400rpx;
  935. width: 90%;
  936. height: 80rpx;
  937. color: #ffffff;
  938. border-radius: 45rpx;
  939. /* #ifndef APP-PLUS */
  940. background: var(--线性渐变, linear-gradient(90.00deg, rgba(13, 39, 247, 1),rgba(19, 193, 234, 1) 100%));
  941. /* #endif */
  942. /* #ifdef APP-PLUS */
  943. background: var(--线性渐变, linear-gradient(90.00deg, rgba(13, 39, 247, 1),rgba(19, 193, 234, 1) 100%));
  944. line-height: 80rpx;
  945. text-align: center;
  946. /* #endif */
  947. font-size: 32rpx;
  948. font-weight: 800;
  949. }
  950. // .caozuo-box {
  951. // width: 686rpx;
  952. // height: 80rpx;
  953. // .caozuo-box-l {
  954. // .caozuo-box-l-item {
  955. // width: 60rpx;
  956. // font-size: 24rpx;
  957. // color: #242424;
  958. // font-weight: 500;
  959. // margin-right: 50rpx;
  960. // }
  961. // }
  962. // }
  963. }
  964. </style>