210主机联机页面代码修改
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
|
||||
<view class="clear"></view>
|
||||
</view>
|
||||
|
||||
<view class="text-content">
|
||||
<view class="uni-textarea">
|
||||
<textarea class="textarea" v-model="formData.txt" placeholder-class="placehoderClass"
|
||||
@ -265,7 +264,6 @@
|
||||
});
|
||||
},
|
||||
onBackPress(e) {
|
||||
debugger;
|
||||
if (this.Status.isRecord) { //如果正在录音,提示是否放弃
|
||||
this.showMsg("正在录音,是否放弃?", false, true, () => {
|
||||
these.Status.pageValid = true;
|
||||
@ -438,7 +436,6 @@
|
||||
task().then(res => {
|
||||
|
||||
try {
|
||||
debugger;
|
||||
console.log("文本转语音成功", res);
|
||||
hexs = res;
|
||||
|
||||
@ -1091,7 +1088,6 @@
|
||||
|
||||
},
|
||||
stopLuYin() {
|
||||
debugger;
|
||||
clearInterval(this.Status.recoderIntval);
|
||||
this.Status.recoderIntval = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user