上传者: i0_73626146865
|
上传时间:2025/6/19 13:18:34
|
文件大小:17KB
|
文件类型:ZIP
微信小程序之个人简历
微信小程序个人简历制作,传统的简历以一个文档的形式存在,现如今可以借助微信小程序平台制作个性化的简历。
<!--index.wxml--><view class="container"> <view class="userinfo"> <button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button> <block wx:else> <image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" background-size="cover"></image> <text class="userinfo-nickname">{{userInfo.nickName}}</text> <!-- <text class=usertitle>{{title}}</text> --> </block> </view> <!-- <view class="usermotto"> <text class="user-motto">{{motto}}</text> </view> --> <form class=check bindsubmit=submit> <text >我的名字?</text> <input placeholder=请正确回答问题 background-color:#eee; bindinput=inputCorrect> </input> </form> <view class=tip wx:if="{{showTip}}">回答错误!</view> <button loading={{loading}} plain=true hover-class=button-hover bindtap=check </view>
本软件ID:1209960