|
@@ -1,57 +1,74 @@
|
|
-
|
|
|
|
<!--pages/person/person.wxml-->
|
|
<!--pages/person/person.wxml-->
|
|
<view class="container">
|
|
<view class="container">
|
|
|
|
+ <view class="index-header">
|
|
|
|
+ <view class="title">个人中心</view>
|
|
|
|
+ <view class="user-login" wx:if="{{hasUserInfo}}">
|
|
|
|
+ <view class="user-info" bindtap="gotoResume">
|
|
|
|
+ <!-- <view class="user-name f18 c-202020" bindtap="gotoPersonInfo">{{userInfo.nickName}}</view> -->
|
|
|
|
+ <!-- <view class="tel c-707070 fw300">{{userInfo.mobile}}</view> -->
|
|
|
|
+ <!-- <button open-type="getPhoneNumber" catchgetphonenumber="getMobile" class="login-btn" wx:if="{{!userInfo.mobile}}" >获取手机号</button> -->
|
|
|
|
|
|
- <view class="title">个人中心</view>
|
|
|
|
- <view class="person card" wx:if="{{hasUserInfo}}" bindtap = "gotoPersonInfo">
|
|
|
|
- <view class="person-info">
|
|
|
|
- <view class="user-name f18 c-202020" bindtap = "gotoPersonInfo">{{userInfo.nickName}}
|
|
|
|
- <!-- <image class="next" src="../../images/icons/next.png" >
|
|
|
|
- </image> -->
|
|
|
|
|
|
+ <view class="nick-name">{{userInfo.nickName}}</view>
|
|
|
|
+ <view class="edit-text-view">
|
|
|
|
+ <image class="edit-icon" src="/images/new/edit.png"></image>
|
|
|
|
+ <view class="edit-text">我的在线简历</view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <!-- <view class="tel c-707070 fw300">{{userInfo.mobile}}</view> -->
|
|
|
|
- <!-- <button open-type="getPhoneNumber" catchgetphonenumber="getMobile" class="login-btn" wx:if="{{!userInfo.mobile}}" >获取手机号</button> -->
|
|
|
|
- </view>
|
|
|
|
- <view class="head-img">
|
|
|
|
- <image class="" src="{{userInfo.avatarUrl}}">
|
|
|
|
|
|
+
|
|
|
|
+ <image class="head-img" src="{{userInfo.avatarUrl}}">
|
|
</image>
|
|
</image>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view wx:else class="user-login">
|
|
|
|
- <view class="person-info">
|
|
|
|
- <view class="user-name f18 c-202020">
|
|
|
|
- <button bindtap="getUserProfile" class="login-btn"
|
|
|
|
- style="height: 100px;width: 200px;">请点击登录</button>
|
|
|
|
- <image class="next" src="../../images/icons/next.png">
|
|
|
|
- </image>
|
|
|
|
|
|
+ <view wx:else class="user-login">
|
|
|
|
+ <view class="login-info">
|
|
|
|
+ <button bindtap="getUserProfile" class="login-btn">请点击登录</button>
|
|
|
|
+ <!-- <image class="next" src="../../images/new/right_arrow.png">
|
|
|
|
+ </image> -->
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="head-img">
|
|
|
|
- <image class="defult-user" src="../../images/new/head_img.png">
|
|
|
|
|
|
|
|
|
|
+ <image class="head-img" src="../../images/new/head_img.png">
|
|
</image>
|
|
</image>
|
|
-
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
+ <view class="opta-view">
|
|
|
|
+ <view bindtap="gotoRecord" class="record-view">
|
|
|
|
+ <view class="opta-view-num">0</view>
|
|
|
|
+ <view class="opta-view-text">已投简历</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view bindtap="gotoRecord" class="record-yes-view">
|
|
|
|
+ <view class="opta-view-num">0</view>
|
|
|
|
+ <view class="opta-view-text">待面试</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view bindtap="gotoCollection" class="collection-view">
|
|
|
|
+ <view class="opta-view-num">0</view>
|
|
|
|
+ <view class="opta-view-text">已收藏</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <view class="order" bindtap = "gotoResume">
|
|
|
|
|
|
+ <image mode="widthFix" src="https://geek-test-hk.oss-cn-hongkong.aliyuncs.com/test/666.png"
|
|
|
|
+ style="width:100%"></image>
|
|
|
|
+
|
|
|
|
+ <view class="remind">
|
|
|
|
+ <view>沪上阿姨提醒您</view>
|
|
|
|
+ <view> 您投递的茶饮师职位正在初筛中</view>
|
|
|
|
+ <view> 如合适我们将在三个同昨日内与您电话沟通,请注意接听</view>
|
|
|
|
+ <view> 如果您的简历没有通过初筛</view>
|
|
|
|
+ <view> 可能是部分岗位要求不太符合,我们期待与您下一次的合作</view>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- <view class="order" bindtap = "gotoResume">
|
|
<image class="icons" src="../../images/icons/jianli.png">
|
|
<image class="icons" src="../../images/icons/jianli.png">
|
|
</image>
|
|
</image>
|
|
<view class="order-text">我的简历
|
|
<view class="order-text">我的简历
|
|
</view>
|
|
</view>
|
|
- <image class="next-gray" src="../../images/icons/next-gray.png">
|
|
|
|
- </image>
|
|
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="assess" bindtap = "gotoRecord">
|
|
<view class="assess" bindtap = "gotoRecord">
|
|
<image class="icons" src="../../images/icons/jilu.png"></image>
|
|
<image class="icons" src="../../images/icons/jilu.png"></image>
|
|
<view class="assess-text">投递记录
|
|
<view class="assess-text">投递记录
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <image class="next-gray" src="../../images/icons/next-gray.png">
|
|
|
|
-
|
|
|
|
- </image>
|
|
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="assess" bindtap = "gotoCollection">
|
|
<view class="assess" bindtap = "gotoCollection">
|
|
@@ -59,8 +76,6 @@
|
|
<view class="assess-text">我的收藏
|
|
<view class="assess-text">我的收藏
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <image class="next-gray" src="../../images/icons/next-gray.png">
|
|
|
|
-
|
|
|
|
- </image>
|
|
|
|
- </view>
|
|
|
|
|
|
+
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|