瀏覽代碼

音频提示

natasha 1 年之前
父節點
當前提交
060d3fa06d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/components/Adult/preview/AudioLine.vue

+ 6 - 0
src/components/Adult/preview/AudioLine.vue

@@ -216,6 +216,12 @@ export default {
           this.audio.loading = true;
           this.count++;
         }
+        setTimeout(() => {
+          if (this.audio.currentTime === 0) {
+            this.$message.warning("音频正在加载中,请稍后重试");
+          }
+        }, 300);
+
         if (this.hideSlider) {
           this.$refs[audioId].play();
           this.onTimeupdateTime(this.bg / 1000);