|
@@ -19,15 +19,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="d-flex justify-space-between align-center">
|
|
|
|
- <resume-status style="flex: 1" />
|
|
|
|
- <view style="width: 100px; z-index: 1;" class="ss-m-r-30">
|
|
|
|
- <image
|
|
|
|
- src="https://minio.menduner.com/dev/fe9890be9b1176f84f2aa282b0f6adce300b133f65eb3d7b45ae057aa5698324.png"
|
|
|
|
- style="width: 93px; height: 40px;"
|
|
|
|
- ></image>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <resume-status />
|
|
|
|
|
|
<view class="d-flex" style="margin: 30rpx; border-radius: 20rpx;">
|
|
<view class="d-flex" style="margin: 30rpx; border-radius: 20rpx;">
|
|
<view v-for="(item, index) in itemList" :key="index" @tap="handleToLink(item)" class="parent">
|
|
<view v-for="(item, index) in itemList" :key="index" @tap="handleToLink(item)" class="parent">
|