bug
This commit is contained in:
@@ -133,6 +133,7 @@ export default {
|
|||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.voiceUrl = res.data[0].split(';')[0]
|
this.voiceUrl = res.data[0].split(';')[0]
|
||||||
this.voiceId = res.data[0].split(';')[1]
|
this.voiceId = res.data[0].split(';')[1]
|
||||||
|
this.isStart = false
|
||||||
this.sendVoice()
|
this.sendVoice()
|
||||||
}
|
}
|
||||||
}).catch(res => {
|
}).catch(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user