瀏覽代碼

提交代码~

release/210823_需求对对碰
王饶冀 3 年之前
父節點
當前提交
dc68ceeb0d
共有 3 個文件被更改,包括 8 次插入9 次删除
  1. 1
    2
      app.json
  2. 2
    2
      pages/index/components/listDetails/Details.js
  3. 5
    5
      pages/releaseModule/index.wxss

+ 1
- 2
app.json 查看文件

@@ -23,7 +23,6 @@
},
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"kbone": true,
"weui": true
"kbone": true
}
}

+ 2
- 2
pages/index/components/listDetails/Details.js 查看文件

@@ -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,

+ 5
- 5
pages/releaseModule/index.wxss 查看文件

@@ -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;

Loading…
取消
儲存