inleft
2022-08-11 af029bdfb645bd2b75fbab687c1a5f45b428d801
src/components/mini/mdDetail.vue
@@ -131,8 +131,10 @@
            this.showMsg = true;
            this.errorMsg = "加载中..";
            if (this.articleFileType == myConstant.fileTypeShort) {
               this.errorMsg = "没有更多啦..";
            if (this.articleFileType == myConstant.fileTypeShort ||
               this.articleFileType == myConstant.fileTypeVideo ||
               this.articleFileType == myConstant.fileTypeMp3) {
               this.errorMsg = "该类型日志在这里没有更多啦..";
               return
            }
@@ -193,7 +195,7 @@
         },
         back: function() {
            this.$router.go(-1);
            this.$router.back(-1);
         }
      },