From e06f4c8692b2b8e4d3a2d3944d8061d2e876dc3d Mon Sep 17 00:00:00 2001
From: kk_888 <1422704179@qq.com>
Date: Fri, 24 Dec 2021 15:29:43 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E7=94=9F=E6=80=819?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/demandHall/business/index.vue | 6 +-
pages/demandHall/enterprisePage/index.vue | 11 +-
pages/demandHall/enterpriseServer/index.vue | 13 +-
pages/demandHall/index.vue | 62 +++++-----
pages/demandHall/supplyHall/index.vue | 128 +++++++++++---------
pages/home/index.vue | 14 +--
static/images/rec-bg.png | Bin 2668 -> 1926 bytes
7 files changed, 125 insertions(+), 109 deletions(-)
diff --git a/pages/demandHall/business/index.vue b/pages/demandHall/business/index.vue
index 79aa995..031fd90 100644
--- a/pages/demandHall/business/index.vue
+++ b/pages/demandHall/business/index.vue
@@ -3,7 +3,7 @@
-
+
搜一下
@@ -224,7 +224,6 @@
.company-box {
height: 380rpx;
-
.update-icon {
width: 118rpx;
height: 48rpx;
@@ -248,6 +247,7 @@
width: 100%;
height: 330rpx;
white-space: nowrap;
+ margin-left: 30rpx;
.company-list {
width: 408rpx;
height: 304rpx;
@@ -256,7 +256,7 @@
border-radius: 12rpx;
padding: 16rpx 24rpx;
display: inline-block;
- margin: 15rpx 20rpx 0 15rpx;
+ margin: 15rpx 30rpx 0 10rpx;
.title {
font-size: 28rpx;
font-weight: 600;
diff --git a/pages/demandHall/enterprisePage/index.vue b/pages/demandHall/enterprisePage/index.vue
index b4f45cb..31f36be 100644
--- a/pages/demandHall/enterprisePage/index.vue
+++ b/pages/demandHall/enterprisePage/index.vue
@@ -180,7 +180,7 @@
margin-right: 26rpx;
}
.info-right {
- width: 332rpx;
+ width: 470rpx;
height: 134rpx;
color: #FFFFFF;
font-size: 24rpx;
@@ -190,7 +190,8 @@
}
.category-box {
.tag {
- width: 106rpx;
+ width: auto;
+ padding: 0 10rpx;
height: 36rpx;
line-height: 36rpx;
border-radius: 8rpx;
@@ -209,7 +210,7 @@
}
}
.contact-box{
- width: 336rpx;
+ width: 460rpx;
height: 106rpx;
font-size: 24rpx;
font-weight: 500;
@@ -221,7 +222,7 @@
margin-right: 10rpx;
}
.line1{
- width: 300rpx;
+ width: 400rpx;
line-height: 30rpx;
}
}
@@ -347,4 +348,6 @@
}
+
+
diff --git a/pages/demandHall/enterpriseServer/index.vue b/pages/demandHall/enterpriseServer/index.vue
index 34fac17..38854b5 100644
--- a/pages/demandHall/enterpriseServer/index.vue
+++ b/pages/demandHall/enterpriseServer/index.vue
@@ -25,10 +25,8 @@
-
-
-
-
+
+
APP开发平台搭建外卖小程序返现H5定制一站式解决
商务合作
@@ -335,9 +333,12 @@
color: #1D1D1D;
margin: 0 10rpx 0 16rpx;
}
-
+ .category-box{
+ width: 100%;
+ }
.tag {
- width: 112rpx;
+ width: auto;
+ padding: 0 10rpx;
height: 36rpx;
border-radius: 4rpx;
font-size: 20rpx;
diff --git a/pages/demandHall/index.vue b/pages/demandHall/index.vue
index 84531b3..9fd4a9e 100644
--- a/pages/demandHall/index.vue
+++ b/pages/demandHall/index.vue
@@ -354,37 +354,37 @@
});
},
- // getPageData() {
- // if (this.loading) {
- // app.http('post', `Resources/listResources?page=${this.pageNumber}&size=${this.pageSize}`, {
- // resourceType: this.active,
- // resourceCagetoryId: this.resourceCagetoryId,
- // enterpriseType: this.enterpriseType
- // }).then(res => {
- // if (res.data.success) {
- // uni.stopPullDownRefresh();
-
- // if (res.data.data.content.length < this.pageSize) {
- // this.setData({
- // loading: false
- // });
- // }
-
- // if (this.pageNumber > 0) {
- // this.setData({
- // list: this.list.concat(res.data.data.content)
- // });
- // } else {
- // this.setData({
- // list: res.data.data.content
- // });
- // }
- // }
- // });
- // } else {
- // uni.stopPullDownRefresh();
- // }
- // },
+ getPageData() {
+ if (this.loading) {
+ app.http('post', `Resources/listResources?page=${this.pageNumber}&size=${this.pageSize}`, {
+ resourceType: this.active,
+ resourceCagetoryId: this.resourceCagetoryId,
+ enterpriseType: this.enterpriseType
+ }).then(res => {
+ if (res.data.success) {
+ uni.stopPullDownRefresh();
+
+ if (res.data.data.content.length < this.pageSize) {
+ this.setData({
+ loading: false
+ });
+ }
+
+ if (this.pageNumber > 0) {
+ this.setData({
+ list: this.list.concat(res.data.data.content)
+ });
+ } else {
+ this.setData({
+ list: res.data.data.content
+ });
+ }
+ }
+ });
+ } else {
+ uni.stopPullDownRefresh();
+ }
+ },
getCompanyList() {
app.http('post', `Enterprise/listEnterprise?page=${this.pageNumber}&size=${this.pageSize}`, {
diff --git a/pages/demandHall/supplyHall/index.vue b/pages/demandHall/supplyHall/index.vue
index 34f4126..1ac9b41 100644
--- a/pages/demandHall/supplyHall/index.vue
+++ b/pages/demandHall/supplyHall/index.vue
@@ -24,68 +24,75 @@
-
-
- 大老虎
- 武汉
- ¥20,000
-
- 李先生需要景区方面资源,洽谈相关合作
-
- 商务合作
- 场地租赁
+
+
+
+ 大老虎
+ 武汉
+ ¥20,000
+
+ 李先生需要景区方面资源,洽谈相关合作
+
+ 商务合作
+ 场地租赁
+
+ 2021.8.30截止报名
- 2021.8.30截止报名
查看详情
- 招聘前端工程师若干名
- 2K-10K
-
- 网站建设
- APP开发
- 2021.8.30截止报名
-
-
-
- 湖北知音动漫有限公司
+
+ 招聘前端工程师若干名
+ 2K-10K
+
+ 网站建设
+ APP开发
+ 2021.8.30截止报名
+
+
+
+ 湖北知音动漫有限公司
+
+
查看详情
-
-
- 大老虎
- 武汉
- ¥20,000
-
- 李先生需要景区方面资源,洽谈相关合作
-
- 商务合作
- 场地租赁
+
+
+
+ 大老虎
+ 武汉
+ ¥20,000
+
+ 李先生需要景区方面资源,洽谈相关合作
+
+ 商务合作
+ 场地租赁
+
+ 2021.8.30截止报名
- 2021.8.30截止报名
查看详情
-
-
+
+
APP开发平台搭建外卖小程序返现H5定制一站式解决
商务合作
场地租赁
- ¥20,000
+ ¥20,000
-
+
湖北知音动漫有限公司
@@ -199,7 +206,7 @@
}
-