reghao 1 год назад
Родитель
Сommit
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',
             type: 'warning',
             duration: 3000
             duration: 3000
           })
           })
+        } else {
+          this.$notify({
+            title: '提示',
+            message: resp.msg,
+            type: 'warning',
+            duration: 3000
+          })
         }
         }
       }).catch(error => {
       }).catch(error => {
         this.$notify({
         this.$notify({