提交 17ef2e6c0432e95b12bf7fde76111365409a6f14

作者 juvenile
1 个父辈 d69ed7f3

fixbug

... ... @@ -4,6 +4,7 @@ const install = (Vue, vm) => {
4 4 Vue.prototype.$u.http.setConfig({
5 5 // 测试环境
6 6 // baseUrl: "http://47.110.250.177:8000",
  7 + // baseUrl: "https://api.workai.com.cn",
7 8 baseUrl: "https://zfb.workai.com.cn",
8 9 // 预生产环境 没有端口
9 10 // baseUrl: "http://47.110.246.34",
... ...
... ... @@ -14,9 +14,9 @@
14 14 }"
15 15 >
16 16 <view>
17   - <text v-if="detailObj.source == 'zhilian'" class="flag_zhilian"
  17 + <!-- <text v-if="detailObj.source == 'zhilian'" class="flag_zhilian"
18 18 >智联招聘</text
19   - >
  19 + > -->
20 20 <text
21 21 style="
22 22 font-size: 36rpx;
... ... @@ -151,7 +151,7 @@
151 151 srcset=""
152 152 />
153 153 </view>
154   -
  154 +<!--
155 155 <view v-if="detailObj.source == 'zhilian'" class="sxyq_wrap">
156 156 <view class="sxyq_content">
157 157 <image
... ... @@ -164,7 +164,7 @@
164 164 </view>
165 165 </view>
166 166 </view>
167   - </view>
  167 + </view> -->
168 168
169 169 <view
170 170 v-if="tenant_profile.name && position_source == 'hr'"
... ... @@ -975,37 +975,7 @@ export default {
975 975 this.jobStatus = "new";
976 976 }
977 977 });
978   - } else if (this.detailObj.source == "zhilian") {
979   - //智联招聘的职位
980   - uni.showModal({
981   - title: "即将为您跳转至智联招聘小程序",
982   - content: "该职位所属智联,投递需进入智联小程序",
983   - cancelText: "取消跳转",
984   - confirmText: "立即跳转",
985   - success: function (res) {
986   - if (res.confirm) {
987   - console.log("用户点击确定", that.detailObj.position_no);
988   - uni.navigateToMiniProgram({
989   - appId: "wx08e25a163d60852c",
990   - path:
991   - "pages/position/detail/detail?utm_source=youxueleye&number=" +
992   - that.detailObj.position_no,
993   - // extraData: {
994   - // 'utm_source': 'youxueleye',
995   - // 'number':that.detailObj.position_no
996   - // },
997   - success(res) {
998   - that.$u.api.getZhilianUrl(that.id, {}).then((data) => {
999   - console.log("智联...", data);
1000   - });
1001   - },
1002   - });
1003   - } else if (res.cancel) {
1004   - console.log("用户点击取消");
1005   - }
1006   - },
1007   - });
1008   - } else {
  978 + } else {
1009 979 this.$u.api
1010 980 .applyJobUrlApi({
1011 981 id: this.id,
... ...
... ... @@ -157,10 +157,10 @@
157 157 <view class="items" @click="goDetail(item)">
158 158 <view class="header">
159 159 <view class="title">
160   - <image
  160 + <!-- <image
161 161 v-if="item.source == 'zhilian'"
162 162 src="/static/img/my/zhilian.png"
163   - />
  163 + /> -->
164 164 <view class="society" v-if="item.position_type == 'society'"
165 165 >社招</view
166 166 >
... ... @@ -852,7 +852,6 @@ export default {
852 852 if (this.expectJob_category) {
853 853 params["third_category"] = this.expectJob_category;
854 854 }
855   -
856 855 console.warn(this.vuex_expect_job);
857 856
858 857 // if (this.vuex_expect_job && this.vuex_expect_job != '全部职位') {
... ...
注册登录 后发表评论