kun 19/10/16 18:12
This commit is contained in:
@@ -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('请求数据有问题!')
|
||||
|
||||
@@ -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('请求失败!')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user