}, | }, | ||||
"sitemapLocation": "sitemap.json", | "sitemapLocation": "sitemap.json", | ||||
"useExtendedLib": { | "useExtendedLib": { | ||||
"kbone": true, | |||||
"weui": true | |||||
"kbone": true | |||||
} | } | ||||
} | } |
}, | }, | ||||
// 获取list数据 | // 获取list数据 | ||||
getListData() { | getListData() { | ||||
let { page, size, type } = this.data; | |||||
let { page, size, type,currentData } = this.data; | |||||
$request.get('/businessCommunicationDemand/getDemandByKeywordOrType.action', | $request.get('/businessCommunicationDemand/getDemandByKeywordOrType.action', | ||||
{ page, size, type, isInterest: 1 } | |||||
{ page, size, type, isInterest: 1,demandId:currentData.businessCommunicationDemandId } | |||||
).then(res => { | ).then(res => { | ||||
this.setData({ | this.setData({ | ||||
pageLoading: false, | pageLoading: false, |
box-sizing: border-box; | box-sizing: border-box; | ||||
padding: 0 10rpx; | padding: 0 10rpx; | ||||
} | } | ||||
.tags-item-box .isActive:nth-child(1) .tag{ | |||||
/* .tags-item-box .tag-item.isActive:nth-child(1) .tag{ | |||||
background-color: #e4f7ea; | background-color: #e4f7ea; | ||||
color: #52cc7a; | color: #52cc7a; | ||||
} | |||||
.tags-item-box .isActive:nth-child(2) .tag{ | |||||
} */ | |||||
.tags-item-box .isActive .tag{ | |||||
background-color: #e4f1f7; | background-color: #e4f1f7; | ||||
color: #3d97e6; | color: #3d97e6; | ||||
} | } | ||||
.tags-item-box .isActive:nth-child(3) .tag{ | |||||
/* .tags-item-box .tag-item.isActive:nth-child(3) .tag{ | |||||
background-color: #f7eee4; | background-color: #f7eee4; | ||||
color: #ffa769; | color: #ffa769; | ||||
} | |||||
} */ | |||||
.tags-item-box .tag{ | .tags-item-box .tag{ | ||||
height: 50rpx; | height: 50rpx; | ||||
line-height: 50rpx; | line-height: 50rpx; |