master
zsk 2 years ago
commit 7ba70848cc

1087
app.wxss

File diff suppressed because it is too large Load Diff

@ -146,7 +146,7 @@ query.exec(function(res){
} }
console.log(path) console.log(path)
return { return {
"title":'才', "title":'才',
'path': path, 'path': path,
} }
} }

@ -372,7 +372,7 @@ Page({
} }
console.log(path) console.log(path)
return { return {
"title":'才', "title":'才',
'path': path, 'path': path,
} }
}, },

@ -50,7 +50,7 @@
</view> </view>
</view> </view>
<view class="f12 cf00 tc" style="margin-top:90px;">才依法保护你的信息安全</view> <view class="f12 cf00 tc" style="margin-top:90px;">才依法保护你的信息安全</view>
<button type='primary' class="loginOut" formType="submit" style="margin-top: 10px;"> <button type='primary' class="loginOut" formType="submit" style="margin-top: 10px;">
确定 确定
</button> </button>

@ -1,102 +1,95 @@
<view class="meTop0" bindtap="toMakeInfo" style="padding-bottom: 0;" hover-class="thover" wx:if="{{isLogin}}"> <view class="meTop0" bindtap="toMakeInfo" style="padding-bottom: 0;" hover-class="thover" wx:if="{{isLogin}}">
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;"> <view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
<view class="flex-1"> <view class="flex-1">
<view class="display-flex"> <view class="display-flex">
<view class="iconOutTop"> <view class="iconOutTop">
<block wx:if="{{user.imgSrc != '' && user.imgSrc != null && user.imgSrc != 'null'}}"> <block wx:if="{{user.imgSrc != '' && user.imgSrc != null && user.imgSrc != 'null'}}">
<image src="{{user.imgSrc}}" class='show-image' mode="aspectFill"></image> <image src="{{user.imgSrc}}" class="show-image" mode="aspectFill"></image>
</block> </block>
<block wx:else> <block wx:else>
<open-data type="userAvatarUrl" class="show-image"></open-data> <open-data type="userAvatarUrl" class="show-image"></open-data>
</block> </block>
</view>
<view class="userName flex-1"
style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="va-center">
<text class="mr8 fwb" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 160px;font-size:20px;">{{user.userName}}</text>
<button wx:if="{{(isLogin && hasUserInfo - 0 == 0) || user.userName =='微信用户'}}"
style="position: absolute;top: 26px;opacity: 0;" open-type="getUserInfo"
bindtap="getUserInfoBtn">
未获取昵称
</button>
<block wx:if="{{isLogin}}">
<i class="iconfont icon-nv3 f12" style="color:#fb8585;line-height:20px" wx:if="{{user.sex == 2}}"></i>
<i class="iconfont icon-nan3 f12" style="color:#10aeff;line-height:20px" wx:if="{{user.sex == 1}}"></i>
</block>
</view>
<view class="opaTel">{{user.tel}}</view>
</view>
</view>
</view> </view>
<view class="v-center"> <view class="userName flex-1" style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<!-- <text class="f16 c3 dib">{{user.idauth - 1 == 0 ? '已实名' : '去实名'}}</text> --> <view class="va-center">
<view> <text class="mr8 fwb" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 160px;font-size:20px;">{{user.userName}}</text>
<i wx:if="{{user.idauth}}" class="iconfont icon-yirenzheng ysd-base-color f20" style="color: var(--color-ysd);"></i> <button wx:if="{{(isLogin && hasUserInfo - 0 == 0) || user.userName =='微信用户'}}" style="position: absolute;top: 26px;opacity: 0;" open-type="getUserInfo" bindtap="getUserInfoBtn">未获取昵称</button>
<view wx:else class hover-class="none" hover-stop-propagation="false">去认证</view> <block wx:if="{{isLogin}}">
</view> <i class="iconfont icon-nv3 f12" style="color:#fb8585;line-height:20px" wx:if="{{user.sex == 2}}"></i>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i> <i class="iconfont icon-nan3 f12" style="color:var(--color-yc);line-height:20px" wx:if="{{user.sex == 1}}"></i>
</block>
</view>
<view class="opaTel">{{user.tel}}</view>
</view> </view>
</view>
</view> </view>
<view class="v-center">
<!-- <text class="f16 c3 dib">{{user.idauth - 1 == 0 ? '已实名' : '去实名'}}</text> -->
<view>
<i wx:if="{{user.idauth}}" class="iconfont icon-yirenzheng ysd-base-color f20" style="color: var(--color-ysd);"></i>
<view wx:else class hover-class="none" hover-stop-propagation="false">去认证</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
</view>
</view>
</view> </view>
<view class="meTop0" style="padding-bottom: 0;" wx:if="{{!isLogin}}"> <view class="meTop0" style="padding-bottom: 0;" wx:if="{{!isLogin}}">
<view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;"> <view class="display-flex" style="background-color: #fff;justify-content: space-between;align-items: center;border-radius: 8px;padding: 15px 10px;">
<view class="flex-1"> <view class="flex-1">
<view class="display-flex" style="align-items: center;"> <view class="display-flex" style="align-items: center;">
<view class="iconOutTop" catchtap="login"> <view class="iconOutTop" catchtap="login">
<!-- <open-data type="userAvatarUrl" class="show-image"></open-data> --> <!-- <open-data type="userAvatarUrl" class="show-image"></open-data> -->
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class="show-image"></image> <image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg" class="show-image"></image>
</view>
<view class="userName flex-1" style="display: flex;" catchtap="login">
<view class="va-center">
<text class="mr8 f20 fwb">微信用户</text>
</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
</view>
</view> </view>
<view class="userName flex-1" style="display: flex;" catchtap="login">
<view class="va-center">
<text class="mr8 f20 fwb">微信用户</text>
</view>
</view>
<i class="iconfont icon-gengduo11 c9 f16 dib pr" style="margin-left:4px;line-height:1;top:1px;"></i>
</view>
</view> </view>
</view>
</view> </view>
<view class="p10" style="padding-bottom:0;">
<view class="p10" style="padding-bottom:0;margin-top:0.2px;"> <view class="moneyView">
<view class="moneyView"> <navigator url="{{isLogin ? '/pages/wxMoney/index' : '/pages/login/index'}}" hover-class="none">
<navigator url="{{isLogin ? '/pages/wxMoney/index' : '/pages/login/index'}}" hover-class="none"> <view class="moneyText">
<view class="moneyText">账户余额(元) 账户余额(元)
<i class="iconfont icon-zhengyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{showMoney}}" catchtap="openEyes" hover-stop-propagation></i> <i class="iconfont icon-zhengyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{showMoney}}" catchtap="openEyes" hover-stop-propagation></i>
<i class="iconfont icon-biyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{!showMoney}}" catchtap="closeEyes" hover-stop-propagation></i> <i class="iconfont icon-biyan f14" style="padding: 8px;margin-left: -8px;" wx:if="{{!showMoney}}" catchtap="closeEyes" hover-stop-propagation></i>
<view class="fr f14 va-center mt20"> <view class="fr f14 va-center mt20">
<view class="dib">详情</view> <view class="dib">详情</view>
<i class="iconfont icon-gengduo11 f16 ml4 dib pr" style="line-height:1;top:1px;"></i> <i class="iconfont icon-gengduo11 f16 ml4 dib pr" style="line-height:1;top:1px;"></i>
</view>
</view> </view>
</view> <view class="v-center mt8">
<view class="v-center mt8"> <view class="moneyM" wx:if="{{showMoney}}">{{balance}}</view>
<view class="moneyM" wx:if="{{showMoney}}">{{balance}}</view> <view class="moneyM" wx:if="{{!showMoney}}">****</view>
<view class="moneyM" wx:if="{{!showMoney}}">****</view> </view>
</view> </navigator>
</navigator>
</view> </view>
</view> </view>
<view class="p10"> <view class="p10">
<view class="p10 bgf br8"> <view class="p10 bgf br8">
<view class="meTitle">我的卡包</view> <view class="meTitle">我的卡包</view>
<view class="display-flex tc mt10"> <view class="display-flex tc mt10">
<!-- /pages/addUserCard/index -->
<!-- <navigator url="{{isLogin ? (user.idcardImgFront != null && user.idcardImgFront != '' ? (user.idauth - 1 == 0 ? '../seeCard/index' : '../makeInfo/index') : '../addUserCard/index') : '/pages/login/index'}}" class="flex-1" hover-class="hcb"> -->
<navigator url="{{isLogin ? '../addUserCard/index' : '/pages/login/index'}}" class="flex-1" hover-class="hcb">
<i class="t-icon t-icon-zhengjian meIcon"></i>
<view class="f14 c6 lh1">证件</view>
<view class="f12 cf00" wx:if="{{cardNum > 0}}">{{cardNum}}张</view>
</navigator>
<navigator url="{{isLogin ? '../addCard/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-yinhangka meIcon"></i>
<view class="f14 c6 lh1">银行卡</view>
</navigator>
<!-- /pages/addUserCard/index --> <view class="flex-2"></view>
<!-- <navigator url="{{isLogin ? (user.idcardImgFront != null && user.idcardImgFront != '' ? (user.idauth - 1 == 0 ? '../seeCard/index' : '../makeInfo/index') : '../addUserCard/index') : '/pages/login/index'}}" class="flex-1" hover-class="hcb"> --> <!-- <navigator url="{{isLogin ? '../paySlip/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<navigator url="{{isLogin ? '../addUserCard/index' : '/pages/login/index'}}" class="flex-1" hover-class="hcb">
<i class="t-icon t-icon-zhengjian meIcon"></i>
<view class="f14 c6 lh1">证件</view>
<view class="f12 cf00" wx:if="{{cardNum > 0}}">{{cardNum}}张</view>
</navigator>
<navigator url="{{isLogin ? '../addCard/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-yinhangka meIcon"></i>
<view class="f14 c6 lh1">银行卡</view>
</navigator>
<view class="flex-2"></view>
<!-- <navigator url="{{isLogin ? '../paySlip/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-gongzitiao meIcon"></i> <i class="t-icon t-icon-gongzitiao meIcon"></i>
<view class="f14 c6 lh1">工资条</view> <view class="f14 c6 lh1">工资条</view>
</navigator> </navigator>
@ -104,104 +97,94 @@
<navigator url="{{isLogin ? '../coupon/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb"> <navigator url="{{isLogin ? '../coupon/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-gengduo11huiquan meIcon"></i> <i class="t-icon t-icon-gengduo11huiquan meIcon"></i>
<view class="f14 c6 lh1">优惠券</view> <view class="f14 c6 lh1">优惠券</view>
</navigator> --> </navigator>-->
</view>
</view> </view>
</view>
</view> </view>
<view class="p10" style="padding-top:0;"> <view class="p10" style="padding-top:0;">
<view class="p10 bgf br8"> <view class="p10 bgf br8">
<view class="meTitle">我的服务</view> <view class="meTitle">我的服务</view>
<view class="display-flex tc mt10 myService"> <view class="display-flex tc mt10 myService">
<navigator url="{{isLogin ? '/pages/collect/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb"> <!-- <navigator url="{{isLogin ? '/pages/collect/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-shoucang1 meIcon" style="height:22px;"></i> <i class="t-icon t-icon-shoucang1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的收藏</view> <view class="f14 c6 lh1">我的收藏</view>
</navigator> </navigator>-->
<navigator url="{{isLogin ? '/pages/resumeDone/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodejianli1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的简历</view>
</navigator>
<navigator url="{{isLogin ? '/pages/resumeDone/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodejianli1 meIcon" style="height:22px;"></i>
<!-- <view class='meIcon' hover-class="none" hover-stop-propagation="false" style='width:22px;position:relative'>
<i class="yicaifont icon-jianli-outer " style="font-size:22px;position:absolute;left:0;line-height:1">
<i class="yicaifont icon-jianli-inner " style="font-size:10px;color:var(--color-yc);position:absolute;left:15%;top:15%"></i>
</i>
</view> -->
<view class="f14 c6 lh1">我的简历</view>
</navigator>
<navigator url="{{isLogin ? '/pages/myEnroll/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb"> <!-- <navigator url="{{isLogin ? '/pages/myEnroll/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-wodebaoming meIcon" style="height:22px;"></i> <i class="t-icon t-icon-wodebaoming meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">我的报名</view> <view class="f14 c6 lh1">我的报名</view>
</navigator> </navigator>-->
<!-- <!--
<navigator url="{{isLogin ? '/pages/currJob/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb"> <navigator url="{{isLogin ? '/pages/currJob/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-dangqiangongzuo meIcon" style="height:22px;"></i> <i class="t-icon t-icon-dangqiangongzuo meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">当前工作</view> <view class="f14 c6 lh1">当前工作</view>
</navigator> --> </navigator>-->
<navigator url="{{isLogin ? '/pages/addressBook/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb"> <navigator url="{{isLogin ? '/pages/addressBook/index' : '/pages/login/index'}}" class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-dizhiben meIcon" style="height:22px;"></i> <i class="t-icon t-icon-dizhiben meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">地址本</view> <view class="f14 c6 lh1">地址本</view>
</navigator> </navigator>
<!-- <view bindtap='showphone' class="flex-1 pb8" hover-class="hcb"> <!-- <view bindtap='showphone' class="flex-1 pb8" hover-class="hcb">
<i class="t-icon t-icon-zhuanshukefu1 meIcon" style="height:22px;"></i> <i class="t-icon t-icon-zhuanshukefu1 meIcon" style="height:22px;"></i>
<view class="f14 c6 lh1">客户经理</view> <view class="f14 c6 lh1">客户经理</view>
</view> --> </view>-->
</view>
</view> </view>
</view>
<view class="p20 bgf br8 mt10" wx:if="{{isLogin}}"> <view class="p20 bgf br8 mt10" wx:if="{{isLogin}}">
<view class="display-flex">
<view class="flex-1">
<view class="display-flex"> <view class="display-flex">
<view class="flex-1"> <view class="iconOutTopSmall">
<view class="display-flex"> <!-- <image src="{{ pmdUserInfo.imgSrc != '' && pmdUserInfo.imgSrc != null ? pmdUserInfo.imgSrc : 'http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png'}}"
<view class="iconOutTopSmall"> style="width:50px;height:50px;border-radius:50%;"></image>-->
<!-- <image src="{{ pmdUserInfo.imgSrc != '' && pmdUserInfo.imgSrc != null ? pmdUserInfo.imgSrc : 'http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png'}}" <image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:50px;height:50px;border-radius:50%;"></image>
style="width:50px;height:50px;border-radius:50%;"></image> --> <view class="khjl">专属客服</view>
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" </view>
style="width:50px;height:50px;border-radius:50%;"></image> <view class="userName flex-1" style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="khjl">专属客服</view> <view class="va-center">
</view> <!-- <view class="mr8 f16" style="color:#262626;">{{pmdUserInfo.userName}}</view> -->
<view class="userName flex-1" <view class="mr8 f16" style="color:#262626;">一才客服</view>
style="display: flex;flex-direction: column;justify-content: space-between;padding: 4px 0;">
<view class="va-center">
<!-- <view class="mr8 f16" style="color:#262626;">{{pmdUserInfo.userName}}</view> -->
<view class="mr8 f16" style="color:#262626;">一才客服</view>
</view>
<!-- {{pmdUserInfo.tel}} -->
<view class="opaTelSmall">13253506869</view>
</view>
<view class="v-center">
<view class="makePhone" bindtap='showphone' hover-class="hcb">电话联系</view>
</view>
</view>
</view> </view>
<!-- {{pmdUserInfo.tel}} -->
<view class="opaTelSmall">13253506869</view>
</view>
<view class="v-center">
<view class="makePhone" bindtap="showphone" hover-class="hcb">电话联系</view>
</view>
</view> </view>
</view>
</view> </view>
</view>
<navigator url="{{isLogin ? '/pages/setUp/index' : '/pages/login/index'}}" class="p20 mb10 bgf newList mt10" hover-class="hcb" style="border-radius:16rpx;padding:15px 20px;">
<navigator url="{{isLogin ? '/pages/setUp/index' : '/pages/login/index'}}" class="p20 mb10 bgf newList mt10" <view class="mw-labe">
hover-class="hcb" style="border-radius:16rpx;padding:15px 20px;"> <view class="flex-1 va-center">
<view class='mw-labe'> <view class="iconOut">
<view class="flex-1 va-center"> <i class="t-icon t-icon-shezhi lefticon" style="height:22px;width:22px;"></i>
<view class="iconOut">
<i class="t-icon t-icon-shezhi lefticon" style="height:22px;width:22px;"></i>
</view>
<text class="c6 f16">设置</text>
</view>
<i class="iconfont icon-gengduo11 f12 c9"></i>
</view> </view>
</navigator> <text class="c6 f16">设置</text>
</view>
<i class="iconfont icon-gengduo11 f12 c9"></i>
</view>
</navigator>
</view> </view>
<button wx:if="{{!isLogin}}" type='primary' class="loginOut" style="font-weight:400;margin-top:0px;margin-bottom:30px;" <button wx:if="{{!isLogin}}" type="primary" class="loginOut" style="font-weight:400;margin-top:0px;margin-bottom:30px;" catchtap="login">登录</button>
catchtap="login">
登录
</button>
<!--登录/注册(授权版)--> <!--登录/注册(授权版)-->
<!--<button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" style="margin-top:60px;margin-bottom:30px;" open-type="getPhoneNumber" type="primary" <!--<button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" style="margin-top:60px;margin-bottom:30px;" open-type="getPhoneNumber" type="primary"
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>--> catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>-->
<!-- <view class="p10"> <!-- <view class="p10">
<view wx:if="{{!isLogin}}" class="bgf pft" style="border-radius: 4px;"> <view wx:if="{{!isLogin}}" class="bgf pft" style="border-radius: 4px;">
@ -230,7 +213,7 @@
<view style="height:1rpx;"></view> <view style="height:1rpx;"></view>
<view style="background-color:#f8f8f8"> <view style="background-color:#f8f8f8">
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}"> --> <view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">-->
<!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style=""> <!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style="">
<view class='f20 mw-labe'> <view class='f20 mw-labe'>
<view class="iconOut"> <view class="iconOut">
@ -239,7 +222,7 @@
<text>我的收藏</text> <text>我的收藏</text>
<i class="iconfont icon-xiayiye rightXYY"></i> <i class="iconfont icon-xiayiye rightXYY"></i>
</view> </view>
</button> --> </button>-->
<!-- <view class="lineT" style="height:1px;" wx:if="{{isLogin}}"></view> <!-- <view class="lineT" style="height:1px;" wx:if="{{isLogin}}"></view>
<button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style=""> <button class="fakeBtn p2010" hover-class="hcb" bindtap="toCollect" style="">
<view class='f20 mw-labe'> <view class='f20 mw-labe'>
@ -250,7 +233,7 @@
<i class="iconfont icon-xiayiye rightXYY"></i> <i class="iconfont icon-xiayiye rightXYY"></i>
</view> </view>
</button> </button>
<view class="lineT" wx:if="{{isLogin}}"></view> --> <view class="lineT" wx:if="{{isLogin}}"></view>-->
<!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toMakeInfo" style=""> <!-- <button class="fakeBtn p2010" hover-class="hcb" bindtap="toMakeInfo" style="">
<view class='f20 mw-labe'> <view class='f20 mw-labe'>
<view class="iconOut"> <view class="iconOut">
@ -259,7 +242,7 @@
<text>实名认证</text> <text>实名认证</text>
<i class="iconfont icon-xiayiye rightXYY"></i> <i class="iconfont icon-xiayiye rightXYY"></i>
</view> </view>
</button> --> </button>-->
<!-- <view class="lineT" wx:if="{{isLogin}}"></view> <!-- <view class="lineT" wx:if="{{isLogin}}"></view>
<button class="fakeBtn p2010" hover-class="hcb" bindtap='makePhoneCall'> <button class="fakeBtn p2010" hover-class="hcb" bindtap='makePhoneCall'>
<view class='f20 mw-labe'> <view class='f20 mw-labe'>
@ -269,7 +252,7 @@
<text>联系客服</text> <text>联系客服</text>
<i class="iconfont icon-xiayiye rightXYY"></i> <i class="iconfont icon-xiayiye rightXYY"></i>
</view> </view>
</button> --> </button>-->
<!-- </view> <!-- </view>
</view> </view>
<view style="background-color:#f8f8f8"> <view style="background-color:#f8f8f8">
@ -284,7 +267,7 @@
</view> </view>
</button> </button>
</view> </view>
</view> --> </view>-->
<!-- <view style="background-color:#f8f8f8;margin-top:40px;margin-bottom:40px;" wx:if="{{agencyStatus - 0 != 0}}"> <!-- <view style="background-color:#f8f8f8;margin-top:40px;margin-bottom:40px;" wx:if="{{agencyStatus - 0 != 0}}">
<view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}"> <view class="bgf mt10" style="border-radius: 4px;" wx:if="{{isLogin}}">
@ -298,19 +281,17 @@
</view> </view>
</button> </button>
</view> </view>
</view> --> </view>-->
<!-- <button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" open-type="getPhoneNumber" type="primary" <!-- <button wx:if="{{!isLogin}}" class="weui-btn weui-btn_primary" open-type="getPhoneNumber" type="primary"
catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button> catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-tag='0'>登录/注册</button>
</view> --> </view>-->
<scroll-view class="fadeIn" wx:if="{{iosDialog1}}" style="position: relative;z-index: 999;"> <scroll-view class="fadeIn" wx:if="{{iosDialog1}}" style="position: relative;z-index: 999;">
<view class="weui-mask"></view> <view class="weui-mask"></view>
<view class="weui-dialog p020" style="box-sizing:border-box;"> <view class="weui-dialog p020" style="box-sizing:border-box;">
<!-- <view class="weui-dialog__hd"><strong class="weui-dialog__title">{{pmdUserInfo.tel}}</strong></view> --> <!-- <view class="weui-dialog__hd"><strong class="weui-dialog__title">{{pmdUserInfo.tel}}</strong></view> -->
<!-- <view class="weui-dialog__hd bb1"> <!-- <view class="weui-dialog__hd bb1">
<view> <view>
<image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image>
<image wx:else src="http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png" style="width:56px;height:56px;border-radius:50%;"></image> <image wx:else src="http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png" style="width:56px;height:56px;border-radius:50%;"></image>
@ -318,21 +299,21 @@
<view class="f20 c3">{{pmdUserInfo.userName}}</view> <view class="f20 c3">{{pmdUserInfo.userName}}</view>
<view class="f14 c9">客户经理</view> <view class="f14 c9">客户经理</view>
<view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view>
</view> --> </view>-->
<view class="weui-dialog__hd bb1"> <view class="weui-dialog__hd bb1">
<!-- <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> --> <!-- <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> -->
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:56px;height:56px;border-radius:50%;"></image> <image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogo.png" style="width:56px;height:56px;border-radius:50%;"></image>
<view class="f20 c3">一才客服</view> <view class="f20 c3">一才客服</view>
<view class="f14 c9">专属客服</view> <view class="f14 c9">专属客服</view>
<!-- <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> --> <!-- <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> -->
<view class="mt20 f22 c3">13253506869</view> <view class="mt20 f22 c3">13253506869</view>
</view> </view>
<view class="display-flex pb20" style="padding-top:20px;"> <view class="display-flex pb20" style="padding-top:20px;">
<view class="flex-1 lflex v-center" bindtap="close" hover-class="thover">取消</view> <view class="flex-1 lflex v-center" bindtap="close" hover-class="thover">取消</view>
<view class="rflex"> <view class="rflex">
<button class="" type="primary" bindtap="makePhoneCall">呼叫</button> <button class type="primary" bindtap="makePhoneCall">呼叫</button>
</view> </view>
</view>
</view> </view>
</scroll-view> </view>
</scroll-view>

