Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
2be1884d
Commit
2be1884d
authored
Oct 29, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1941bde1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
index.vue
src/views/withMenu/Home/index.vue
+12
-7
No files found.
src/views/withMenu/Home/index.vue
View file @
2be1884d
...
...
@@ -58,7 +58,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
defineComponent
,
onMounted
,
onUnmounted
}
from
"vue"
;
import
{
defineComponent
,
onMounted
,
onUnmounted
,
watch
}
from
"vue"
;
import
Banner
from
"./Banner/Banner.vue"
;
import
Navbar
from
"@/components/NavBar/index.vue"
import
AppList
from
"./AppList/index.vue"
;
...
...
@@ -86,6 +86,7 @@ import { eProductStatus } from "@/service/LoanProductService/type";
import
{
getUserMsg
}
from
"@/utils/userMsg"
import
{
sendLive
}
from
"@/utils/live"
;
import
{
isReviewMode
}
from
"@/utils/vueAppEnv"
;
import
{
chatLoginActionMark
,
eLoginType
}
from
"@/store/chatStore"
;
var
hiddenProperty
=
'hidden'
in
document
?
'hidden'
:
'webkitHidden'
in
document
?
'webkitHidden'
:
...
...
@@ -186,12 +187,16 @@ export default defineComponent({
sendLive
()
},
initLiveRoomCard
()
{
console
.
log
(
'request live info'
);
new
Bridge
().
bridge_getliveInfo
(
getUserMsg
()?.
userInfo
.
phone
,
(
msg
:
string
)
=>
{
if
(
msg
)
{
this
.
LiveRoomTitle
=
msg
;
}
})
if
(
getUserMsg
())
{
console
.
log
(
'request live info'
);
new
Bridge
().
bridge_getliveInfo
(
getUserMsg
()?.
userInfo
.
phone
,
(
msg
:
string
)
=>
{
if
(
msg
)
{
this
.
LiveRoomTitle
=
msg
;
}
})
}
else
{
this
.
LiveRoomTitle
=
''
;
}
},
getHotNews
()
{
getNewsList
({
...
...
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