Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
live-management-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
live-management-web
Commits
ed4296ee
Commit
ed4296ee
authored
Jul 29, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复新增互动列表无法更新音色的问题
parent
7ec3301a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
src/pages/createInteract/components/AddInteractDialog.vue
+3
-0
src/pages/createLive/components/scripts.vue
+1
-0
src/pages/createLive/index.vue
+1
-0
No files found.
src/pages/createInteract/components/AddInteractDialog.vue
View file @
ed4296ee
...
...
@@ -389,6 +389,9 @@ const onSave = async (status: boolean) => {
}
params
.
type
=
1
;
params
.
reply_content
=
tonesFile
.
value
;
if
(
tonesValue
.
value
)
{
params
.
phonetic_timbres_id
=
tonesValue
.
value
;
}
}
else
if
(
currentTab
.
value
==
'2'
)
{
// 文本
// 音调,文字必填
...
...
src/pages/createLive/components/scripts.vue
View file @
ed4296ee
...
...
@@ -244,6 +244,7 @@ watch(
phoneticsInfo
.
value
=
{};
textareaValue
.
value
=
''
;
currentOption
.
value
=
scriptTypeText
;
scriptTypeChange
(
scriptTypeText
+
''
);
},
);
...
...
src/pages/createLive/index.vue
View file @
ed4296ee
...
...
@@ -246,6 +246,7 @@ const currentModuleField = () => {
Object
.
keys
(
createLiveInfo
.
value
).
forEach
((
key
:
string
)
=>
{
if
(
it
===
key
)
{
let
value
=
createLiveInfo
.
value
[
key
];
console
.
log
(
value
);
if
(
DataType
(
value
)
&&
!
value
.
length
)
{
// 是数组
status
=
false
;
...
...
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