diff --git a/pages/demandHall/business/index.vue b/pages/demandHall/business/index.vue index 624d2a8..10a47f6 100644 --- a/pages/demandHall/business/index.vue +++ b/pages/demandHall/business/index.vue @@ -55,7 +55,7 @@ {{item.enterpriseTitle}} - 了解详情 + 了解详情 @@ -175,6 +175,11 @@ this.showCirc = false }) }, + toCompanyDetail(id){ + uni.navigateTo({ + url:"/pages/life/articleDetail/index?id=" + id + }) + }, //换一批 replaceClick(){ if(!this.showCirc){ diff --git a/pages/demandHall/projectDetail/index.vue b/pages/demandHall/projectDetail/index.vue index 1e5832f..e3dc818 100644 --- a/pages/demandHall/projectDetail/index.vue +++ b/pages/demandHall/projectDetail/index.vue @@ -299,7 +299,6 @@ width: 100%; height: 345rpx; white-space: nowrap; - padding-left: 22rpx; } .recommend-list { @@ -310,9 +309,11 @@ font-size: 24rpx; color: #707070; display: inline-block; - margin: 0 22rpx 0 10rpx; + margin: 0 32rpx 0 0rpx; + } + .recommend-list:nth-child(1){ + margin-left: 32rpx; } - .recommend-list image { width: 392rpx; height: 194rpx; diff --git a/pages/home/activityCenter/index.vue b/pages/home/activityCenter/index.vue index 6cd7306..8289abc 100644 --- a/pages/home/activityCenter/index.vue +++ b/pages/home/activityCenter/index.vue @@ -1,62 +1,88 @@ -