Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
epidemic
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
史锦峰
epidemic
Commits
f781bf9b
Commit
f781bf9b
authored
5 years ago
by
sjf1256754123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
de
parent
cf7ff16f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
fillIn.vue
pages/fillIn/fillIn.vue
+3
-1
security.vue
pages/security/security.vue
+1
-1
No files found.
pages/fillIn/fillIn.vue
View file @
f781bf9b
...
@@ -1957,7 +1957,9 @@
...
@@ -1957,7 +1957,9 @@
this
.
$http
.
post
(
`/sict-ncov/report`
,
data
).
then
(
res
=>
{
this
.
$http
.
post
(
`/sict-ncov/report`
,
data
).
then
(
res
=>
{
const
d
=
res
.
data
const
d
=
res
.
data
if
(
d
.
code
==
1
)
{
if
(
d
.
code
==
1
)
{
uni
.
navigateBack
()
uni
.
switchTab
({
url
:
'
/pages/index/index
'
,
});
uni
.
showToast
({
uni
.
showToast
({
icon
:
'
success
'
,
icon
:
'
success
'
,
title
:
'
提交成功
'
title
:
'
提交成功
'
...
...
This diff is collapsed.
Click to expand it.
pages/security/security.vue
View file @
f781bf9b
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
if
(
d
.
code
==
1
)
{
if
(
d
.
code
==
1
)
{
uni
.
showToast
({
uni
.
showToast
({
icon
:
'
success
'
,
icon
:
'
success
'
,
title
:
d
.
object
title
:
d
.
object
||
d
.
message
})
})
}
}
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
...
...
This diff is collapsed.
Click to expand it.
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