|
|
@ -8,8 +8,8 @@ |
|
|
|
<view class="search acea-row row-center-wrapper">搜一下</view> |
|
|
|
<view class="search acea-row row-center-wrapper">搜一下</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="resource-tabs acea-row"> |
|
|
|
<view class="resource-tabs acea-row"> |
|
|
|
<view :class="'tab ' + (active == 1 ? 'tab-a' : '')" data-i="1" @tap="tabClick">需求广场</view> |
|
|
|
<view :class="'tab ' + (active == 2 ? 'tab-a' : '')" data-i="2" @tap="tabClick">需求广场</view> |
|
|
|
<view :class="'tab ' + (active == 2 ? 'tab-a' : '')" data-i="2" @tap="tabClick">供应广场</view> |
|
|
|
<view :class="'tab ' + (active == 1 ? 'tab-a' : '')" data-i="1" @tap="tabClick">供应广场</view> |
|
|
|
<view class="screen-box acea-row row-between-wrapper"> |
|
|
|
<view class="screen-box acea-row row-between-wrapper"> |
|
|
|
<view class="screen acea-row row-middle" @tap="showDialog"> |
|
|
|
<view class="screen acea-row row-middle" @tap="showDialog"> |
|
|
|
<text>筛选</text> |
|
|
|
<text>筛选</text> |
|
|
@ -20,31 +20,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="supplyHall-box"> |
|
|
|
<view class="supplyHall-box"> |
|
|
|
<view class="resource-box" v-if="active == 1"> |
|
|
|
<view class="resource-box" v-if="active == 2"> |
|
|
|
<!-- 个人 --> |
|
|
|
<!-- 需求列表 --> |
|
|
|
<!-- <view class="personal-list" v-for="(item,index) in 2" :key="index"> |
|
|
|
<view class="enterprise-list" v-for="(item, index) in list" :key="index" @tap="toNeedsDetail" :data-id="item.id"> |
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '' )"> |
|
|
|
|
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
|
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
|
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
|
|
|
|
|
<view class="user-name">大老虎</view> |
|
|
|
|
|
|
|
<view class="user-address">武汉</view> |
|
|
|
|
|
|
|
<view class="user-price">¥20,000</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="supply-con">李先生需要景区方面资源,洽谈相关合作</view> |
|
|
|
|
|
|
|
<view class="category-box acea-row"> |
|
|
|
|
|
|
|
<view class="tag-item-b tag">商务合作</view> |
|
|
|
|
|
|
|
<view class="tag-item-y tag">场地租赁</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="time-end">2021.8.30截止报名</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
<!-- 企业 --> |
|
|
|
|
|
|
|
<view class="enterprise-list" v-for="(item, index) in list" :key="index" @tap="toNeedsDetail" |
|
|
|
|
|
|
|
:data-id="item.id"> |
|
|
|
|
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '')"> |
|
|
|
<view :class="'tips-item ' + (item.enterpriseType == 2 ? 'bg2' : '')"> |
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -58,8 +36,8 @@ |
|
|
|
<view class="time-end-t">{{item.resourceEndTime}}截止报名</view> |
|
|
|
<view class="time-end-t">{{item.resourceEndTime}}截止报名</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="enterprise-info acea-row row-middle"> |
|
|
|
<view class="enterprise-info acea-row row-middle"> |
|
|
|
<image src="../../../static/images/cart.png" mode="" class="head-logo"></image> |
|
|
|
<image :src="item.enterpriseDto.enterpriseLogo" mode="aspectFill" class="head-logo"></image> |
|
|
|
<view class="user-name">湖北知音动漫有限公司</view> |
|
|
|
<view class="user-name">{{item.enterpriseName}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
@ -67,17 +45,17 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<LoadStatus :loadStatus="loadStatus"></LoadStatus> |
|
|
|
<LoadStatus :loadStatus="loadStatus"></LoadStatus> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="company-box" v-if="active == 2"> |
|
|
|
<!-- 资源列表 --> |
|
|
|
<view class="personal-list"> |
|
|
|
<view class="company-box" v-if="active == 1"> |
|
|
|
<view :class="'tips-item' + (item.enterpriseType == 2 ? ' bg2' : '' )"> |
|
|
|
<!-- <view v-for="(item, index) in list" :key="index" @tap="toResourDetail" :data-id="item.id"> --> |
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
<!-- <view class="personal-list" v-if="item.enterpriseType == 1"> |
|
|
|
</view> |
|
|
|
<view :class="tips-item">个人</view> |
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
<view class="acea-row row-column-between info-box"> |
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
<view class="user-info acea-row row-middle"> |
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
|
<image src="../../../static/images/business-img1.png" mode="" class="head-img"></image> |
|
|
|
<view class="user-name">大老虎</view> |
|
|
|
<view class="user-name">大老虎</view> |
|
|
|
<view class="user-address">武汉</view> |
|
|
|
<view class="user-address">武汉</view> |
|
|
|
<view class="user-price">¥20,000</view> |
|
|
|
<view class="user-price">¥{{item.totalMoney}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="supply-con">李先生需要景区方面资源,洽谈相关合作</view> |
|
|
|
<view class="supply-con">李先生需要景区方面资源,洽谈相关合作</view> |
|
|
|
<view class="category-box acea-row"> |
|
|
|
<view class="category-box acea-row"> |
|
|
@ -87,28 +65,29 @@ |
|
|
|
<view class="time-end">2021.8.30截止报名</view> |
|
|
|
<view class="time-end">2021.8.30截止报名</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="enterprise-list"> |
|
|
|
<view class="enterprise-list" v-for="(item, index) in list" :key="index" @tap="toResourDetail" :data-id="item.id"> |
|
|
|
<view :class="'tips-item' + (item.enterpriseType == 2 ? ' bg2' : '' )"> |
|
|
|
<view :class="'tips-item' + (item.enterpriseType == 2 ? ' bg2' : '' )"> |
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
{{item.enterpriseType == 1 ? '企业' : '个人'}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="enterprise-con acea-row"> |
|
|
|
<view class="enterprise-con acea-row"> |
|
|
|
<image src="../../../static/images/home/menu6.png" class="enterprise-img"></image> |
|
|
|
<image :src="item.resourceImgs[0]" class="enterprise-img"></image> |
|
|
|
<view class="content-right acea-row row-column-between"> |
|
|
|
<view class="content-right acea-row row-column-between"> |
|
|
|
<view>APP开发平台搭建外卖小程序返现H5定制一站式解决</view> |
|
|
|
<view class="line2">{{item.title}}</view> |
|
|
|
<view class="category-box acea-row"> |
|
|
|
<view class="category-box acea-row"> |
|
|
|
<view class="tag-item-b tag">商务合作</view> |
|
|
|
<view class="tag-item-b tag">{{item.cname}}</view> |
|
|
|
<view class="tag-item-y tag">场地租赁</view> |
|
|
|
<!-- <view class="tag-item-y tag">场地租赁</view> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="e-price">¥20,000</view> |
|
|
|
<view class="e-price">¥{{item.totalMoney}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="enterprise-info acea-row row-middle mt20"> |
|
|
|
<view class="enterprise-info acea-row row-middle mt20"> |
|
|
|
<image src="../../../static/images/cart.png" mode="" class="head-logo"></image> |
|
|
|
<image :src="item.enterpriseDto.enterpriseLogo" mode="" class="head-logo"></image> |
|
|
|
<view class="user-name">湖北知音动漫有限公司</view> |
|
|
|
<view class="user-name">{{item.enterpriseName}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
<view class="todetails">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- </view> --> |
|
|
|
<LoadStatus :loadStatus="loadStatus"></LoadStatus> |
|
|
|
<LoadStatus :loadStatus="loadStatus"></LoadStatus> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -282,6 +261,9 @@ |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="less"> |
|
|
|
<style lang="less"> |
|
|
|
|
|
|
|
image{ |
|
|
|
|
|
|
|
border-radius: 8rpx; |
|
|
|
|
|
|
|
} |
|
|
|
.supplyHall-page { |
|
|
|
.supplyHall-page { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
min-height: 100vh; |
|
|
|
min-height: 100vh; |
|
|
|