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