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
a8030a50
Commit
a8030a50
authored
Nov 03, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复头像链接传输
parent
461b4034
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
35 deletions
+60
-35
live.ts
src/utils/live.ts
+60
-35
No files found.
src/utils/live.ts
View file @
a8030a50
import
Bridge
from
"@/utils/jsBridge2"
import
{
Toast
}
from
'vant'
;
import
Bridge
from
'@/utils/jsBridge2'
import
{
Toast
}
from
'vant'
import
{
enableLive
}
from
'@/service/StaffService/index'
export
const
sendLive
=
()
=>
{
...
...
@@ -16,37 +16,63 @@ export const sendLive = () => {
// allow: true,
// time_section: '30000'
// })
enableLive
().
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
allow
=
res
.
data
.
allow
time_section
=
res
.
data
.
time_section
}
new
Bridge
().
bridge_live
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)?.
userInfo
.
phone
,
avatar
:
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
enableLive
()
.
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
allow
=
res
.
data
.
allow
time_section
=
res
.
data
.
time_section
}
new
Bridge
().
bridge_live
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)
?.
userInfo
.
phone
,
avatar
:
window
.
location
.
protocol
+
'//'
+
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
,
})
console
.
log
(
{
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)
?.
userInfo
.
phone
,
avatar
:
window
.
location
.
protocol
+
'//'
+
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
,
},
'show live'
,
)
})
console
.
log
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)?.
userInfo
.
phone
,
avatar
:
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
},
'show live'
);
}).
catch
(()
=>
{
new
Bridge
().
bridge_live
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)?.
userInfo
.
phone
,
avatar
:
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
.
catch
(()
=>
{
new
Bridge
().
bridge_live
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)
?.
userInfo
.
phone
,
avatar
:
window
.
location
.
protocol
+
'//'
+
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
,
})
console
.
log
(
{
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)
?.
userInfo
.
phone
,
avatar
:
window
.
location
.
protocol
+
'//'
+
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
,
},
'show live'
,
)
})
console
.
log
({
phone
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'USER_MSG'
)
as
string
)?.
userInfo
.
phone
,
avatar
:
window
.
location
.
host
+
require
(
'../assets/icons/avatar.png'
),
allow
,
time_section
},
'show live'
);
})
}
\ No newline at end of file
}
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