resume_view.wxml 4.8 KB

1
  1. <view class="resume-container data-v-580803f3"><view wx:if="{{a}}" class="loading-box data-v-580803f3"><view class="loading-spinner data-v-580803f3"></view><text class="loading-text data-v-580803f3">加载中...</text></view><scroll-view wx:else class="resume-scroll data-v-580803f3" scroll-y><view class="section-card header-card data-v-580803f3"><view class="header-main data-v-580803f3"><view class="header-info data-v-580803f3"><view class="name-row data-v-580803f3"><text class="name data-v-580803f3">{{b}}</text><text wx:if="{{c}}" class="status-badge data-v-580803f3">{{d}} · {{e}}</text></view><view wx:if="{{f}}" class="summary data-v-580803f3"><text wx:if="{{g}}" class="data-v-580803f3">{{h}}年经验</text><text wx:if="{{i}}" class="data-v-580803f3"> / </text><text wx:if="{{j}}" class="data-v-580803f3">{{k}}</text><text wx:if="{{l}}" class="data-v-580803f3"> / </text><text wx:if="{{m}}" class="data-v-580803f3">{{n}}</text></view></view><image class="avatar data-v-580803f3" src="{{o}}" mode="aspectFill"></image></view><view class="contact-grid data-v-580803f3"><view wx:if="{{p}}" class="contact-item data-v-580803f3"><image src="{{q}}" class="mini-icon data-v-580803f3" mode="aspectFit"></image><text class="data-v-580803f3">{{r}}</text></view><view wx:if="{{s}}" class="contact-item data-v-580803f3"><image src="{{t}}" class="mini-icon data-v-580803f3" mode="aspectFit"></image><text class="data-v-580803f3">{{v}}</text></view></view></view><view wx:if="{{w}}" class="section-card data-v-580803f3"><view class="section-title data-v-580803f3">个人信息</view><view class="info-list data-v-580803f3"><view wx:if="{{x}}" class="info-row data-v-580803f3"><text class="label data-v-580803f3">性别</text><text class="value data-v-580803f3">{{y}}</text></view><view wx:if="{{z}}" class="info-row data-v-580803f3"><text class="label data-v-580803f3">出生日期</text><text class="value data-v-580803f3">{{A}}</text></view><view wx:if="{{B}}" class="info-row data-v-580803f3"><text class="label data-v-580803f3">最高学历</text><text class="value data-v-580803f3">{{C}}</text></view><view wx:if="{{D}}" class="info-row data-v-580803f3"><text class="label data-v-580803f3">毕业院校</text><text class="value data-v-580803f3">{{E}}</text></view></view></view><view wx:if="{{F}}" class="section-card data-v-580803f3"><view class="section-title data-v-580803f3">求职意向</view><view class="intent-box data-v-580803f3"><view class="tag-group data-v-580803f3"><text wx:for="{{G}}" wx:for-item="intent" wx:key="b" class="intent-tag data-v-580803f3">{{intent.a}}</text></view></view></view><view wx:if="{{H}}" class="section-card data-v-580803f3"><view class="section-title data-v-580803f3">工作经历</view><view class="timeline data-v-580803f3"><view wx:for="{{I}}" wx:for-item="exp" wx:key="g" class="timeline-item data-v-580803f3"><view class="dot data-v-580803f3"></view><view class="time-range data-v-580803f3">{{exp.a}}</view><view class="comp-name data-v-580803f3">{{exp.b}}</view><view class="pos-name data-v-580803f3">{{exp.c}}<text wx:if="{{exp.d}}" class="data-v-580803f3" style="font-size:24rpx;margin-left:8rpx">(实习)</text></view><view wx:if="{{exp.e}}" class="job-desc data-v-580803f3">{{exp.f}}</view></view></view></view><view wx:if="{{J}}" class="section-card data-v-580803f3"><view class="section-title data-v-580803f3">项目经历</view><view wx:for="{{K}}" wx:for-item="proj" wx:key="i" class="project-item data-v-580803f3"><view class="p-header data-v-580803f3"><text class="p-name data-v-580803f3">{{proj.a}}</text><text class="p-time data-v-580803f3">{{proj.b}}</text></view><view wx:if="{{proj.c}}" class="p-role data-v-580803f3">{{proj.d}}</view><view wx:if="{{proj.e}}" class="p-content data-v-580803f3">{{proj.f}}</view><view wx:if="{{proj.g}}" class="p-content data-v-580803f3" style="margin-top:12rpx">成果:{{proj.h}}</view></view></view><view wx:if="{{L}}" class="section-card data-v-580803f3"><view class="section-title data-v-580803f3">教育经历</view><view wx:for="{{M}}" wx:for-item="edu" wx:key="m" class="edu-item data-v-580803f3"><view class="edu-header data-v-580803f3"><text class="school data-v-580803f3">{{edu.a}}</text><text class="e-time data-v-580803f3">{{edu.b}}</text></view><view class="major data-v-580803f3"><text wx:if="{{edu.c}}" class="data-v-580803f3">{{edu.d}}</text><text wx:if="{{edu.e}}" class="data-v-580803f3"> · </text><text wx:if="{{edu.f}}" class="data-v-580803f3">{{edu.g}}</text><text wx:if="{{edu.h}}" class="data-v-580803f3"> · </text><text wx:if="{{edu.i}}" class="data-v-580803f3">{{edu.j}}</text></view><view wx:if="{{edu.k}}" class="p-content data-v-580803f3" style="margin-top:12rpx;font-size:26rpx;color:#666">{{edu.l}}</view></view></view><view class="bottom-spacer data-v-580803f3"></view></scroll-view><view class="fixed-footer data-v-580803f3"><button class="edit-btn data-v-580803f3" bindtap="{{N}}">编辑简历</button></view></view>