新增联系人
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
</view>
|
||||
|
||||
<view class="form-wrapper">
|
||||
<view class="require">您的招工需求</view>
|
||||
<u-sticky offset-top="0">
|
||||
<!-- <view class="require">您的招工需求</view> -->
|
||||
<u-sticky offset-top="0" v-if="pageType === 'enterprise'">
|
||||
<view class="u-demo-block" style="background-color: #fff;padding: 20rpx 0;">
|
||||
<view class="u-demo-block__content">
|
||||
<view class="typeButtonWrapper" v-if="pageType === 'enterprise'">
|
||||
<view class="typeButtonWrapper" >
|
||||
<view class="typeButtonLeft">
|
||||
|
||||
<view v-for="(item, index) in nonReactiveArray" :key="index"
|
||||
@@ -28,13 +28,13 @@
|
||||
}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="typeButtonWrapper" v-else>
|
||||
<!-- <view class="typeButtonWrapper" v-else>
|
||||
<view class="typeButtonLeft">
|
||||
<view v-for="(item, index) in nonReactiveArray" :key="index" v-show="index == 2"
|
||||
:class="['typeButton', index == activeTab ? 'activeButton' : '']" @click="changeTab(index)">{{ item
|
||||
}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</u-sticky>
|
||||
|
||||
Reference in New Issue
Block a user