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
51f4690f
Commit
51f4690f
authored
Dec 10, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 v1.2 duration 默认3秒
parent
b187e8e7
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+1
-1
FirstDetail.vue
src/doctor/screening/detail/FirstDetail.vue
+1
-1
SecondDetail.vue
src/doctor/screening/detail/SecondDetail.vue
+1
-1
Detail.vue
src/resident/screening/first/detail/Detail.vue
+1
-1
List.vue
src/resident/screening/first/detail/List.vue
+1
-1
Index.vue
src/resident/screening/first/form/Index.vue
+1
-1
Detail.vue
src/residentWX/guide/Detail.vue
+1
-1
Session.vue
src/residentWX/nim/Session.vue
+1
-1
Test.vue
src/residentWX/nim/Test.vue
+1
-1
FirstDetail.vue
src/residentWX/screening/detail/FirstDetail.vue
+1
-1
SecondDetail.vue
src/residentWX/screening/detail/SecondDetail.vue
+1
-1
FirstFUDetail.vue
src/residentWX/visit/detail/FirstFUDetail.vue
+1
-1
SecondFUDetail.vue
src/residentWX/visit/detail/SecondFUDetail.vue
+1
-1
No files found.
src/doctor/patientDetail/PatientDetail.vue
View file @
51f4690f
...
@@ -166,7 +166,7 @@ export default {
...
@@ -166,7 +166,7 @@ export default {
},
},
created
()
{
created
()
{
if
(
!
this
.
residentInfoId
)
{
if
(
!
this
.
residentInfoId
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到患者信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到患者信息'
})
return
return
}
}
this
.
load
()
this
.
load
()
...
...
src/doctor/screening/detail/FirstDetail.vue
View file @
51f4690f
...
@@ -155,7 +155,7 @@ export default {
...
@@ -155,7 +155,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'筛查详情'
document
.
title
=
'筛查详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/doctor/screening/detail/SecondDetail.vue
View file @
51f4690f
...
@@ -727,7 +727,7 @@ export default {
...
@@ -727,7 +727,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'筛查详情'
document
.
title
=
'筛查详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/resident/screening/first/detail/Detail.vue
View file @
51f4690f
...
@@ -125,7 +125,7 @@ export default {
...
@@ -125,7 +125,7 @@ export default {
},
},
created
()
{
created
()
{
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/resident/screening/first/detail/List.vue
View file @
51f4690f
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
},
},
created
()
{
created
()
{
if
(
!
this
.
idCard
)
{
if
(
!
this
.
idCard
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到用户信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到用户信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/resident/screening/first/form/Index.vue
View file @
51f4690f
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
},
},
created
()
{
created
()
{
if
(
!
this
.
doctorId
)
{
if
(
!
this
.
doctorId
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到医生信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到医生信息'
})
return
return
}
}
this
.
recordForm
.
doctorId
=
this
.
doctorId
this
.
recordForm
.
doctorId
=
this
.
doctorId
...
...
src/residentWX/guide/Detail.vue
View file @
51f4690f
...
@@ -118,7 +118,7 @@ export default {
...
@@ -118,7 +118,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'指导详情'
document
.
title
=
'指导详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/residentWX/nim/Session.vue
View file @
51f4690f
...
@@ -149,7 +149,7 @@ export default {
...
@@ -149,7 +149,7 @@ export default {
// 连接到im服务
// 连接到im服务
connect
()
{
connect
()
{
if
(
!
this
.
accountId
||
!
this
.
token
)
{
if
(
!
this
.
accountId
||
!
this
.
token
)
{
showNotify
({
type
:
'warning'
,
message
:
'聊天服务连接失败'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'聊天服务连接失败'
})
return
return
}
}
this
.
isConnect
=
false
this
.
isConnect
=
false
...
...
src/residentWX/nim/Test.vue
View file @
51f4690f
...
@@ -40,7 +40,7 @@ export default {
...
@@ -40,7 +40,7 @@ export default {
console
.
log
(
obj
.
duration
)
console
.
log
(
obj
.
duration
)
},
},
ondisconnect
:
function
(
error
)
{
ondisconnect
:
function
(
error
)
{
showNotify
({
type
:
'warning'
,
message
:
'连接失败'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'连接失败'
})
// if (error) {
// if (error) {
// switch (error.code) {
// switch (error.code) {
// case 302:
// case 302:
...
...
src/residentWX/screening/detail/FirstDetail.vue
View file @
51f4690f
...
@@ -159,7 +159,7 @@ export default {
...
@@ -159,7 +159,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'筛查详情'
document
.
title
=
'筛查详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/residentWX/screening/detail/SecondDetail.vue
View file @
51f4690f
...
@@ -728,7 +728,7 @@ export default {
...
@@ -728,7 +728,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'筛查详情'
document
.
title
=
'筛查详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/residentWX/visit/detail/FirstFUDetail.vue
View file @
51f4690f
...
@@ -159,7 +159,7 @@ export default {
...
@@ -159,7 +159,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'主要慢病高危随访详情'
document
.
title
=
'主要慢病高危随访详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
src/residentWX/visit/detail/SecondFUDetail.vue
View file @
51f4690f
...
@@ -728,7 +728,7 @@ export default {
...
@@ -728,7 +728,7 @@ export default {
created
()
{
created
()
{
document
.
title
=
'专病高危随访详情'
document
.
title
=
'专病高危随访详情'
if
(
!
this
.
id
)
{
if
(
!
this
.
id
)
{
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
,
duration
:
0
})
showNotify
({
type
:
'warning'
,
message
:
'未获取到查询信息'
})
return
return
}
}
this
.
init
()
this
.
init
()
...
...
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