JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_杨航请假修改杨航的发送语音按钮不关闭页面的问题
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<view class="talk-btns" ref="talkBtnRef">
|
||||
<view class="touch-btn" @touchstart="getRecordPermission" @touchend="hideOverlayTalking" @touchmove="handleMove"
|
||||
@touchcancel="hideOverlayTalking" v-if="!keyboardIsShow">
|
||||
<!---->
|
||||
<view class="touch-btn" @touchstart="getRecordPermission" @touchend="hideOverlayTalking" @touchmove="handleMove"
|
||||
@touchcancel="hideOverlayTalking" v-if="!keyboardIsShow" >
|
||||
按住说话
|
||||
</view>
|
||||
<view class="touch-btn" v-if="keyboardIsShow">
|
||||
@@ -40,7 +41,7 @@
|
||||
<view class="send-btn" @click="sendText()">发送</view>
|
||||
</view>
|
||||
<view class="btns-box" v-else>
|
||||
<view :class="['close-btn', isOutLeft ? 'is-out' : '']">
|
||||
<view :class="['close-btn', isOutLeft ? 'is-out' : '']" @click="closeModel()">
|
||||
<image class="btn-box" v-if="!isOutLeft" src="/src/static/images/course/cancel.png" mode="heightFix">
|
||||
</image>
|
||||
<image class="btn-box" v-else src="/src/static/images/course/cancel-active.png" mode="heightFix"></image>
|
||||
@@ -618,6 +619,7 @@
|
||||
console.log('调用结束语音回答');
|
||||
};
|
||||
const changeBtn = () => {
|
||||
console.log('取消按钮');
|
||||
if (props.isDisabled) return;
|
||||
keyboardIsShow.value = !keyboardIsShow.value;
|
||||
answerValue.value = '';
|
||||
|
||||
Reference in New Issue
Block a user