|
|
|
<!--pages/demandHall/needsDetail/index.wxml-->
|
|
|
|
<view class="needsDetail-box">
|
|
|
|
<view class="top-box">
|
|
|
|
<view class="count-down-box">{{detail.resourceEndTime}}停止报名</view>
|
|
|
|
<view class="needs-info">
|
|
|
|
<view class="info-item">
|
|
|
|
<view class="item-l">需求标题:</view>
|
|
|
|
<view class="item-r">{{detail.title}}</view>
|
|
|
|
</view>
|
|
|
|
<view class="info-item">
|
|
|
|
<view class="item-l">需求类型:</view>
|
|
|
|
<view class="item-r">场地租赁</view>
|
|
|
|
</view>
|
|
|
|
<view class="info-item">
|
|
|
|
<view class="item-l">需求预算:</view>
|
|
|
|
<view class="item-r">{{detail.capital}}</view>
|
|
|
|
</view>
|
|
|
|
<view class="info-item">
|
|
|
|
<view class="item-l">需求描述:</view>
|
|
|
|
<view class="item-r">{{detail.detailedDescription}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="content-box">
|
|
|
|
<view class="company-info-box" wx:if="{{detail.enterprise.enterpriseType == 1}}">
|
|
|
|
<view class="title-box acea-row row-middle">
|
|
|
|
<view class="col-line"></view>
|
|
|
|
<text>发布公司</text>
|
|
|
|
</view>
|
|
|
|
<view class="company-card-box acea-row-nowrap row-middle">
|
|
|
|
<image src="{{detail.enterprise.enterpriseLogo}}" class="company-logo" mode="aspectFill"></image>
|
|
|
|
<view class="info">
|
|
|
|
<view class="company-name">{{detail.enterprise.enterpriseName}}</view>
|
|
|
|
<view class="tags-box">
|
|
|
|
<view class="tag-item">网站建设</view>
|
|
|
|
<view class="tag-item bgG">IT软件</view>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="slogan">让全世界全世界牛起全世界牛起全世界牛起牛起来。</view> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="company-info-box" wx:if="{{detail.enterprise.enterpriseType == 2}}">
|
|
|
|
<view class="title-box acea-row row-middle">
|
|
|
|
<view class="col-line"></view>
|
|
|
|
<text>发布人</text>
|
|
|
|
</view>
|
|
|
|
<view class="company-card-box acea-row-nowrap row-middle">
|
|
|
|
<image src="{{detail.user.photo}}" class="header-img"></image>
|
|
|
|
<view class="info">
|
|
|
|
<view class="user-name acea-row">
|
|
|
|
<view>{{detail.user.name}}</view>
|
|
|
|
<image class="" src="../../../images/home/cyrz.png" wx:if="{{detail.user.isAuthentication}}"></image>
|
|
|
|
<image class="tyg-tag" src="../../../images/home/tyg.png" wx:if="{{detail.user.isVip}}"></image>
|
|
|
|
</view>
|
|
|
|
<view class="slogan">{{detail.user.address}}·{{detail.user.level}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="add-content-box">
|
|
|
|
<view class="title-box mt40 acea-row row-middle">
|
|
|
|
<view class="col-line"></view>
|
|
|
|
<text>补充内容</text>
|
|
|
|
</view>
|
|
|
|
<view class="">
|
|
|
|
<scroll-view scroll-x="true" class="scroll-view_H">
|
|
|
|
<view wx:for='{{detail.resourceImgs}}'>
|
|
|
|
<image mode='aspectFill' src='{{item}}' />
|
|
|
|
</view>
|
|
|
|
</scroll-view>
|
|
|
|
<!-- <swiper class='swiper-block' autoplay='true' circular='true' previous-margin='90rpx' next-margin='90rpx' current='0' bindchange='swiperChange'>
|
|
|
|
<block wx:key='img' wx:for='{{detail.resourceImgs}}'>
|
|
|
|
<swiper-item class='swiper-item'>
|
|
|
|
<image mode='aspectFill' src='{{item}}' class='slide-image {{swiperIndex == index ? "active" : ""}}' />
|
|
|
|
</swiper-item>
|
|
|
|
</block>
|
|
|
|
</swiper> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="answer-box">
|
|
|
|
<view class="title-box mt40 acea-row row-middle">
|
|
|
|
<view class="col-line"></view>
|
|
|
|
<text>有关问答</text>
|
|
|
|
</view>
|
|
|
|
</view> -->
|
|
|
|
</view>
|
|
|
|
<view class="btn-box">
|
|
|
|
<view class="contact-btn" bindtap="toNeedsContact">立即报名</view>
|
|
|
|
</view>
|
|
|
|
</view>
|