guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
60752e4592
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
         }