Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
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
ynby
folacin-front
Commits
632dcf0b
Commit
632dcf0b
authored
3 months ago
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节
parent
e1ba2528
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
folacin-app/public/index.html
+1
-1
index.vue
folacin-app/src/views/index/index.vue
+0
-3
provideUnit.vue
folacin-app/src/views/provideUnit/provideUnit.vue
+4
-1
No files found.
folacin-app/public/index.html
View file @
632dcf0b
...
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<!-- <script src="https://
cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min
.js"></script>-->
<!-- <script src="https://
beta-copd-img.yiboshi.com/20241106/1730860078278931285
.js"></script>-->
<title>
叶酸发放-居民端
</title>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
folacin-app/src/views/index/index.vue
View file @
632dcf0b
...
...
@@ -32,9 +32,6 @@ export default {
vm
.
initUserInfo
(
result
);
vm
.
showMsg
();
};
window
[
'qrcodeContent'
]
=
(
result
)
=>
{
vm
.
scanQRCallBack
(
result
);
};
},
mounted
()
{
this
.
init
();
...
...
This diff is collapsed.
Click to expand it.
folacin-app/src/views/provideUnit/provideUnit.vue
View file @
632dcf0b
...
...
@@ -44,6 +44,10 @@ export default {
}
},
created
()
{
let
vm
=
this
;
window
[
'qrcodeContent'
]
=
(
result
)
=>
{
vm
.
scanQRCallBack
(
result
);
};
},
mounted
()
{
this
.
getProvideUnitList
();
...
...
@@ -91,7 +95,6 @@ export default {
};
window
.
sessionStorage
.
setItem
(
'applyUnitInfo'
,
JSON
.
stringify
(
applyUnitInfo
));
this
.
$router
.
push
(
'questionAnswer'
);
},
// 申请记录
handleRecord
()
{
...
...
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