소스 검색

update VideoPage.vue

reghao 1 년 전
부모
커밋
16b472b056
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/views/home/VideoPage.vue

+ 7 - 0
src/views/home/VideoPage.vue

@@ -566,6 +566,13 @@ export default {
             type: 'warning',
             duration: 3000
           })
+        } else {
+          this.$notify({
+            title: '提示',
+            message: resp.msg,
+            type: 'warning',
+            duration: 3000
+          })
         }
       }).catch(error => {
         this.$notify({