新增联系人

This commit is contained in:
zxy
2024-03-10 14:38:12 +08:00
parent c34e08e780
commit 3e28a5501b
4 changed files with 66 additions and 11 deletions

View File

@@ -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>