From 529b55bf832642cdf6a76c4d14be44903858a585 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Tue, 26 Sep 2023 19:26:41 +0800 Subject: [PATCH] fix --- pages/cameraContext/cameraContext.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/cameraContext/cameraContext.vue b/pages/cameraContext/cameraContext.vue index 2cc297e..f923bf2 100644 --- a/pages/cameraContext/cameraContext.vue +++ b/pages/cameraContext/cameraContext.vue @@ -27,9 +27,10 @@ color="#76C458" @click="startRecord" @touchend="stopRecord" + :disabled="isAnimate" > - + @@ -42,7 +43,8 @@ export default { return { isAnimate: false, tempVideoPath: "", - tips: "⚪录制" + tips: "⚪录制", + isEnd: true }; }, onLoad() { @@ -63,6 +65,7 @@ export default { this.$common.msgToast("录制完成"); this.tempVideoPath = res.tempVideoPath; this.tips = "⚪录制完成"; + this.isEnd = false; } }); }, 5000); @@ -139,6 +142,7 @@ export default { display: flex; justify-content: center; align-items: center; + .dot { width: 30rpx; height: 30rpx;