Browse Source

我的视频resultMsg 首字母小写

pzc 4 years ago
parent
commit
5501e7da7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shortVideo/MyVideos.vue

+ 1 - 1
src/views/shortVideo/MyVideos.vue

@@ -98,7 +98,7 @@ export default {
             this.processingListTotal = data.pager.totalItemCount;
             this.processingList = data.resultObject;
           } else {
-            this.$toast(data.ResultMsg);
+            this.$toast(data.resultMsg);
           }
           Toast.clear();
         })