@@ -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);