Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
3a4be2b0
Commit
3a4be2b0
authored
Oct 31, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4ce4ae22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
2 deletions
+57
-2
index.vue
src/pages/user/index.vue
+57
-2
user-out.png
src/static/image/user/user-out.png
+0
-0
No files found.
src/pages/user/index.vue
View file @
3a4be2b0
...
...
@@ -29,7 +29,7 @@
<wd-overlay
:show=
"displayExpired"
>
<view
class=
"popup-display-expired"
>
<view
class=
"sumbit-error"
>
<image
src=
"@/static/image/user/displayExpired.png"
></image>
<view
class=
"title"
>
企业信息已失效
</view>
<image
class=
"a"
src=
"@/static/image/user/displayExpired.png"
></image>
<view
class=
"title"
>
企业信息已失效
</view>
<view
class=
"txt"
>
由于您超过
<text
style=
"color: #1f86ff"
>
1
</text>
月未登录 现已将您的账号禁用 您可完成申述后继续使用
</view
>
...
...
@@ -40,6 +40,17 @@
>
</view>
</wd-overlay>
<wd-overlay
:show=
"showOut"
>
<view
class=
"popup-display-expired"
>
<view
class=
"sumbit-error"
>
<image
class=
"u"
src=
"@/static/image/user/user-out.png"
></image>
<view
class=
"title"
></view>
<view
class=
"txt"
>
您的大堂经理职位 匹配的人员已超过7天未处理
</view>
<view
class=
"btn-box1"
>
<view
class=
"tz-btn btn"
@
tap=
"goToHome('/pages/recommend/index')"
>
去看看
</view>
</view></view
>
</view>
</wd-overlay>
<div
class=
"user-container"
>
<view
class=
"bg"
></view>
<!-- 用户信息 -->
...
...
@@ -81,6 +92,7 @@ import { getEnumText } from "@/utils/utils";
import
{
ref
,
reactive
}
from
"vue"
;
import
evn
from
"@/utils/config.js"
;
const
show
=
ref
(
false
);
const
showOut
=
ref
(
true
);
const
displayExpired
=
ref
(
false
);
let
name
=
ref
(
""
);
let
id
=
ref
(
""
);
...
...
@@ -95,6 +107,16 @@ const navigateTo = (url, fn) => {
url
});
};
const
goToHome
=
(
url
,
fn
)
=>
{
showOut
.
value
=
false
;
if
(
fn
)
{
fn
();
}
url
&&
xma
.
switchTab
({
url
});
};
const
navList
=
reactive
([
{
icon
:
new
URL
(
"@/static/image/user/history.png"
,
import
.
meta
.
url
).
href
,
...
...
@@ -246,6 +268,13 @@ onShow(() => {
width
:
30rpx
;
height
:
30rpx
;
}
.u
{
width
:
274rpx
;
height
:
192rpx
;
position
:
absolute
;
top
:
20rpx
;
right
:
20rpx
;
}
.title
{
padding
:
32rpx
0
;
font-size
:
36rpx
;
...
...
@@ -303,11 +332,18 @@ onShow(() => {
padding
:
0
32rpx
32rpx
;
background-color
:
#ffffff
;
border-radius
:
10rpx
;
image
{
.a
{
position
:
absolute
;
width
:
448rpx
;
height
:
448rpx
;
}
.u
{
width
:
274rpx
;
height
:
192rpx
;
position
:
absolute
;
top
:
120rpx
;
}
.title
{
padding
:
32rpx
0
;
margin-top
:
300rpx
;
...
...
@@ -342,6 +378,25 @@ onShow(() => {
background
:
#1f86ff
;
}
}
.btn-box1
{
display
:
flex
;
align-items
:
center
;
margin-top
:
40rpx
;
justify-content
:
center
;
.btn
{
box-sizing
:
border-box
;
padding
:
14rpx
34rpx
;
border-radius
:
12rpx
;
}
.cancel-button
{
color
:
#1f86ff
;
background
:
rgb
(
31
134
255
/
10%
);
}
.tz-btn
{
color
:
#ffffff
;
background
:
#1f86ff
;
}
}
}
}
.nav-bar
{
...
...
src/static/image/user/user-out.png
0 → 100644
View file @
3a4be2b0
12 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment