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
1ba64b36
Commit
1ba64b36
authored
Dec 09, 2024
by
songrui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
parents
ec35c7ee
c9b320bb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Doctor.vue
src/doctor/Doctor.vue
+1
-1
GeneralFUForm.vue
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
+2
-1
GuideTextVideo.vue
src/doctor/followUp/generalFU/form/GuideTextVideo.vue
+2
-1
No files found.
src/doctor/Doctor.vue
View file @
1ba64b36
...
@@ -52,7 +52,7 @@ export default {
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
b4d10be3-b4f3-4911-a1b3-d95e0491ce95
'
token
=
'
a099ecac-25e2-4dfc-bce8-8e54424e937d
'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
View file @
1ba64b36
...
@@ -57,7 +57,8 @@
...
@@ -57,7 +57,8 @@
@
click=
'showPublicizeType= true'
@
click=
'showPublicizeType= true'
>
>
<template
#
input
>
<template
#
input
>
<span
class=
'text-end'
>
{{
form
.
publicizeTypeName
}}
</span>
<span
class=
'text-end'
v-if=
'form.publicizeTypeName'
>
{{
form
.
publicizeTypeName
}}
</span>
<span
class=
'text-end'
v-if=
'!form.publicizeTypeName'
style=
'color: #dfdfe1'
>
请选择
</span>
</
template
>
</
template
>
</van-field>
</van-field>
<van-popup
v-model:show=
'showPublicizeType'
position=
'bottom'
>
<van-popup
v-model:show=
'showPublicizeType'
position=
'bottom'
>
...
...
src/doctor/followUp/generalFU/form/GuideTextVideo.vue
View file @
1ba64b36
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
@
click=
'showContentSelect= true'
@
click=
'showContentSelect= true'
>
>
<template
#
input
>
<template
#
input
>
<span
class=
'text-end'
>
{{
form
.
contentSelectName
}}
</span>
<span
class=
'text-end'
v-if=
'form.contentSelectName'
>
{{
form
.
contentSelectName
}}
</span>
<span
class=
'text-end'
v-if=
'!form.contentSelectName'
style=
'color: #dfdfe1'
>
请选择
</span>
</
template
>
</
template
>
</van-field>
</van-field>
<van-popup
v-model:show=
'showContentSelect'
position=
'bottom'
>
<van-popup
v-model:show=
'showContentSelect'
position=
'bottom'
>
...
...
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