问题修改

master
wangxia 2 years ago
parent be3741c8d2
commit 5d72e956b5

@ -211,7 +211,7 @@ App({
try { try {
that.globalData.userLoginTokenInfo.tel = tel; that.globalData.userLoginTokenInfo.tel = tel;
that.globalData.userLoginTokenInfo.token = token; that.globalData.userLoginTokenInfo.token = token;
debugger // debugger
wx.setStorageSync("loginUserTokenInfo", that.globalData.userLoginTokenInfo); wx.setStorageSync("loginUserTokenInfo", that.globalData.userLoginTokenInfo);
that.appLoginByTel(resolve, reject); that.appLoginByTel(resolve, reject);
} catch (e) { } catch (e) {

@ -139,6 +139,7 @@ Page({
}, },
showphone: function () { showphone: function () {
var that = this; var that = this;
console.log( that.data.serviceInfo.workPhone);
wx.makePhoneCall({ wx.makePhoneCall({
// number: that.data.jobDetail.assistantUserTel + "" // number: that.data.jobDetail.assistantUserTel + ""
phoneNumber: that.data.serviceInfo.workPhone || "0371-6611 3723", phoneNumber: that.data.serviceInfo.workPhone || "0371-6611 3723",
@ -1229,6 +1230,7 @@ Page({
}, },
textPaste() { textPaste() {
var that = this; var that = this;
console.log('jobDetail',that.data.jobDetail);
wx.setClipboardData({ wx.setClipboardData({
// data: that.data.jobDetail.assistantUserWechat, // data: that.data.jobDetail.assistantUserWechat,
data: "16619732648", data: "16619732648",

@ -1,18 +1,15 @@
<view class="bt1"> <view class="bt1">
<scroll-view id="listBox" style="height: calc(100vh - constant(safe-area-inset-bottom) - 64px);height: calc(100vh - env(safe-area-inset-bottom) - 64px);padding-bottom: 30px;" scroll-y="{{true}}"> <scroll-view id="listBox" style="height: calc(100vh - constant(safe-area-inset-bottom) - 64px);height: calc(100vh - env(safe-area-inset-bottom) - 64px);padding-bottom: 30px;" scroll-y="{{true}}">
<view class="p20 pt12 pb10" id="tocanvas"> <view class="p20 pt12 pb10" id="tocanvas">
<view class="v-center"> <view class="v-center">
<view class="jobTitle"> <view class="jobTitle">{{jobDetail.jobName}}</view>
{{jobDetail.jobName}}
</view>
</view> </view>
<view class="display-flex mt12"> <view class="display-flex mt12">
<view class="display-flex flex-1"> <view class="display-flex flex-1">
<!-- <view> <!-- <view>
<image class="tImage" wx:if="{{jobDetail.store.logo != null && jobDetail.store.logo != ''}}" mode="aspectFit" src="{{jobDetail.store.logo}}"></image> <image class="tImage" wx:if="{{jobDetail.store.logo != null && jobDetail.store.logo != ''}}" mode="aspectFit" src="{{jobDetail.store.logo}}"></image>
<image class="tImage" wx:else mode="aspectFit" src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png"></image> <image class="tImage" wx:else mode="aspectFit" src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png"></image>
</view> --> </view>-->
<view class="flex-1 vsb"> <view class="flex-1 vsb">
<view class="f14s c045 mb4"> <view class="f14s c045 mb4">
<!-- 深圳丨龙岗区丨16-35岁 --> <!-- 深圳丨龙岗区丨16-35岁 -->
@ -48,8 +45,8 @@
<view class="tagsLi" tyle="color:{{labelColor[index % labelColor.length]}};background-color:{{bgColor[index % bgColor.length]}};" wx:for="{{jobDetail.jobRequestLabelNames}}" wx:for-item="item1" wx:key="index">{{item1}}</view> <view class="tagsLi" tyle="color:{{labelColor[index % labelColor.length]}};background-color:{{bgColor[index % bgColor.length]}};" wx:for="{{jobDetail.jobRequestLabelNames}}" wx:for-item="item1" wx:key="index">{{item1}}</view>
</view> </view>
</view> </view>
</view> </view>
<view class="mg020 pb10 bb1 v-center" bindtap="toMapChoice" data-address="{{jobDetail}}"> <view class="mg020 pb10 bb1 v-center" bindtap="toMapChoice" data-address="{{jobDetail}}">
<view> <view>
<i class="iconfont icon-dizhi11 f18 mr10 lh1" style="color:var(--color-ysd);"></i> <i class="iconfont icon-dizhi11 f18 mr10 lh1" style="color:var(--color-ysd);"></i>
</view> </view>
@ -57,28 +54,24 @@
<view> <view>
<i class="iconfont icon-gengduo11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i> <i class="iconfont icon-gengduo11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
</view> </view>
</view> </view>
<view class="p016 mt12" wx:if="{{images.length > 0}}"> <view class="p016 mt12" wx:if="{{images.length > 0}}">
<block wx:for="{{images}}" wx:for-item="item" wx:key="index"> <block wx:for="{{images}}" wx:for-item="item" wx:key="index">
<image src="{{item.url}}" bind:tap="showImage" data-src="{{item.url}}" class="img5" mode=""/> <image src="{{item.url}}" bind:tap="showImage" data-src="{{item.url}}" class="img5" mode />
</block> </block>
</view> </view>
<view class="p020"> <view class="p020">
<view class="f14"> <view class="f14">
<block wx:if="{{currIndex == '1'}}"> <block wx:if="{{currIndex == '1'}}">
<view> <view>
<view class="detailH3"> <view class="detailH3">
<view class="fl mr12" style="width: 4px;height: 19px;background: #0dcc91;border-radius: 2px;"></view> <view class="fl mr12" style="width: 4px;height: 19px;background: #0dcc91;border-radius: 2px;"></view>职位描述
</view>
职位描述</view>
<view class="pri f16" style="line-height:24px;padding:3px 0px;border-radius: 4px;color:#777;">{{jobDetail.jobInfo}}</view> <view class="pri f16" style="line-height:24px;padding:3px 0px;border-radius: 4px;color:#777;">{{jobDetail.jobInfo}}</view>
</view> </view>
<view style="height: 40px;"></view> <view style="height: 40px;"></view>
</block> </block>
<block wx:if="{{currIndex == '2'}}"> <block wx:if="{{currIndex == '2'}}">
<view class="detailH3">面试</view> <view class="detailH3">面试</view>
@ -233,29 +226,26 @@
<view style="white-space: pre-line;"> {{djxx}}</view> <view style="white-space: pre-line;"> {{djxx}}</view>
</view> </view>
</view>--> </view>-->
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
<view class="bottomBtn" style="height:calc(constant(safe-area-inset-bottom) + 64px);height:calc(env(safe-area-inset-bottom) + 64px);"> <view class="bottomBtn" style="height:calc(constant(safe-area-inset-bottom) + 64px);height:calc(env(safe-area-inset-bottom) + 64px);">
<view class="norecruit" wx:if="{{isMaskShow}}">该职位暂时停招</view> <view class="norecruit" wx:if="{{isMaskShow}}">该职位暂时停招</view>
<view class="fsa tc bottomBox"> <view class="fsa tc bottomBox">
<view style='width: 56px;padding-left: 8px;' bindtap='showphone'> <!-- <view style="width: 56px;padding-left: 8px;" bindtap="showphone">
<view style="position:relative;top:2px;"> <view style="position:relative;top:2px;">
<icon class="iconfont icon-dianhua2 lh1" style="color:#787878;font-size:18px;position:relative;top:1px"></icon> <icon class="iconfont icon-dianhua2 lh1" style="color:#787878;font-size:18px;position:relative;top:1px"></icon>
<view class="btext" style="margin-top:2px;">电话</view> <view class="btext" style="margin-top:2px;">电话</view>
</view> </view>
</view> </view>
<view style='width: 56px;padding-right: 10px;' bindtap="textPaste"> <view style="width: 56px;padding-right: 10px;" bindtap="textPaste">
<view style="position:relative;top:2px;"> <view style="position:relative;top:2px;">
<icon class="iconfont icon-weixin lh1" style="color:#787878;font-size:18px;"> <icon class="iconfont icon-weixin lh1" style="color:#787878;font-size:18px;"></icon>
</icon>
<view class="btext" style="margin-top:2px;">微信</view> <view class="btext" style="margin-top:2px;">微信</view>
</view> </view>
</view> </view> -->
<view class="flex-1 pr16" wx:if="{{!isMaskShow}}"> <view class="flex-1 pr16 pl16" wx:if="{{!isMaskShow}}">
<button type class="loginOut" bindtap="goNewEnroll" data-job="{{jobDetail}}">立即报名</button> <button type class="loginOut" bindtap="goNewEnroll" data-job="{{jobDetail}}">立即报名</button>
<!-- <button wx:else type="" class="detailBtn" hover-class="button-hover" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod">立即报名</button> --> <!-- <button wx:else type="" class="detailBtn" hover-class="button-hover" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod">立即报名</button> -->
</view> </view>

@ -3,7 +3,7 @@ const app = getApp();
const commonUtil = require("../../utils/commonUtil.js"); const commonUtil = require("../../utils/commonUtil.js");
Page({ Page({
data: { data: {
currentInfo:{}, currentInfo: {},
swiperHeight: 0, swiperHeight: 0,
toped: "1", toped: "1",
chaShowed: false, chaShowed: false,
@ -705,6 +705,7 @@ Page({
wx.setStorageSync("CLASSIFY_LIST", res.data.data.labels); wx.setStorageSync("CLASSIFY_LIST", res.data.data.labels);
res.data.data.labels.forEach((item) => { res.data.data.labels.forEach((item) => {
item["checked"] = false; item["checked"] = false;
delete item.typeClassify
if (brandIdArray) { if (brandIdArray) {
brandIdArray.forEach((item1) => { brandIdArray.forEach((item1) => {
if (item.id == item1) { if (item.id == item1) {
@ -1048,7 +1049,9 @@ Page({
this.data.filterData.classifyList = wx.getStorageSync("CLASSIFY_LIST"); this.data.filterData.classifyList = wx.getStorageSync("CLASSIFY_LIST");
this.data.filterData.classifyList.forEach((item) => { this.data.filterData.classifyList.forEach((item) => {
console.log(item);
item.active = 0; item.active = 0;
delete item.typeClassify
}); });
let classifyList = "filterData.classifyList"; let classifyList = "filterData.classifyList";
this.setData({ this.setData({
@ -1206,6 +1209,7 @@ Page({
let middleList = JSON.parse(JSON.stringify(this.data.copyList)); let middleList = JSON.parse(JSON.stringify(this.data.copyList));
let type = e.currentTarget.dataset.type; let type = e.currentTarget.dataset.type;
let filterData = this.data.filterData; let filterData = this.data.filterData;
console.log(type); console.log(type);
if (type == 2) { if (type == 2) {
filterData = { filterData = {
@ -1224,6 +1228,7 @@ Page({
selectJobList: [], selectJobList: [],
}); });
} else if (type == "outerClear") { } else if (type == "outerClear") {
console.log('storeJobListSearchForm', this.data.storeJobListSearchForm.ageRangeStr);
filterData = middleList; filterData = middleList;
this.setData({ this.setData({
selectJobList: [], selectJobList: [],
@ -1231,9 +1236,13 @@ Page({
firstMenu: "排序", firstMenu: "排序",
secondMenu: "不限", secondMenu: "不限",
sexid: -1, sexid: -1,
rangeValues: [16, 60],
maxAge: 60,
minAge: 16,
activez: "zuigao", activez: "zuigao",
innerFilter: false, innerFilter: false,
}); });
console.log('storeJobListSearchForm', this.data.storeJobListSearchForm.ageRangeStr);
} else if (type == "innerclear") { } else if (type == "innerclear") {
filterData = middleList; filterData = middleList;
this.setData({ this.setData({
@ -2963,6 +2972,7 @@ Page({
if (data.hasOwnProperty("typeClassify")) { if (data.hasOwnProperty("typeClassify")) {
console.log(e); console.log(e);
this.data.selectJobList.forEach((item, index) => { this.data.selectJobList.forEach((item, index) => {
console.log(item);
if (item.id == data.id) { if (item.id == data.id) {
this.data.selectJobList.splice(index, 1); this.data.selectJobList.splice(index, 1);
let ind = let ind =

@ -19,7 +19,7 @@
<!-- <view class="pr p010 br8" bindtap="sendMsg"> <!-- <view class="pr p010 br8" bindtap="sendMsg">
<image show-menu-by-longpress src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicai.png" mode="aspectFill" style="width: 100%;height:200px;display:block;" class="db toppic br8" bind:tap="clear"></image> <image show-menu-by-longpress src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicai.png" mode="aspectFill" style="width: 100%;height:200px;display:block;" class="db toppic br8" bind:tap="clear"></image>
<view class="cf f18 fwb pa ml10" style="bottom:16px">郑州一才企业管理有限公司</view> <view class="cf f18 fwb pa ml10" style="bottom:16px">郑州一才企业管理有限公司</view>
</view> --> </view>-->
<!-- ======================================= --> <!-- ======================================= -->
<view class="sticky" id="sticky" style="top:0px;" hover-class="none" hover-stop-propagation="false"> <view class="sticky" id="sticky" style="top:0px;" hover-class="none" hover-stop-propagation="false">
<!-- <official-account></official-account> --> <!-- <official-account></official-account> -->
@ -46,7 +46,7 @@
<view class="f16 fw500 p016 bb1 {{activez=='zuijin'?'cf00 b1':''}}" data-id="zuijin" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">距离优先</view> <view class="f16 fw500 p016 bb1 {{activez=='zuijin'?'cf00 b1':''}}" data-id="zuijin" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">距离优先</view>
</view> </view>
</scroll-view> </scroll-view>
</view> --> </view>-->
<view class="csbf c6 f14 dn {{whichOneShow == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" catchtap="chooseNl" data-type="sex" style> <view class="csbf c6 f14 dn {{whichOneShow == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" catchtap="chooseNl" data-type="sex" style>
{{ secondMenu }} {{ secondMenu }}
<i class="iconfont icon-shouqi f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'sex'}}"></i> <i class="iconfont icon-shouqi f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'sex'}}"></i>
@ -224,7 +224,6 @@
{{firstMenu}} {{firstMenu}}
</view> </view>
</view>--> </view>-->
<view class="tc genderTag f14 por" catchtap="deleteAge" style="min-width:60px" wx:if="{{ storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60'}}" hover-class="none" hover-stop-propagation="false"> <view class="tc genderTag f14 por" catchtap="deleteAge" style="min-width:60px" wx:if="{{ storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60'}}" hover-class="none" hover-stop-propagation="false">
<view class="por" hover-class="none" hover-stop-propagation="false"> <view class="por" hover-class="none" hover-stop-propagation="false">
<view class="clear_icon iconfont icon-qingchu"></view> <view class="clear_icon iconfont icon-qingchu"></view>

@ -31,7 +31,7 @@
<!-- 登录类型切换 --> <!-- 登录类型切换 -->
<view class="changeType fsa f14 fw500 mt10 mb32" style="color:#576B95" hover-class="none" hover-stop-propagation="false"> <view class="changeType fsa f14 fw500 mt10 mb32" style="color:#576B95" hover-class="none" hover-stop-propagation="false">
<view class bindtap="changeLoginType" hover-class="none" hover-stop-propagation="false">{{loginType == 'psw' ? '验证码登录':'密码登录'}}</view> <view class bindtap="changeLoginType" hover-class="none" hover-stop-propagation="false">{{loginType == 'psw' ? '验证码登录':'密码登录'}}</view>
<navigator class wx:if="{{loginType == 'psw'}}" target url="../changePsw/index?type=1" hover-class="hcb" open-type="navigate">找回密码</navigator> <navigator class wx:if="{{loginType == 'psw'}}" target url="../../pages/mine/changePsw/index?type=1" hover-class="hcb" open-type="navigate">找回密码</navigator>
</view> </view>
<!-- 登录按钮 --> <!-- 登录按钮 -->
<view class="onlyBtn mb20"> <view class="onlyBtn mb20">

@ -54,6 +54,7 @@ Page({
*/ */
onReady: function () {}, onReady: function () {},
toRealName(){ toRealName(){
console.log('toRealName');
wx.navigateTo({ wx.navigateTo({
url: '/pages/mine/realName1/index' url: '/pages/mine/realName1/index'
}) })

@ -3,24 +3,28 @@
<i class="iconfont icon-tianjia mr8"></i> <i class="iconfont icon-tianjia mr8"></i>
添加身份证 添加身份证
</navigator> </navigator>
</view>--> </view> -->
<view wx:if="{{user.idcardImgFront != null && user.idcardImgFront != '' && user.idcardImgFront != 'undefined' && user.idauth - 1 == 0}}" class="mt16"> <view wx:if="{{user.idcardImgFront != null && user.idcardImgFront != '' && user.idcardImgFront != 'undefined' && user.idauth - 1 == 0}}" class="mt16">
<navigator url="/pages/mine/seeIdCard/index" class="bgsfz"> <navigator url="/pages/mine/seeIdCard/index" class="bgsfz">
<image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/ghLogo.png"></image> <image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/ghLogo.png"></image>
<text class="ml8 f18 c3 fw500">身份证</text> <text class="ml8 f18 c3 fw500">身份证</text>
<view class="f12 c6 mt10" style="margin-left:32px;">{{card}}</view> <view class="f12 c6 mt10" style="margin-left:32px;">{{card}}</view>
<view class="bottom" hover-class="thover">查看身份证照片</view> <view class="bottom" hover-class="thover">
查看身份证照片
</view>
</navigator> </navigator>
</view> </view>
<view wx:else class> <view wx:else class="">
<view bindtap="toRealName" class="bgsfz"> <navigator url="../../pages/mine/realName1/index" class="bgsfz">
<image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/ghLogo.png"></image> <image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/ghLogo.png"></image>
<text class="ml8 f18 c3 fw500">身份证</text> <text class="ml8 f18 c3 fw500">身份证</text>
<text class="fr f14 c3">未添加</text> <text class="fr f14 c3">未添加</text>
<view class="f12 c6 mt10" style="margin-left:32px;">添加照片以查看证件</view> <view class="f12 c6 mt10" style="margin-left:32px;">添加照片以查看证件</view>
<view class="bottom" hover-class="thover">添加并使用</view> <view class="bottom" hover-class="thover">
添加并使用
</view> </view>
</navigator>
</view> </view>
<!-- <view wx:if="{{user.healthImgFront != null && user.healthImgBack != '' && user.healthAuth - 1 == 0}}" class="p10" style="padding-top:0;"> <!-- <view wx:if="{{user.healthImgFront != null && user.healthImgBack != '' && user.healthAuth - 1 == 0}}" class="p10" style="padding-top:0;">
@ -43,4 +47,4 @@
添加并使用 添加并使用
</view> </view>
</navigator> </navigator>
</view>--> </view> -->

Loading…
Cancel
Save