guhongwei 4 년 전
부모
커밋
60752e4592
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/user/detail.vue

+ 1 - 1
src/views/user/detail.vue

@@ -70,7 +70,7 @@ export default {
         }
       } else {
         this.$set(this, `title`, '新闻资讯详情');
-        res = await this.xwzxFetch(this.id);
+        let res = await this.xwzxFetch(this.id);
         if (this.$checkRes(res)) {
           this.$set(this, `xwzxInfo`, res.data);
         }