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
853c086a
Commit
853c086a
authored
Nov 29, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
85864359
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
index.vue
src/pages/user/feedbackDetails/index.vue
+30
-0
request.js
src/utils/request.js
+6
-0
utils.js
src/utils/utils.js
+2
-0
No files found.
src/pages/user/feedbackDetails/index.vue
View file @
853c086a
...
...
@@ -22,6 +22,18 @@
</view>
</view>
<view
class=
"tip"
v-if=
"!id"
>
上传图片(可上传0-3张图片)
</view>
<view
class=
"msg-t"
>
<view
class=
"title"
>
投诉时间
</view>
<view
class=
"hf"
>
{{
$formatTimestamp
(
detail
.
createTime
,
"YYYY-MM-DD hh:mm"
)
}}
</view>
</view>
<view
class=
"msg-t"
>
<view
class=
"title"
>
回复时间
</view>
<view
class=
"hf"
>
{{
$formatTimestamp
(
detail
.
updateTime
,
"YYYY-MM-DD hh:mm"
)
}}
</view>
</view>
<view
class=
"msg-t"
>
<view
class=
"title"
>
回复人
</view>
<view
class=
"hf"
>
{{
detail
.
operator
||
""
}}
</view>
</view>
<view
class=
"msg"
>
<view
class=
"title"
>
平台回复
</view>
<view
class=
"hf"
>
{{
detail
.
replyMessage
||
"暂无回复"
}}
</view>
...
...
@@ -144,6 +156,24 @@ const feedbackAddFn = () => {
margin-top
:
16rpx
;
}
}
.msg-t
{
padding-top
:
32rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
.title
{
font-size
:
32rpx
;
font-weight
:
600
;
color
:
#1b2026
;
position
:
relative
;
}
.hf
{
font-size
:
28rpx
;
line-height
:
36rpx
;
color
:
#4e5969
;
margin-top
:
16rpx
;
}
}
.title
{
font-size
:
32rpx
;
font-weight
:
600
;
...
...
src/utils/request.js
View file @
853c086a
...
...
@@ -106,6 +106,12 @@ instance.interceptors.response.use(
}
});
}
else
if
(
code
==
5
)
{
uni
.
showModal
({
title
:
"企业用户被禁用"
,
showCancel
:
false
,
confirmText
:
"确定"
});
}
},
error
=>
{
...
...
src/utils/utils.js
View file @
853c086a
...
...
@@ -120,6 +120,8 @@ export const validateForm = (formData, requiredFields, type) => {
}
else
if
(
fieldValue
===
null
||
fieldValue
===
undefined
||
fieldValue
===
""
)
{
// const title = fieldMapping[field] || (type === "post" ? "岗位信息" : "表单");
console
.
log
(
'fieldMapping[field]'
,
field
);
const
title
=
fieldMapping
[
field
]
||
(
type
===
"post"
?
"相关信息"
:
"相关信息"
);
uni
.
showToast
({
title
:
`请
${
type
===
"post"
?
"完善"
:
"完善"
}${
title
}
!`
,
...
...
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