kun 19/10/16 18:12

This commit is contained in:
沈学坤
2019-10-16 18:11:49 +08:00
parent d01f3b2af0
commit 2892879358
9 changed files with 7 additions and 131 deletions

View File

@@ -268,8 +268,6 @@ export default {
}).then(res => {
if (res.data.code === 200) {
_this.bgValue = res.data.data
console.log(_this.bgValue)
_this.cd = _this.bgValue.announcement.length
} else {
_this.$message.error('请求数据有问题!')

View File

@@ -283,7 +283,6 @@ export default {
if (res.data.data.code === 200) {
_this.zData = res.data.data.data.ProjectDetails
_this.zDate = res.data.data.data.ProjectReview
console.log(res.data.data.data)
} else {
alert('请求失败!')
}