JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
mask-background-color="rgba(0,0,0,0.9)" bg-color="none" z-index="10007"
|
||||
@change="({show}) => {showTalkingModel = show}"> -->
|
||||
<uni-popup ref="talkModelRef" type="bottom" :mask-click="false" :safe-area="true"
|
||||
@mask-click="()=>{ console.log(1111)}" mask-background-color="rgba(0,0,0,0.9)">
|
||||
@mask-click="maskClick" mask-background-color="rgba(0,0,0,0.9)">
|
||||
<view class="overlay-box">
|
||||
<view class="circle-bg-box no-bg" v-if="transVoiceIng">
|
||||
</view>
|
||||
@@ -216,11 +216,11 @@
|
||||
const isGettingPermission = ref(false)
|
||||
const isStartNum = ref(0);
|
||||
const isStopNum = ref(0);
|
||||
const transLoading = ref(false)
|
||||
//#ifdef APP-PLUS
|
||||
// app端
|
||||
const recordObjCom = ref({});
|
||||
const IsAndEnv = getPhoneEnvBool('AND');
|
||||
const transLoading = ref(false)
|
||||
const initRecord = () => {
|
||||
recordObjCom.value = uni.getRecorderManager();
|
||||
unref(recordObjCom)?.onStop((res, duration) => {
|
||||
@@ -232,7 +232,6 @@
|
||||
audioPath.value = res.tempFilePath;
|
||||
console.log(isOut.value, isOutLeft.value, isOutRight.value)
|
||||
if (!isOut.value && (props.answerMethod !== '02')) {
|
||||
console.log(11111111111)
|
||||
if (startFlag.value !== 2) {
|
||||
closeModel(() => {
|
||||
nextTick(() => {
|
||||
@@ -548,6 +547,11 @@
|
||||
});
|
||||
}
|
||||
};
|
||||
const maskClick = ()=>{
|
||||
if(!transVoiceIng.value){
|
||||
closeModel()
|
||||
}
|
||||
}
|
||||
const hideOverlayTalking = (obj) => {
|
||||
isMoving.value = false;
|
||||
if (!showTalkingModel.value) return;
|
||||
|
||||
Reference in New Issue
Block a user