Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-customer-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-customer-people-recruitment-h5
Commits
6342d876
Commit
6342d876
authored
Oct 09, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自定义头部
parent
5f596bff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
20 deletions
+23
-20
index.vue
src/pages/login/index.vue
+2
-2
feedBackRecord.vue
src/pages/user/feedBack/feedBackRecord/feedBackRecord.vue
+17
-17
index.vue
src/pages/user/myDelivery/index.vue
+4
-1
No files found.
src/pages/login/index.vue
View file @
6342d876
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<NavBar
:showTitle=
"true"
title=
"登录"
/>
<!-- pages/login/login.wxml -->
<!-- pages/login/login.wxml -->
<view
class=
"login-page"
>
<view
class=
"login-page"
>
<nav-bar
class=
"nav-bar"
>
<nav-bar
class=
"nav-bar"
>
...
@@ -24,8 +25,7 @@ const login = () => {
...
@@ -24,8 +25,7 @@ const login = () => {
xma
.
xh
.
getUserProfile
({
xma
.
xh
.
getUserProfile
({
range
:
[
"ACCOUNT"
,
"MOBILE"
],
range
:
[
"ACCOUNT"
,
"MOBILE"
],
success
(
info
)
{
success
(
info
)
{
xinhuaMpLogin
({
encryptedData
:
info
.
data
.
uMobile
,
userType
:
"consumer"
})
xinhuaMpLogin
({
encryptedData
:
info
.
data
.
uMobile
,
userType
:
'consumer'
})
.
then
(
data
=>
{
.
then
(
data
=>
{
res
.
value
=
data
;
res
.
value
=
data
;
setToken
(
data
.
token
);
setToken
(
data
.
token
);
...
...
src/pages/user/feedBack/feedBackRecord/feedBackRecord.vue
View file @
6342d876
<
template
>
<
template
>
<NavBar
:showIcon=
"true"
backgroundBox=
"#ffffff"
:showTitle=
"true"
title=
"记录"
></NavBar>
<div
class=
"record"
>
<div
class=
"record"
>
<div
class=
"list-container"
>
<div
class=
"list-container"
>
<template
v-for=
"item in feedbackListData"
:key=
"item.id"
>
<template
v-for=
"item in feedbackListData"
:key=
"item.id"
>
...
@@ -63,8 +64,8 @@ const tofeedBackWait = url => {
...
@@ -63,8 +64,8 @@ const tofeedBackWait = url => {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
page
{
page
{
background-color
:
#ffffff
;
height
:
100%
;
height
:
100%
;
background-color
:
#ffffff
;
}
}
.record
{
.record
{
width
:
750rpx
;
width
:
750rpx
;
...
@@ -82,43 +83,43 @@ page {
...
@@ -82,43 +83,43 @@ page {
border-bottom
:
solid
16rpx
#f3f4f8
;
border-bottom
:
solid
16rpx
#f3f4f8
;
}
}
.company-name
{
.company-name
{
margin-left
:
32rpx
;
margin-top
:
32rpx
;
margin-top
:
32rpx
;
margin-left
:
32rpx
;
font-size
:
32rpx
;
font-size
:
32rpx
;
font-weight
:
600
;
font-weight
:
600
;
line-height
:
36rpx
;
line-height
:
36rpx
;
color
:
#1b2026
;
color
:
#1b2026
;
}
}
.div-time
{
.div-time
{
margin-top
:
-20rpx
;
margin-left
:
32rpx
;
margin-left
:
32rpx
;
font-size
:
24rpx
;
font-size
:
24rpx
;
color
:
#77818f
;
font-weight
:
normal
;
font-weight
:
normal
;
margin-top
:
-20rpx
;
color
:
#77818f
;
}
}
.div-state-finish
{
.div-state-finish
{
width
:
136rpx
;
width
:
136rpx
;
height
:
60rpx
;
height
:
60rpx
;
margin-left
:
582rpx
;
margin-top
:
-20rpx
;
margin-top
:
-20rpx
;
background
:
rgba
(
49
,
203
,
174
,
0
.1
)
;
margin-left
:
582rpx
;
font-size
:
24rpx
;
font-size
:
24rpx
;
text-align
:
center
;
font-weight
:
600
;
line-height
:
60rpx
;
line-height
:
60rpx
;
color
:
#31cbae
e6
;
color
:
#31cbae
e6
;
font-weight
:
600
;
text-align
:
center
;
background
:
rgb
(
49
203
174
/
10%
);
}
}
.div-state-await
{
.div-state-await
{
width
:
136rpx
;
width
:
136rpx
;
height
:
60rpx
;
height
:
60rpx
;
margin-left
:
582rpx
;
margin-top
:
-20rpx
;
margin-top
:
-20rpx
;
background
:
#1f86ff
10
;
margin-left
:
582rpx
;
font-size
:
24rpx
;
font-size
:
24rpx
;
text-align
:
center
;
font-weight
:
600
;
line-height
:
60rpx
;
line-height
:
60rpx
;
color
:
#1f86ff
;
color
:
#1f86ff
;
font-weight
:
600
;
text-align
:
center
;
background
:
#1f86ff
10
;
}
}
.button-feedback
{
.button-feedback
{
position
:
fixed
;
position
:
fixed
;
...
@@ -126,13 +127,13 @@ page {
...
@@ -126,13 +127,13 @@ page {
left
:
65rpx
;
left
:
65rpx
;
width
:
622rpx
;
width
:
622rpx
;
height
:
80rpx
;
height
:
80rpx
;
border-radius
:
12rpx
;
font-size
:
30rpx
;
font-size
:
30rpx
;
font-weight
:
600
;
font-weight
:
600
;
line-height
:
80rpx
;
color
:
#ffffff
;
color
:
#ffffff
;
text-align
:
center
;
text-align
:
center
;
line-height
:
80rpx
;
background
:
#1f86ff
;
background
:
#1f86ff
;
border-radius
:
12rpx
;
}
}
.content-line
{
.content-line
{
position
:
fixed
;
position
:
fixed
;
...
@@ -140,6 +141,6 @@ page {
...
@@ -140,6 +141,6 @@ page {
left
:
0rpx
;
left
:
0rpx
;
width
:
750rpx
;
width
:
750rpx
;
height
:
1rpx
;
height
:
1rpx
;
background
:
rgb
a
(
31
,
35
,
41
,
0
.15
);
background
:
rgb
(
31
35
41
/
15%
);
}
}
</
style
>
</
style
>
\ No newline at end of file
src/pages/user/myDelivery/index.vue
View file @
6342d876
<
template
>
<
template
>
<NavBar
:showIcon=
"true"
backgroundBox=
"#ffffff"
:showTitle=
"true"
:title=
"title"
></NavBar>
<div
class=
"page"
>
<div
class=
"page"
>
<view
class=
"item"
v-for=
"v in list"
:key=
"v.id"
@
click=
"jumpToDetail(v)"
>
<view
class=
"item"
v-for=
"v in list"
:key=
"v.id"
@
click=
"jumpToDetail(v)"
>
<view
class=
"name-salary flex-between"
>
<view
class=
"name-salary flex-between"
>
...
@@ -21,12 +22,14 @@
...
@@ -21,12 +22,14 @@
<
script
setup
>
<
script
setup
>
import
{
getApplicationListApi
,
getInterviewListApi
}
from
"@/api/user"
;
import
{
getApplicationListApi
,
getInterviewListApi
}
from
"@/api/user"
;
import
{
reactive
}
from
"vue"
;
import
{
reactive
,
ref
}
from
"vue"
;
import
{
getEnumText
}
from
"@/utils/utils.js"
;
import
{
getEnumText
}
from
"@/utils/utils.js"
;
let
pageNo
=
1
;
let
pageNo
=
1
;
let
type
=
1
;
let
type
=
1
;
const
list
=
reactive
([]);
const
list
=
reactive
([]);
const
title
=
ref
(
""
);
onLoad
(
e
=>
{
onLoad
(
e
=>
{
title
.
value
=
e
.
type
;
type
=
e
.
type
;
type
=
e
.
type
;
getList
();
getList
();
});
});
...
...
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