Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-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
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
ad6b999a
Commit
ad6b999a
authored
Mar 25, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:麦克风文案调整,编辑内容缺失bug
parent
259da261
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
src/common/constants/academic.js
+4
-4
src/modules/teach-tool/components/QuestionEditor.jsx
+0
-4
No files found.
src/common/constants/academic.js
View file @
ad6b999a
/*
* @Author: 吴文洁
* @Date: 2020-03-19 16:45:42
* @LastEditors:
houyan
* @LastEditTime: 202
0-06-24 11:24:54
* @LastEditors:
yuananting
* @LastEditTime: 202
1-03-25 16:04:02
* @Description:
*/
import
XMEnum
from
'./XMEnum'
;
...
...
@@ -29,12 +29,12 @@ export const RECORD_ERROR = new XMEnum([
{
name
:
'NotAllowedError'
,
title
:
'请允许网页使用麦克风'
,
content
:
'
麦克风已被禁用,请现在浏览器设置中允许当前望重使用你的麦克风
'
content
:
'
请检查开启麦克风权限后重试
'
},
{
name
:
'PermissionDeniedError'
,
title
:
'请允许浏览器使用麦克风'
,
content
:
'
麦克风已被禁用,请现在浏览器设置中允许使用麦克风
'
content
:
'
请检查开启麦克风权限后重试
'
},
{
name
:
'NotFoundError'
,
...
...
src/modules/teach-tool/components/QuestionEditor.jsx
View file @
ad6b999a
...
...
@@ -157,10 +157,6 @@ class QuestionEditor extends Component {
}
}.
bind
(
this
)
);
if
(
counter
===
0
)
{
this
.
props
.
changeBlankCount
(
stemDom
);
}
}
editorRoot
.
config
.
onchange
=
(
html
)
=>
{
...
...
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