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