Compare commits

..

No commits in common. 'd3a89b154d5b973b8968fa10460da2a03dd040a6' and '1628dadd3c48137b944d348038f60649f28cf760' have entirely different histories.

@ -61,7 +61,7 @@
"tabBar": { "tabBar": {
"color": "#666666", "color": "#666666",
"borderStyle": "black", "borderStyle": "black",
"selectedColor": "#00b666", "selectedColor": "#027aff",
"list": [ "list": [
{ {
"iconPath": "./assets/images/zw.png", "iconPath": "./assets/images/zw.png",

@ -4,17 +4,10 @@
page { page {
height: 100vh; height: 100vh;
background: #f5f5f5; background: #f5f5f5;
<<<<<<< HEAD
--color-ysd: #00B666;
--color-hover: #ebfaf4;
--color-be: #ff4400;
--color-f40: #ff4400;
=======
--color-ysd: #00b666; --color-ysd: #00b666;
--color-hover: #3393ff; --color-hover: #3393ff;
--color-be: #ff4400; --color-be: #ff4400;
--color-f40: #ff4400; --color-f40: #ff4400;
>>>>>>> 1628dadd3c48137b944d348038f60649f28cf760
--color-027: #ff4400; --color-027: #ff4400;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
@ -1928,9 +1921,6 @@ page {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.ovh{
overflow: hidden;
}
/* 伪元素加大识别区域 */ /* 伪元素加大识别区域 */
.biggerSize, .biggerSize,
.biggerSize2 { .biggerSize2 {

File diff suppressed because one or more lines are too long

@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: "iconfont"; /* Project id 2708790 */ font-family: "iconfont"; /* Project id 2708790 */
src: url('//at.alicdn.com/t/c/font_2708790_r4ggmc41m6h.woff2?t=1702542014100') format('woff2'), src: url('//at.alicdn.com/t/c/font_2708790_wf39q5p5n5.woff2?t=1695172930420') format('woff2'),
url('//at.alicdn.com/t/c/font_2708790_r4ggmc41m6h.woff?t=1702542014100') format('woff'), url('//at.alicdn.com/t/c/font_2708790_wf39q5p5n5.woff?t=1695172930420') format('woff'),
url('//at.alicdn.com/t/c/font_2708790_r4ggmc41m6h.ttf?t=1702542014100') format('truetype'); url('//at.alicdn.com/t/c/font_2708790_wf39q5p5n5.ttf?t=1695172930420') format('truetype');
} }
.iconfont { .iconfont {
@ -13,86 +13,6 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-baoming1:before {
content: "\e61b";
}
.icon-jiaofuzhushouicon:before {
content: "\e618";
}
.icon-dianzan1:before {
content: "\e615";
}
.icon-yiqueren:before {
content: "\e614";
}
.icon-daihedui:before {
content: "\e611";
}
.icon-daijiesuan:before {
content: "\e612";
}
.icon-gongzitiao:before {
content: "\e60f";
}
.icon-zhanghuxinxi:before {
content: "\e60e";
}
.icon-dianzihetong:before {
content: "\e60d";
}
.icon-wodebaoming2:before {
content: "\e610";
}
.icon-gengduo2:before {
content: "\e90e";
}
.icon-a-daotian30logo:before {
content: "\e8f2";
}
.icon-qiehuan:before {
content: "\e8f3";
}
.icon-wodetuandui:before {
content: "\e8f0";
}
.icon-shujudaping:before {
content: "\e8f1";
}
.icon-zhankai1:before {
content: "\e8ee";
}
.icon-xiaoxi:before {
content: "\e8ed";
}
.icon-duoxuan11:before {
content: "\e8e9";
}
.icon-shenqingjiarudaotian:before {
content: "\e8e8";
}
.icon-duoxuan2:before {
content: "\e8e7";
}
.icon-jiaobiao:before { .icon-jiaobiao:before {
content: "\e8e6"; content: "\e8e6";
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

@ -1,57 +1,86 @@
<view style class="container" bindtouchstart="touchStart"> <view style class="container" bindtouchstart="touchStart">
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" --> <!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
<scroll-view id="listBox" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh);background: #f5f5f5;margin-top: 10px;" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true"> <scroll-view id="listBox" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
<view class hover-class="none" hover-stop-propagation="false"> <view class hover-class="none" hover-stop-propagation="false">
<view style="display:{{toped == 1 ? 'block' : 'none'}}"> <view style="display:{{toped == 1 ? 'block' : 'none'}}">
<view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})"> <!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
<view class="standardList" style="padding-top: 0px;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
<view> <view>
<view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;"> <view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
<view class="jcenter br8"> <view class="jcenter bgf br8">
<view class="listcontainer p010"> <view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
<view class="jobOne bgf mb10 br8" hover-start-time="50" hover-stay-time="0" wx:for="{{recordList}}" data-id="{{item.id}}" bindtap="goDetail" wx:key="index" hover-class="{{item.recruitment == '1' ? 'ahover':''}}" style="box-shadow: 0px 2px 9px 0px #eeeeee;"> <view class="jobOne" hover-start-time="50" hover-stay-time="0" wx:for="{{recordList}}" data-id="{{item.id}}" bindtap="goDetail" wx:key="index" hover-class="{{item.recruitment == '1' ? 'ahover':''}}" style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}};border-bottom: {{item.recruitment == '1' ? '':'1px solid #ddd'}};">
<view class="p1020 jobIn" hover-class="none"> <view class="p1020 jobIn" hover-class="none">
<!-- <image style="width: 80px;height: 80px;position: absolute;right: 100px;z-index:99" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/tingzhao.svg" wx:if="{{item.state == 1 && item.recruitment == 2}}"></image> <image style="width: 80px;height: 80px;position: absolute;right: 100px;z-index:99" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/tingzhao.svg" wx:if="{{item.state == 1 && item.recruitment == 2}}"></image>
<image style="width: 72px;height: 72px;position: absolute;right: 100px;" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/weishangxian.svg" wx:if="{{item.state == 0}}"></image> --> <image style="width: 72px;height: 72px;position: absolute;right: 100px;" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/weishangxian.svg" wx:if="{{item.state == 0}}"></image>
<view class="display-flex"> <view class="display-flex">
<view class="prImg">
<view class="por" hover-class="none" hover-stop-propagation="false">
<image src="{{item.logo || 'https://matripe.oss-cn-beijing.aliyuncs.com/default.png'}}" mode="aspectFit" class="logoClass" alt></image>
<!-- <image class="pendant" wx:if="{{item.hotJob == 1}}" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/hot.png" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> -->
</view>
<!-- <image class="logoClass" wx:else mode="aspectFit" src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png"></image> -->
<button wx:if="{{isLogin && hasUserInfo - 0 == 0}}" class="collect biggerSize2 v-center {{item.collected - 1 == 0 ? 'collectred':''}}" open-type="getUserInfo" style="width:52px;" catchtap="getUserInfoBtn" data-type="4" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang lh12" style="color: #888" wx:if="{{item.collected - 2 == 0}}"></icon>
<icon class="iconfont icon-yishoucang lh12 color-f40" style wx:else></icon>
<text class="f10 {{item.collected - 1 == 0 ? 'color-f40':'c8'}}" style="line-height: 36px; margin-left: 2px">{{item.collected - 2 == 0 ? '收藏' : '已收藏'}}</text>
</button>
<button wx:if="{{isLogin && hasUserInfo - 1 == 0}}" class="collect biggerSize v-center {{item.collected - 1 == 0 ? 'collectred':''}}" catchtap="collectPaste" style="width:52px;" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang lh12" style="color: #888" wx:if="{{item.collected - 2 == 0}}"></icon>
<icon class="iconfont icon-yishoucang lh12 color-f40" style wx:else></icon>
<text class="f10 {{item.collected - 1 == 0 ? 'color-f40':'c8'}}" style="line-height: 12px; margin-left: 2px">{{item.collected - 2 == 0 ? '收藏' : '已收藏'}}</text>
</button>
<button wx:if="{{!isLogin}}" style="width:52px;" class="collect biggerSize" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang" style="color: #888"></icon>
<text class="f10 c8" style="line-height: 18px; margin-left: 2px">收藏</text>
</button>
</view>
<view class="flex-1 vsb"> <view class="flex-1 vsb">
<view class="display-flex"> <view class="display-flex">
<view class="storeName">{{item.jobName || item.aliasName}}</view> <view class="storeName">{{item.jobName || item.aliasName}}</view>
<!-- <view class="baomingBtn v-center" hover-stop-propagation><i class="iconfont icon-baoming1"></i>报名</view> --> <view class="hourPay">{{item.salaryClassifyValue}}</view>
</view> </view>
<view class="v-center mt12 mb12"> <view class="v-center mt12 mb12">
<view class="f16 c3 flex-1 display-flex"> <view class="f14s c045 flex-1 display-flex">
{{item.monthlyPay}}元/月,{{item.age}} <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
<!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
{{item.district == "" ?'':item.district + ' | ' }} {{item.district == "" ?'':item.district + ' | ' }}
<block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block> <block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block>
<block wx:else>{{item.age}}</block> <block wx:else>{{item.age}}</block>
</view> </view>
<view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> --> <view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view>
</view> </view>
</view> </view>
<view class="display-flex"> <view class="display-flex">
<view class="v-center"> <scroll-view scroll-x="{{true}}" catchscroll="scroll" bindtap="stoptap" class="tttg {{item.isTagShow==true ?'isTagShow':''}}">
<image class="dlLogo" src="//matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/yicaigongzuo.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" /> <!-- <view class="t-icon t-icon-ziying1 " wx:if="{{item.signType == 1}}" style="background-repeat:no-repeat"></view> -->
<text class="f12 c045 ml8">郑州一才工作</text> <!-- <view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index">{{item1}}</view> -->
</view> <span class="f12 tagsLi ysd-basebg-color pl4 pr4" style="width:46px" hover-class="none" wx:if="{{item.hotJob == 1}}" hover-stop-propagation="false">
<view> <i class="iconfont icon-retui f10 cf mr4"></i>
<text class="f12 c045 ml8">1分钟前</text> <span class="cf" hover-class="none" hover-stop-propagation="false">热推</span>
</view> </span>
<view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index" wx:if="{{(item.hotJob == 1 && index <= 1) || item.hotJob ==2}}">{{item1}}</view>
<view class="tagsLi" wx:if="{{item.jobSpecialLabelNameArray.length <= 0}}">暂无特色</view>
</scroll-view>
<block wx:if="{{item.state == 1 && item.recruitment == 2}}">
<view class="miniBtn disabled" hover-stop-propagation="false">报名</view>
</block>
<block wx:elif="{{from == 'baoming'}}">
<view class="miniBtn disabled" hover-stop-propagation="false">已报名</view>
</block>
<block wx:else>
<view class="miniBtn" catchtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view>
</block>
<!-- <block wx:if="{{item.state == 1 && item.recruitment == 2}}">
<view class="miniBtn disabled" hover-stop-propagation="false">报名</view>
</block>
<block wx:else>
<view class="miniBtn" catchtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view>
</block> -->
<!-- <view class="miniBtn" bindtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view> --> <!-- <view class="miniBtn" bindtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view> -->
<!-- <view class="fsa bz f12 fee" wx:if="{{agencyStatus == 1 || corpUserFlag == true}}"> <!-- <view class="fsa bz f12 fee" wx:if="{{agencyStatus == 1 || corpUserFlag == true}}">
<view class="inner" hover-class="none" hover-stop-propagation="false">费</view>{{item.fuWuFei ? item.fuWuFei : '-' }} <view class="inner" hover-class="none" hover-stop-propagation="false">费</view>{{item.fuWuFei ? item.fuWuFei : '-' }}
</view>--> </view>-->
</view> </view>
</view> </view>
</view> </view>
@ -59,12 +88,12 @@
</view> </view>
</view> </view>
</view> </view>
<!-- <block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}"> <block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
<view class="tc p20 f12 c045">没有符合条件的职位</view> <view class="tc p20 f12 c045">没有符合条件的职位</view>
</block> </block>
<block wx:else> <!-- <block wx:else>
<view class="tc p20 f12 c045" style="padding-bottom: 40px;" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view> <view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
<view class="tc p20 f12 c045" style="padding-bottom: 40px;" wx:if="{{hasMoreData }}">上滑加载更多</view> <view class="tc p20 f12 c045" wx:if="{{hasMoreData }}">上滑加载更多</view>
</block> --> </block> -->
</view> </view>
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc"> <view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">

@ -1,6 +1,6 @@
@import "../index/index.wxss"; @import "../index/index.wxss";
page{ page{
/* background-color: #f00 !important; */ background-color: #f00 !important;
} }
.goback { .goback {
position: absolute; position: absolute;

@ -463,16 +463,6 @@
<button class="loginOut" type hover-class="none" style="background-color:#ccc;width: 260px;" hover-stop-propagation>已报名</button> <button class="loginOut" type hover-class="none" style="background-color:#ccc;width: 260px;" hover-stop-propagation>已报名</button>
</view> </view>
<view wx:else> <view wx:else>
<<<<<<< HEAD
<view class="" wx:if="{{fromScene}}">
<button class="loginOut wxBtn ysd-base-bgcolor" hover-class="loginBtnHov" bindtap="backIndex">返回首页</button>
</view>
<view class="" wx:if="{{!isMaskShow}}">
<button type="primary" style="width: {{!fromScene ? '260px' :''}};" hover-class="thover" class="loginOut" bindtap="goNewEnroll">立即报名</button>
</view>
<view class="" wx:else>
<button class="loginOut" type hover-class="none" style="background-color:#ccc;width: {{!fromScene ? '260px' :''}};" hover-stop-propagation>暂时停招</button>
=======
<view class wx:if="{{fromScene}}"> <view class wx:if="{{fromScene}}">
<button class="loginOut wxBtn ysd-base-bgcolor" hover-class="loginBtnHov" bindtap="backIndex">返回首页</button> <button class="loginOut wxBtn ysd-base-bgcolor" hover-class="loginBtnHov" bindtap="backIndex">返回首页</button>
</view> </view>
@ -482,7 +472,6 @@
<view class wx:else> <view class wx:else>
<button class="loginOut" type hover-class="none" style="background-color:#ccc;width: {{!fromScene ? '260px' :''}};" hover-stop-propagation>暂时停招</button> <button class="loginOut" type hover-class="none" style="background-color:#ccc;width: {{!fromScene ? '260px' :''}};" hover-stop-propagation>暂时停招</button>
</view> </view>
>>>>>>> 1628dadd3c48137b944d348038f60649f28cf760
</view> </view>
</view> </view>
</view> </view>

@ -44,10 +44,10 @@
<view class="flex-1 vsb"> <view class="flex-1 vsb">
<view class="display-flex"> <view class="display-flex">
<view class="storeName">{{item.jobName || item.aliasName}}</view> <view class="storeName">{{item.jobName || item.aliasName}}</view>
<view class="baomingBtn v-center" hover-stop-propagation><i class="iconfont icon-baoming1"></i>报名</view> <view class="hourPay">{{item.salaryClassifyValue}}</view>
</view> </view>
<view class="v-center mt12 mb12"> <view class="v-center mt12 mb12">
<view class="f16 c3 flex-1 display-flex"> <view class="f16 c045 flex-1 display-flex">
{{item.monthlyPay}}元/月,{{item.age}} {{item.monthlyPay}}元/月,{{item.age}}
<!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px"> <!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
{{item.district == "" ?'':item.district + ' | ' }} {{item.district == "" ?'':item.district + ' | ' }}

@ -1472,15 +1472,3 @@ button.loginOut {
height: 24px; height: 24px;
border-radius: 100%; border-radius: 100%;
} }
.baomingBtn{
width: 58px;
height: 24px;
border: 1px solid var(--color-ysd);
border-radius: 4px;
line-height: 24px;
font-size: 12px;
color: var(--color-ysd);
}
.baomingBtn:active{
background-color: var(--color-hover);
}

@ -1,6 +1,6 @@
{ {
"navigationBarTitleText" : "消息", "navigationBarTitleText" : "消息",
"navigationBarBackgroundColor": "#00B666", "navigationBarBackgroundColor": "#027aff",
"backgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }

@ -1,7 +1,7 @@
{ {
"navigationBarTitleText" : "消息", "navigationBarTitleText" : "消息",
"backgroundColor":"#f5f5f5", "backgroundColor":"#f5f5f5",
"navigationBarBackgroundColor": "#00B666", "navigationBarBackgroundColor": "#027aff",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }

@ -1,7 +1,7 @@
{ {
"usingComponents": {}, "usingComponents": {},
"navigationBarTitleText": "我的", "navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#00B666", "navigationBarBackgroundColor": "#027aff",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"backgroundColor": "#f5f5f5" "backgroundColor": "#f5f5f5"
} }

@ -48,12 +48,12 @@
</view> </view>
</view> </view>
</navigator> </navigator>
<view class="br8 ovh bgf mt10">
<navigator class url="{{isLogin? '/pages/collect/index?from=baoming': '/pages/login/index'}}" hover-class="none" hover-stop-propagation="false"> <navigator class url="{{isLogin? '/pages/collect/index?from=baoming': '/pages/login/index'}}" hover-class="none" hover-stop-propagation="false">
<view class="" hover-class="none" style="background-color:#fff" hover-stop-propagation="false"> <view class="br_8" hover-class="none" style="background-color:#fff" hover-stop-propagation="false">
<view class="setting" hover-class="thover"> <view class="setting mt_10" hover-class="thover">
<view> <view>
<view class="t-icon t-icon-wodebaoming mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view> <view class="t-icon t-icon-wodebaoming2 mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view>
<view class="c3 f16" hover-class="none" hover-stop-propagation="false">我的报名</view> <view class="c3 f16" hover-class="none" hover-stop-propagation="false">我的报名</view>
</view> </view>
<view class hover-class="none" style="line-height:16px" hover-stop-propagation="false"> <view class hover-class="none" style="line-height:16px" hover-stop-propagation="false">
@ -62,41 +62,91 @@
</view> </view>
</view> </view>
</navigator> </navigator>
<navigator class url="{{isLogin? '/pages/collect/index?from=baoming': '/pages/login/index'}}" hover-class="none" hover-stop-propagation="false">
<view class="bt1" hover-class="none" style="background-color:#fff" hover-stop-propagation="false"> <!-- 我的服务 -->
<view class="setting" hover-class="thover"> <view class="myserve mt_10 br_8">
<view> <view class="title bb1" hover-class="none" hover-stop-propagation="false">
<view class="t-icon t-icon-wodeshoucang mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view> <view class="ml16 f16 c3 fw500">我的服务</view>
<view class="c3 f16" hover-class="none" hover-stop-propagation="false">我的收藏</view>
</view>
<view class hover-class="none" style="line-height:16px" hover-stop-propagation="false">
<view class="iconfont icon-gengduo11 f12 c9 ml4 mt2"></view>
</view>
</view>
</view> </view>
</navigator> <view class="content">
<navigator class url="{{isLogin? '/pages/collect/index?from=baoming': '/pages/login/index'}}" hover-class="none" hover-stop-propagation="false"> <view>
<!-- url="{{isLogin? '/pages/addUserCard/index': '/pages/login/index'}}" -->
<navigator url="{{isLogin? '/pages/mine/myJob/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/gz92.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view>工作</view>
</navigator>
</view>
<view>
<!-- url="{{isLogin? '/pages/addUserCard/index': '/pages/login/index'}}" -->
<navigator url="{{isLogin? './addUserCard/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/zj92.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view>证件</view>
</navigator>
</view>
<view class="bt1" hover-class="none" style="background-color:#fff" hover-stop-propagation="false"> <!-- <view>
<view class="setting" hover-class="thover"> <navigator class target url="{{isLogin? '/pages/addCard/index': '/pages/login/index'}}" hover-class="thover" aria-role="navigate" open-type="navigate">
<view> <image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/yhk92.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view class="t-icon t-icon-wodedaili mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view> <view>银行卡</view>
<view class="c3 f16" hover-class="none" hover-stop-propagation="false">我的代理</view> </navigator>
</view> </view> -->
<view class hover-class="none" style="line-height:16px" hover-stop-propagation="false"> <!-- <view>
<view class="iconfont icon-gengduo11 f12 c9 ml4 mt2"></view> <navigator class="" target="" url="/pages/myEnroll/index" hover-class="none" open-type="navigate">
<image class="" src="/assets/images/wdbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view>我的报名</view>
</navigator>
</view>-->
<!-- <view>
<image class="" src="/assets/images/wdlx.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view>我的老乡</view>
</view>-->
<view>
<!-- url="{{isLogin? '/pages/addressBook/index': '/pages/login/index'}}" -->
<navigator url="{{isLogin? './addressBook/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dzb92.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view>地址本</view>
</navigator>
</view>
<view>
<navigator class="" url="{{isLogin? '/pages/collect/index?from=shoucang': '/pages/login/index'}}" hover-class="thover" open-type="navigate">
<image class="" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/sc92.svg" mode="aspectFit | aspectFill | widthFix" lazy-load="false" binderror="" bindload=""></image>
<view>收藏</view>
</navigator>
</view>
<!-- <view wx:if="{{!isLogin}}">
<navigator class="" target="" url="" hover-class="thover" open-type="navigate">
<image class="" src="/assets/images/wdbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view>我的团队</view>
</navigator>
</view>-->
</view>
</view>
<view class="servicebox mt_10 br8 fsa" style="display: none;">
<view class="serviceinfo display-flex" hover-class="none">
<view class="mr10">
<image wx:if="{{serviceInfo.avatar}}" class="br_8" src="{{serviceInfo.avatar}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<image wx:else class="br_8" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/service.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
</view>
<view class="servicenamebox">
<view class="mb2 f18 fw500">客户经理</view>
<view class="c3 f16">
{{serviceInfo.userName }}
<i class="mr4"></i>
<p class="f14">{{serviceInfo.tel || '0371-6611 3723'}}</p>
</view> </view>
</view> </view>
</view> </view>
</navigator> <view class hover-class="none" hover-stop-propagation="false">
</view> <view class="t-icon t-icon-dianhua mr10" bindtap="makePhoneCall" hover-class="thover06" style="width:40px;height:40px "></view>
<view class="t-icon t-icon-qiyeweixin1" bindtap="showdialog" hover-class="thover06" style="width:40px;height:40px "></view>
</view>
</view>
<!-- url="{{isLogin? '/pages/setting/index': '/pages/login/index'}}" --> <!-- url="{{isLogin? '/pages/setting/index': '/pages/login/index'}}" -->
<navigator class="mb32" hover-class style="margin-bottom: 200px;" target url="{{isLogin? './setting/index': '/pages/login/index'}}"> <navigator class="mb32" hover-class style="margin-bottom: 200px;" target url="{{isLogin? './setting/index': '/pages/login/index'}}">
<view class="br_8" hover-class="none" style="background-color:#fff" hover-stop-propagation="false"> <view class="br_8" hover-class="none" style="background-color:#fff" hover-stop-propagation="false">
<view class="setting" hover-class="thover" style="margin-top: 24px;"> <view class="setting" hover-class="thover" style="margin-top: 32px;">
<view> <view>
<!-- <image class src="/assets/images/sz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> --> <!-- <image class src="/assets/images/sz.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> -->
<view class="t-icon t-icon-shezhi mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view> <view class="t-icon t-icon-shezhi mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view>

@ -27,7 +27,7 @@ page {
border-radius: 999px; border-radius: 999px;
} }
.container .setting { .container .setting {
padding: 16px 10px !important; padding: 18px 10px !important;
padding-left: 16px !important; padding-left: 16px !important;
} }
.container .userinfobox, .container .userinfobox,

@ -71,7 +71,7 @@
</navigator> </navigator>
<navigator class='bgf br8' url='../trueName/index?realName={{userInfo.realName}}' open-type='navigate' wx:else> <navigator class='bgf br8' url='../trueName/index?realName={{userInfo.realName}}' open-type='navigate' wx:else>
<view class='realname mt_10 br_8 bgf' hover-class='hcb'> <view class='realname mt_10 br_8 bgf' hover-class='hcb'>
<view class="fw500">实名认证<view class='iconfont icon-yirenzheng color-f40 fw400 f18 ml4' style="line-height:1"></view></view> <view class="fw500">实名认证<view class='iconfont icon-yirenzheng ysd-base-color fw400 f18 ml4' style="line-height:1"></view></view>
<view> <view>
<view class='display-flex c9' style="align-items:center">{{userInfo.realName}}</view> <view class='display-flex c9' style="align-items:center">{{userInfo.realName}}</view>
<view class='iconfont icon-gengduo11 c9' ></view> <view class='iconfont icon-gengduo11 c9' ></view>

Loading…
Cancel
Save