Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
3b2223d0
Commit
3b2223d0
authored
Jul 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:应急演练提交跳转处理,样式优化
parent
b7fab257
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
9 deletions
+36
-9
_peixun_yanlian_detail-anquan.css
src/_peixun_yanlian_detail-anquan.css
+4
-0
_peixun_yanlian_detail-anquan.html
src/_peixun_yanlian_detail-anquan.html
+1
-1
_peixun_yanlian_detail-anquan.js
src/_peixun_yanlian_detail-anquan.js
+13
-4
_peixun_yanlian_detail-yingji.css
src/_peixun_yanlian_detail-yingji.css
+3
-0
_peixun_yanlian_detail-yingji.html
src/_peixun_yanlian_detail-yingji.html
+1
-1
_peixun_yanlian_detail-yingji.js
src/_peixun_yanlian_detail-yingji.js
+14
-3
No files found.
src/_peixun_yanlian_detail-anquan.css
View file @
3b2223d0
...
...
@@ -313,6 +313,10 @@ body {
top
:
50%
;
transform
:
translateY
(
-50%
);
}
.title_requirediv
::before
{
left
:
3px
}
.selector
{
width
:
4rem
;
...
...
src/_peixun_yanlian_detail-anquan.html
View file @
3b2223d0
...
...
@@ -64,7 +64,7 @@
@
confirm=
"onDateConfirm"
@
cancel=
"showDatePicker = false"
/>
</van-popup>
<div
class=
"form-label form-label-div"
>
培训照片
</div>
<div
class=
"form-label form-label-div
title_require title_requirediv
"
>
培训照片
</div>
<div
class=
"img-wrapper"
>
<div
style=
"position: relative;"
v-for=
"(imgItem, index) in formData.images"
>
<img
:src=
"previewUrl + imgItem"
style=
"width: 1.6rem; height: 1.6rem;"
...
...
src/_peixun_yanlian_detail-anquan.js
View file @
3b2223d0
...
...
@@ -217,10 +217,19 @@ window.addEventListener("load", function() {
http3
.
post
(
'
/gaoqu/exercise
'
,
reqParam
).
then
((
res
)
=>
{
console
.
log
(
'
添加结果
'
,
res
)
if
(
res
.
code
===
200
){
vant
.
Toast
({
message
:
res
.
code
===
200
?
'
操作成功
'
:
'
操作失败
'
,
message
:
'
操作成功
'
,
})
location
.
reload
()
setTimeout
(
function
(){
history
.
back
()
},
300
)
}
else
{
vant
.
Toast
({
message
:
'
操作失败
'
,
})
}
})
},
//获取商户信息
...
...
src/_peixun_yanlian_detail-yingji.css
View file @
3b2223d0
...
...
@@ -313,6 +313,9 @@ body {
top
:
50%
;
transform
:
translateY
(
-50%
);
}
.title_requirediv
::before
{
left
:
1px
}
.selector
{
width
:
4rem
;
...
...
src/_peixun_yanlian_detail-yingji.html
View file @
3b2223d0
...
...
@@ -55,7 +55,7 @@
</van-popup>
<!-- 详情模式 -->
<div
class=
"form-label form-label-div"
>
演练照片
</div>
<div
class=
"form-label form-label-div
title_require title_requirediv
"
>
演练照片
</div>
<div
class=
"img-wrapper"
>
<div
style=
"position: relative;"
v-for=
"(imgItem, index) in formData.images"
>
<img
:src=
"previewUrl + imgItem"
style=
"width: 1.6rem; height: 1.6rem;"
...
...
src/_peixun_yanlian_detail-yingji.js
View file @
3b2223d0
...
...
@@ -178,9 +178,20 @@ window.addEventListener("load", function() {
http3
.
post
(
'
/gaoqu/exercise
'
,
reqParam
).
then
((
res
)
=>
{
console
.
log
(
'
添加结果
'
,
res
)
if
(
res
.
code
===
200
){
vant
.
Toast
({
message
:
res
.
code
===
200
?
'
操作成功
'
:
'
操作失败
'
,
message
:
'
操作成功
'
,
})
setTimeout
(
function
(){
history
.
back
()
},
300
)
}
else
{
vant
.
Toast
({
message
:
'
操作失败
'
,
})
}
// location.reload()
})
},
...
...
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