mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 03:03:41 +00:00
no message
This commit is contained in:
parent
6132c3fa02
commit
7c1834107e
2
public/js/build/552.js
vendored
2
public/js/build/552.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/572.js
vendored
2
public/js/build/572.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/620.js
vendored
2
public/js/build/620.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/626.js
vendored
2
public/js/build/626.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
e7b8a1795dcd59a7
|
3a137302dc01bb83
|
||||||
|
|||||||
@ -661,11 +661,11 @@ export default {
|
|||||||
|
|
||||||
startRecord() {
|
startRecord() {
|
||||||
if (this.sendClass === 'recorder') {
|
if (this.sendClass === 'recorder') {
|
||||||
|
this.recordDuration = 0;
|
||||||
this.recordState = "ready";
|
this.recordState = "ready";
|
||||||
this.$nextTick(_ => {
|
this.$nextTick(_ => {
|
||||||
this.recordRec.open(_ => {
|
this.recordRec.open(_ => {
|
||||||
if (this.recordState === "ready") {
|
if (this.recordState === "ready") {
|
||||||
this.recordDuration = 0;
|
|
||||||
this.recordState = "ing"
|
this.recordState = "ing"
|
||||||
this.recordBlob = null
|
this.recordBlob = null
|
||||||
setTimeout(_ => {
|
setTimeout(_ => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user