|
@@ -1,9 +1,68 @@
|
|
|
|
|
|
<view class="container">
|
|
<view class="container">
|
|
-<view class="top" bindtap="gotoCompanyProfile">
|
|
|
|
- <image class="top_img" src="https://www.hsayi.com/images/aacc93851bcd1442b1b531a64b88832e.png"></image>
|
|
|
|
|
|
+<view class="top" >
|
|
|
|
+ <!-- <image class="top_img" src="https://www.hsayi.com/images/aacc93851bcd1442b1b531a64b88832e.png"></image> -->
|
|
|
|
+ <swiper indicator-dots="{{indicatorDots}}"
|
|
|
|
+ autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}"
|
|
|
|
+ indicator-color="#E0CCAF"
|
|
|
|
+ indicator-active-color="#C29B61"
|
|
|
|
+ style="height:538rpx"
|
|
|
|
+ >
|
|
|
|
+ <block wx:for="{{background}}" wx:key="*this">
|
|
|
|
+ <swiper-item>
|
|
|
|
+ <image class="top_img" src="{{item}}"></image>
|
|
|
|
+ </swiper-item>
|
|
|
|
+ </block>
|
|
|
|
+ </swiper>
|
|
</view>
|
|
</view>
|
|
-<view class="bottom">
|
|
|
|
|
|
+<view class="content-button">
|
|
|
|
+ <view class="content-view profile" bindtap="gotoCompanyProfile">
|
|
|
|
+ <view class="content-view-left">
|
|
|
|
+ <view class="content-view-title">公司简介</view>
|
|
|
|
+ <view class="content-view-english">COMPANY PROFILE ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/introduce.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-view environment" bindtap="gotoWorkEnvironment">
|
|
|
|
+ <view>
|
|
|
|
+ <view class="content-view-title">工作环境</view>
|
|
|
|
+ <view class="content-view-english">WORK ENVIRONMENT ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/environment.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-view culture" bindtap="gotoCorporateCulture">
|
|
|
|
+ <view>
|
|
|
|
+ <view class="content-view-title">企业文化</view>
|
|
|
|
+ <view class="content-view-english">CORPORATE CULTURE ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/culture.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="content-view benefits" bindtap="gotoEmployeeBenefits">
|
|
|
|
+ <view>
|
|
|
|
+ <view class="content-view-title" >福利待遇</view>
|
|
|
|
+ <view class="content-view-english">EMPLOYEE BENEFITS ></view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/images/new/treatment.png"></image>
|
|
|
|
+ </view>
|
|
|
|
+</view>
|
|
|
|
+<view class="person-button" bindtap="gotoPerson">
|
|
|
|
+<image class="head-img" src="/images/new/head_img.png"></image>
|
|
|
|
+<view>
|
|
|
|
+<view style="font-weight:500">HI, TONY WU</view>
|
|
|
|
+<view style="font-weight:800;font-style: oblique;margin-top:10rpx;font-size:36rpx">期待您的加入</view>
|
|
|
|
+</view>
|
|
|
|
+<image class="person-center" src="/images/new/person_center.png"></image>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<view class="school-view">
|
|
|
|
+<image class ="school-img" src="/images/new/school.png"></image>
|
|
|
|
+
|
|
|
|
+<view class="school-view-right">
|
|
|
|
+ <image class ="school-position" src="/images/new/school_position.png" bindtap="gotoSchool"></image>
|
|
|
|
+ <image class ="school-trip" src="/images/new/school_trip.png" bindtap="gotoSchoolTrip"></image>
|
|
|
|
+</view>
|
|
|
|
+</view>
|
|
|
|
+<!-- <view class="bottom">
|
|
<view class="left">
|
|
<view class="left">
|
|
<view class="left_1" bindtap="gotoCompanyProfile">
|
|
<view class="left_1" bindtap="gotoCompanyProfile">
|
|
<view>公司简介</view>
|
|
<view>公司简介</view>
|
|
@@ -18,6 +77,6 @@
|
|
<view class="right_3" bindtap="gotoSchoolTrip">校招行程</view>
|
|
<view class="right_3" bindtap="gotoSchoolTrip">校招行程</view>
|
|
<view class="right_4" bindtap="gotoPerson">个人中心</view>
|
|
<view class="right_4" bindtap="gotoPerson">个人中心</view>
|
|
</view>
|
|
</view>
|
|
-</view>
|
|
|
|
|
|
+</view> -->
|
|
|
|
|
|
</view>
|
|
</view>
|