Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-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
songrui
frontend-h5
Commits
1fb477c3
Commit
1fb477c3
authored
Sep 20, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 居民端 bug修复
parent
484c4604
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Search.vue
src/doctor/followUp/search/Search.vue
+2
-2
IdCheck.vue
src/resident/screening/first/form/IdCheck.vue
+2
-2
No files found.
src/doctor/Doctor.vue
View file @
1fb477c3
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
83333a9a-e5f8-4463-983f-6446d8d73323
'
token
=
'
fb0f86c5-b041-4e28-ad10-6e98c74a7c64
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/search/Search.vue
View file @
1fb477c3
...
...
@@ -11,9 +11,9 @@
clearable
@
clear=
"idCardClear"
ref=
"idCardField"
/>
<van-uploader
:max-size=
"5 * 1024 * 1024"
:after-read=
"afterRead"
max-count=
"1"
>
<!--
<van-uploader
:max-size=
"5 * 1024 * 1024"
:after-read=
"afterRead"
max-count=
"1"
>
<doc-icon
type=
"doc-camera"
class=
"shrink-0 mr-3"
style=
"color: #575B66"
/>
</van-uploader>
</van-uploader>
-->
</div>
<span
class=
"text-16 shrink-0 text-primary"
@
click=
"search"
>
搜索
...
...
src/resident/screening/first/form/IdCheck.vue
View file @
1fb477c3
...
...
@@ -24,9 +24,9 @@
>
<template
#
right-icon
>
<div
class=
"flex items-center"
>
<van-uploader
:max-size=
"5 * 1024 * 1024"
:after-read=
"afterRead"
max-count=
"1"
>
<!--
<van-uploader
:max-size=
"5 * 1024 * 1024"
:after-read=
"afterRead"
max-count=
"1"
>
<doc-icon
type=
"doc-scan"
style=
"font-size: .2rem;"
/>
</van-uploader>
</van-uploader>
-->
</div>
</
template
>
</van-field>
...
...
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