@ -1,421 +1,416 @@
page { page {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.mb16 { .mb16 {
margin-bottom: 32rpx; margin-bottom: 32rpx;
} }
.lefticon { .lefticon {
font-size: 20px; font-size: 20px;
line-height: 1; line-height: 1;
} }
.p13 { .p13 {
padding: 26rpx; padding: 26rpx;
} }
.mw-labe { .mw-labe {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
} }
.iconOut { .iconOut {
font-size: 20px; font-size: 20px;
width: 20px; width: 20px;
height: 20px; height: 20px;
margin-right: 20px; margin-right: 20px;
line-height: 1; line-height: 1;
} }
.iconOutTop { .iconOutTop {
width: 56px;
width: 56px; border-radius: 50%;
border-radius: 50%; height: 56px;
height: 56px; margin-right: 16px;
margin-right: 16px; /* margin-left: 20px; */
/* margin-left: 20px; */ overflow: hidden;
overflow: hidden;
} }
.noLogin { .noLogin {
width: 84px; width: 84px;
border-radius: 50%; border-radius: 50%;
height: 84px; height: 84px;
margin-left: calc(50vw - 42px); margin-left: calc(50vw - 42px);
overflow: hidden; overflow: hidden;
} }
.f20.mw-labe .flex-1 { .f20.mw-labe .flex-1 {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
} }
.f20.mw-labe text { .f20.mw-labe text {
color: #333; color: #333;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
} }
.show-image { .show-image {
width: 56px; width: 56px;
height: 56px; height: 56px;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
border: none; border: none;
border-radius: 50%; border-radius: 50%;
/* margin-right: 32rpx; */ /* margin-right: 32rpx; */
/*padding-top: 18rpx; /*padding-top: 18rpx;
padding-bottom: 18rpx;*/ padding-bottom: 18rpx;*/
} }
.nav { .nav {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
top: 0; top: 0;
left: 0; left: 0;
z-index: 10; z-index: 10;
} }
.nav-title { .nav-title {
width: 100%; width: 100%;
text-align: left; text-align: left;
/* position: absolute; */ /* position: absolute; */
/* bottom: 0; */ /* bottom: 0; */
/* left: 0; */ /* left: 0; */
z-index: 10; z-index: 10;
font-family: PingFang-SC-Medium; font-family: PingFang-SC-Medium;
font-size: 40rpx; font-size: 40rpx;
margin-left: 40rpx; margin-left: 40rpx;
} }
.new-top { .new-top {
background-color: transparent; background-color: transparent;
padding: 20px 40rpx 0 40rpx; padding: 20px 40rpx 0 40rpx;
z-index: -1; z-index: -1;
position: relative; position: relative;
font-size: 40rpx; font-size: 40rpx;
padding-left: 0; padding-left: 0;
/* align-items:flex-end; /* align-items:flex-end;
display:flex; */ display:flex; */
} }
.meTop { .meTop {
padding-top: 10px; padding-top: 10px;
padding-bottom: 20px; padding-bottom: 20px;
padding-right: 20px; padding-right: 20px;
/* height: 116px; */ /* height: 116px; */
background-color: #027AFF; background-color: #027aff;
/* display: flex; */ /* display: flex; */
} }
.weui-btn_primary { .weui-btn_primary {
width: 260px; width: 260px;
height: 50px; height: 50px;
opacity: 1; opacity: 1;
background: #027AFF; background: #027aff;
border-radius: 25px; border-radius: 25px;
font-size: 18px; font-size: 18px;
font-weight: 601; font-weight: 601;
color: #ffffff; color: #ffffff;
padding: 0; padding: 0;
line-height: 50px; line-height: 50px;
} }
.hover-btn.weui-btn_primary:active, .hover-btn.weui-btn_primary:active,
.hover-btn.weui-btn_primary:focus, .hover-btn.weui-btn_primary:focus,
.hover-btn { .hover-btn {
background-color: #027AFF; background-color: #027aff;
opacity: 0.8; opacity: 0.8;
} }
.f20 { .f20 {
font-size: 20px; font-size: 20px;
} }
.fakeBtn { .fakeBtn {
margin: 0; margin: 0;
border-radius: 0; border-radius: 0;
/* border-top-right-radius: 4px; /* border-top-right-radius: 4px;
border-top-left-radius: 4px; */ border-top-left-radius: 4px; */
line-height: 40px; line-height: 40px;
background-color: #fff; background-color: #fff;
} }
.hcb { .hcb {
background-color: #f2f2f2; background-color: #f2f2f2;
} }
.p020 { .p020 {
padding: 0 20px; padding: 0 20px;
} }
.p200 { .p200 {
padding: 20px 0px; padding: 20px 0px;
} }
.lineT { .lineT {
height: 1px; height: 1px;
width: calc(100vw - 40px); width: calc(100vw - 40px);
margin: 0 auto; margin: 0 auto;
background-color: rgba(0, 0, 0, 0.08); background-color: rgba(0, 0, 0, 0.08);
} }
.p10 { .p10 {
padding: 10px; padding: 10px;
} }
.rightXYY { .rightXYY {
line-height: 1; line-height: 1;
color: #999; color: #999;
display: block; display: block;
flex: 1; flex: 1;
text-align: right; text-align: right;
} }
.pft { .pft {
position: relative; position: relative;
top: -40px; top: -40px;
} }
.meTop0 { .meTop0 {
padding: 10px; padding: 10px;
/* padding-top: 20px; */ /* padding-top: 20px; */
/* height: 136px; */ /* height: 136px; */
/* padding-bottom: 10px; */ /* padding-bottom: 10px; */
/* padding-right: 20px; */ /* padding-right: 20px; */
/* background-color: #027AFF; */ /* background-color: #027AFF; */
/* display: flex; */ /* display: flex; */
} }
.yeView { .yeView {
height: 76px; height: 76px;
padding: 0 20px; padding: 0 20px;
opacity: 1; opacity: 1;
background: linear-gradient(239deg, #3b415b 5%, #191e30 58%); background: linear-gradient(239deg, #3b415b 5%, #191e30 58%);
border-radius: 12px; border-radius: 12px;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.hMoney { .hMoney {
font-size: 24px; font-size: 24px;
font-weight: 601; font-weight: 601;
text-align: left; text-align: left;
color: #ffffff; color: #ffffff;
line-height: 33px; line-height: 33px;
} }
.hText { .hText {
font-size: 12px; font-size: 12px;
font-weight: 400; font-weight: 400;
color: #cccccc; color: #cccccc;
line-height: 17px; line-height: 17px;
} }
.hbtn { .hbtn {
width: 91px; width: 91px;
height: 34px; height: 34px;
background: #027AFF; background: #027aff;
border-radius: 17px; border-radius: 17px;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
line-height: 34px; line-height: 34px;
} }
.weui-dialog__title { .weui-dialog__title {
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
color: #333333; color: #333333;
line-height: 25px; line-height: 25px;
} }
.weui-dialog__bd { .weui-dialog__bd {
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
color: #787878; color: #787878;
line-height: 22px; line-height: 22px;
margin-bottom: 20px; margin-bottom: 20px;
/* border-bottom: 1rpx solid #e2e2e2; */ /* border-bottom: 1rpx solid #e2e2e2; */
} }
.weui-dialog__bd view { .weui-dialog__bd view {
padding-bottom: 20px; padding-bottom: 20px;
border-bottom: 1rpx solid #e2e2e2; border-bottom: 1rpx solid #e2e2e2;
} }
.weui-dialog__hd { .weui-dialog__hd {
padding: 32px 24px 20px; padding: 32px 24px 20px;
} }
.lflex { .lflex {
font-size: 18px; font-size: 18px;
font-weight: 601; font-weight: 601;
text-align: center; text-align: center;
color: #027AFF; color: #027aff;
line-height: 28px; line-height: 28px;
/* margin-top: 7px; */ /* margin-top: 7px; */
padding: 0 10px 0 30px; padding: 0 10px 0 30px;
} }
.rflex { .rflex {
flex: 1; flex: 1;
padding: 0 30px 0 10px; padding: 0 30px 0 10px;
} }
.rflex button { .rflex button {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
height: 40px; height: 40px;
opacity: 1; opacity: 1;
background: #027AFF; background: #027aff;
border-radius: 25px; border-radius: 25px;
font-size: 18px; font-size: 18px;
font-weight: 601; font-weight: 601;
color: #ffffff; color: #ffffff;
line-height: 40px; line-height: 40px;
} }
.userName { .userName {
font-size: 22px; font-size: 22px;
color: #333; color: #333;
line-height: 22px; line-height: 22px;
margin-top: 0; margin-top: 0;
} }
.jifen { .jifen {
margin-left: 8px; margin-left: 8px;
line-height: 14px; line-height: 14px;
text-align: center; text-align: center;
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
border: 1px solid #eeeeee; border: 1px solid #eeeeee;
border-radius: 9px; border-radius: 9px;
padding: 0px 8px; padding: 0px 8px;
} }
.opaTel { .opaTel {
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
line-height: 14px; line-height: 14px;
} }
.opaTelSmall { .opaTelSmall {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
text-align: left; text-align: left;
color: #8c8c8c; color: #8c8c8c;
line-height: 12px; line-height: 12px;
} }
.meTitle { .meTitle {
font-size: 16px; font-size: 16px;
/* font-weight: 601; */ /* font-weight: 601; */
color: #333333; color: #333333;
line-height: 24px; line-height: 24px;
} }
.meIcon { .meIcon {
width: 22px; width: 22px;
height: 22px; height: 22px;
margin: 10px auto; margin: 10px auto;
display: block; display: block;
} }
.iconOutTopSmall { .iconOutTopSmall {
margin-left: 0; margin-left: 0;
height: 50px; height: 50px;
width: 50px; width: 50px;
border-radius: 50%; border-radius: 50%;
margin-right: 12px; margin-right: 12px;
position: relative; position: relative;
} }
.makePhone { .makePhone {
width: 78px; width: 78px;
height: 26px; height: 26px;
text-align: center; text-align: center;
border: 1px solid #1f7fef; border: 1px solid var(--color-yc);
border-radius: 14px; border-radius: 14px;
font-size: 14px; font-size: 14px;
color: #1f7fef; color: var(--color-yc);
line-height: 26px; line-height: 26px;
} }
.khjl { .khjl {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 50px; width: 50px;
text-align: center; text-align: center;
background-color: #1f7fef; background-color: var(--color-yc);
border-radius: 10px; border-radius: 10px;
font-size: 10px; font-size: 10px;
color: #ffffff; color: #ffffff;
line-height: 13px; line-height: 13px;
} }
.cf{ .cf {
color: #fff !important; color: #fff !important;
} }
.moneyView{ .moneyView {
padding:12px 12px 12px 20px; padding: 12px 12px 12px 20px;
background-color: #027AFF; background-color: var(--color-yc);
border-radius: 8px; border-radius: 8px;
} }
.moneyText{ .moneyText {
flex: 1; flex: 1;
font-size: 14px; font-size: 14px;
color: #ffffff; color: #ffffff;
line-height: 20px; line-height: 20px;
} }
.moneyM{ .moneyM {
flex: 1; flex: 1;
font-size: 26px; font-size: 26px;
color: #ffffff; color: #ffffff;
line-height: 30px; line-height: 30px;
} }
.moneyCash{ .moneyCash {
width: 44px; width: 44px;
height: 20px; height: 20px;
border: 1px solid #ffffff; border: 1px solid #ffffff;
border-radius: 4px; border-radius: 4px;
font-size: 12px; font-size: 12px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
line-height: 20px; line-height: 20px;
} }
.moneyCashBtn{ .moneyCashBtn {
width: 44px; width: 44px;
height: 22px; height: 22px;
border: 1px solid #ffffff; border: 1px solid #ffffff;
border-radius: 4px; border-radius: 4px;
font-size: 12px; font-size: 12px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
line-height: 22px; line-height: 22px;
padding: 0; padding: 0;
margin: 0; margin: 0;
background-color: transparent !important; background-color: transparent !important;
} }
.myService{ .myService {
flex-wrap: wrap; flex-wrap: wrap;
} }
.myService .flex-1{ .myService .flex-1 {
min-width: 25%; min-width: 25%;
max-width: 25%; max-width: 25%;
} }
.flex-right{ .flex-right {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
} }

@ -201,7 +201,7 @@ toMakeInfo:function(){
} }
console.log(path) console.log(path)
return { return {
"title":'才', "title":'才',
'path': path, 'path': path,
} }
}, },

@ -1,5 +1,5 @@
<view class="p10"> <view class="p10">
<form bindsubmit='onSubmit'> <form bindsubmit="onSubmit">
<view class="weui-cells__group weui-cells__group_form"> <view class="weui-cells__group weui-cells__group_form">
<!-- 123{{userDetails.lifePhoto}}431 --> <!-- 123{{userDetails.lifePhoto}}431 -->
<!-- {{userDetails.lifePhoto == null || userDetails.lifePhoto == ''}} --> <!-- {{userDetails.lifePhoto == null || userDetails.lifePhoto == ''}} -->
@ -8,29 +8,27 @@
信息登记表 信息登记表
<i class="iconfont icon-you f16" style="color: #b8b8b8;"></i> <i class="iconfont icon-you f16" style="color: #b8b8b8;"></i>
</navigator> </navigator>
<view class='wx-list-li br8 display-flex noborder' bindtap="chooseImg" style="padding-top:0;"> <view class="wx-list-li br8 display-flex noborder" bindtap="chooseImg" style="padding-top:0;">
<view class='f16 mw-label va-center c3'> <view class="f16 mw-label va-center c3">生活照</view>
生活照 <view class="section flex-right c6 v-center" style="justify-content:flex-end">
</view>
<view class="section flex-right c6 v-center" style='justify-content:flex-end'>
<view class="ava"> <view class="ava">
<image wx:if="{{userDetails.lifePhoto != null && userDetails.lifePhoto != ''}}" src="{{userDetails.lifePhoto}}" class='userImg' <image wx:if="{{userDetails.lifePhoto != null && userDetails.lifePhoto != ''}}" src="{{userDetails.lifePhoto}}" class="userImg" mode="aspectFill"></image>
mode="aspectFill"> <image wx:else src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png" class="userImg" mode="aspectFill"></image>
</image>
<image wx:else src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png" class='userImg'
mode="aspectFill">
</image>
</view> </view>
</view> </view>
</view> </view>
<view class="weui-cell"> <view class="weui-cell">
<view class="weui-cell__hd"><label class="weui-label">现住址</label></view> <view class="weui-cell__hd">
<label class="weui-label">现住址</label>
</view>
<view class="weui-cell__bd tr"> <view class="weui-cell__bd tr">
<view class="dib tl c6">{{userDetails.liveAddress}}</view> <view class="dib tl c6">{{userDetails.liveAddress}}</view>
</view> </view>
</view> </view>
<view class="weui-cell"> <view class="weui-cell">
<view class="weui-cell__hd"><label class="weui-label">微信号</label></view> <view class="weui-cell__hd">
<label class="weui-label">微信号</label>
</view>
<view class="weui-cell__bd"> <view class="weui-cell__bd">
<view class="weui-cell__bd tr"> <view class="weui-cell__bd tr">
<view class="dib tl c6">{{userDetails.weChat}}</view> <view class="dib tl c6">{{userDetails.weChat}}</view>
@ -39,7 +37,9 @@
</view> </view>
<view wx:for="{{userEmergencyList}}" wx:key="{{item.emergencyTel}}" class="weui-cell"> <view wx:for="{{userEmergencyList}}" wx:key="{{item.emergencyTel}}" class="weui-cell">
<view class="flex-1"> <view class="flex-1">
<view class="weui-cell__hd"><label class="weui-label">紧急联系人</label></view> <view class="weui-cell__hd">
<label class="weui-label">紧急联系人</label>
</view>
<view class="display-flex f14 c9 mt10"> <view class="display-flex f14 c9 mt10">
<view>{{item.emergencyName}}</view> <view>{{item.emergencyName}}</view>
<view class="flex-1 tc">{{item.emergencyRelation}}</view> <view class="flex-1 tc">{{item.emergencyRelation}}</view>
@ -49,26 +49,26 @@
</view> </view>
</view> </view>
<view class="weui-cells weui-cells_form br8" style="margin-top:10px;" wx:else> <view class="weui-cells weui-cells_form br8" style="margin-top:0px;" wx:else>
<navigator url="/pages/infoExcel/index" class="f16 c3 fw500 mt20 ml10 mb20" hover-class="thover"> <navigator url="/pages/infoExcel/index" class="f16 c3 fw500 pt20 ml10 pb20" hover-class="thover">
信息登记表 信息登记表
<i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i> <i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i>
</navigator> </navigator>
</view> </view>
<view class="weui-cells weui-cells_form br8" style="margin-top:10px;"> <view class="weui-cells weui-cells_form br8" style="margin-top:10px;">
<navigator url="/pages/edu/index" class="f16 c3 fw500 mt20 ml10 {{userEducationList.length == 0 ? 'mb20' : ''}}" hover-class="thover"> <navigator url="/pages/edu/index" class="f16 c3 fw500 pt20 ml10 {{userEducationList.length == 0 ? 'pb20' : ''}}" hover-class="thover">
教育经历 教育经历
<i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i> <i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i>
</navigator> </navigator>
<view class="noborder"> <view class="noborder">
<navigator wx:for="{{userEducationList}}" wx:key="{{item.education}}" url="{{'/pages/edu/index?id=' + item.id}}" class="weui-cell" hover-class="hcb"> <navigator wx:for="{{userEducationList}}" wx:key="{{item.education}}" url="{{'/pages/edu/index?id=' + item.id}}" class="weui-cell" hover-class="hcb">
<view class="flex-1"> <view class="flex-1">
<view class="weui-cell__hd" style="padding-right:0;"><label class="weui-label" <view class="weui-cell__hd" style="padding-right:0;">
style="max-width:none;padding-right:0;width:100%;">{{item.school}} <label class="weui-label" style="max-width:none;padding-right:0;width:100%;">
{{item.school}}
<i class="iconfont icon-you f16 fr" style="color: #b8b8b8;"></i> <i class="iconfont icon-you f16 fr" style="color: #b8b8b8;"></i>
</label> </label>
</view> </view>
<view class="display-flex f14 c9 mt10"> <view class="display-flex f14 c9 mt10">
<!-- <view>2009.09-2012.06</view> --> <!-- <view>2009.09-2012.06</view> -->
@ -77,25 +77,23 @@
<!-- <view>软件工程</view> --> <!-- <view>软件工程</view> -->
</view> </view>
</view> </view>
</navigator> </navigator>
</view> </view>
</view> </view>
<view class="weui-cells weui-cells_form br8" style="margin-top:10px;margin-bottom:40px;"> <view class="weui-cells weui-cells_form br8" style="margin-top:10px;margin-bottom:40px;">
<navigator url="/pages/jobHistory/index" class="f16 c3 fw500 mt20 ml10 {{userExperienceList.length == 0 ? 'mb20' : ''}}" hover-class="thover"> <navigator url="/pages/jobHistory/index" class="f16 c3 fw500 pt20 ml10 {{userExperienceList.length == 0 ? 'pb20' : ''}}" hover-class="thover">
工作经历 工作经历
<i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i> <i class="iconfont icon-tianjia1 f16 c3 fr mr10"></i>
</navigator> </navigator>
<view class="noborder"> <view class="noborder">
<navigator wx:for="{{userExperienceList}}" wx:key="{{item.company}}" url="{{'/pages/jobHistory/index?id=' + item.id}}" class="weui-cell" hover-class="hcb"> <navigator wx:for="{{userExperienceList}}" wx:key="{{item.company}}" url="{{'/pages/jo bHistory/index?id=' + item.id}}" class="weui-cell" hover-class="hcb">
<view class="flex-1"> <view class="flex-1">
<view class="weui-cell__hd" style="padding-right:0;"><label class="weui-label" <view class="weui-cell__hd" style="padding-right:0;">
style="max-width:none;padding-right:0;width:100%;">{{item.company}} <label class="weui-label" style="max-width:none;padding-right:0;width:100%;">
{{item.company}}
<i class="iconfont icon-you f16 fr" style="color: #b8b8b8;"></i> <i class="iconfont icon-you f16 fr" style="color: #b8b8b8;"></i>
</label> </label>
</view> </view>
<view class="display-flex f14 c9 mt10"> <view class="display-flex f14 c9 mt10">
<view>{{item.dateStr}}</view> <view>{{item.dateStr}}</view>
@ -108,4 +106,4 @@
</view> </view>
<!-- <view class="f14 cf00 tc mt20">删除此信息登记表</view> --> <!-- <view class="f14 cf00 tc mt20">删除此信息登记表</view> -->
</form> </form>
</view> </view>

@ -20,7 +20,7 @@
<navigator class target url='' hover-class='hcb' open-type='navigate'> <navigator class target url='' hover-class='hcb' open-type='navigate'>
<view class='gender fsa'> <view class='gender fsa'>
<view class="flex-1">关于才工作</view> <view class="flex-1">关于才工作</view>
<view class='fsa c9 '> <view class='fsa c9 '>
<view class="" hover-class="none" hover-stop-propagation="false"> <view class="" hover-class="none" hover-stop-propagation="false">
版本1.0.1 版本1.0.1

@ -351,7 +351,7 @@ Page({
} }
console.log(path) console.log(path)
return { return {
"title":'才', "title":'才',
'path': path, 'path': path,
} }
}, },

@ -35,7 +35,8 @@
"useCompilerPlugins": false, "useCompilerPlugins": false,
"minifyWXML": true, "minifyWXML": true,
"ignoreUploadUnusedFiles": true, "ignoreUploadUnusedFiles": true,
"useStaticServer": true "useStaticServer": true,
"condition": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"simulatorType": "wechat", "simulatorType": "wechat",

@ -0,0 +1,22 @@
@font-face {
font-family: "yicaifont"; /* Project id 4193532 */
src: url('//at.alicdn.com/t/c/font_4193532_28ujkykwzim.woff2?t=1690946695087') format('woff2'),
url('//at.alicdn.com/t/c/font_4193532_28ujkykwzim.woff?t=1690946695087') format('woff'),
url('//at.alicdn.com/t/c/font_4193532_28ujkykwzim.ttf?t=1690946695087') format('truetype');
}
.yicaifont {
font-family: "yicaifont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-jianli-outer:before {
content: "\e8ca";
}
.icon-jianli-inner:before {
content: "\e8cb";
}
Loading…
Cancel
Save