mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 07:46:44 +08:00
团队长
This commit is contained in:
@@ -340,30 +340,7 @@ export default {
|
||||
(this.ysbb = res.content.list[0].ysbb),(this.agentCode = res.content.list[0].code)
|
||||
}
|
||||
})
|
||||
},
|
||||
// 点击头像
|
||||
InfoDetails(item) {
|
||||
console.log(item)
|
||||
for (let i = 0; i < this.headerList.length; i++) {
|
||||
this.headerList[i].isShowImg = true
|
||||
}
|
||||
this.headerList[item].isShowImg = false
|
||||
|
||||
let code = {
|
||||
date: this.timeCode,
|
||||
agentCode: this.headerList[item].agentCode,
|
||||
}
|
||||
getPerformanceDetail(code).then((res) => {
|
||||
console.log(res)
|
||||
if (res.result == 0) {
|
||||
;(this.cbbb = res.content.list[0].cbbb),
|
||||
(this.cbjs = res.content.list[0].cbjs),
|
||||
(this.ysjs = res.content.list[0].ysjs),
|
||||
(this.ysbb = res.content.list[0].ysbb),
|
||||
(this.agentCode = res.content.list[0].code)
|
||||
}
|
||||
})
|
||||
},
|
||||
}
|
||||
},
|
||||
destroyed: function () {
|
||||
console.log("我已经离开了!");
|
||||
|
||||
Reference in New Issue
Block a user