12345678910111213141516171819 |
- <view class="topBox" style="height:{{top*1+hgt*1}}px;">
- <image class="topImg" src="{{imgUrl}}xcx/namecardtopbj.png"></image>
- <image style="top:{{top}}px;" class="lastImg" bindtap="backTap" src="../../img/wlast.png"></image>
- <view style="margin-top:{{top}}px;height:{{hgt}}px;line-height:{{hgt}}px;" class='title'>完善个人信息</view>
- </view>
- <image class="topImg" style="position:relative;" src="{{imgUrl}}xcx/namecardtopbj.png"></image>
- <image class="headImg" src="{{headimgurl}}"></image>
- <input class="inputText firstInput" disabled="{{disabledname}}" bindinput="companyTap" type="text" placeholder="请填写公司名" value="{{company}}" />
- <view class="personBox">
- <input class="inline-block postBox fontfpr color384855 fontr24" bindinput="departmentTap" type="text" placeholder="请填写部门" value="{{department}}" />
- <input class="inline-block nameBox fontfpr color384855 fontr24" bindinput="nameTap" type="text" placeholder="请填写姓名" value="{{personName}}" />
- </view>
- <input class="inputText" bindinput="postTap" placeholder="请填写您的职务" type="text" value="{{post}}" />
- <!-- <view class="phoneBox">{{phone}}</view> -->
- <input class="inputText" bindinput="phoneTap" placeholder="请填写您的手机号" type="text" value="{{phone}}" />
- <input class="inputText" type="text" bindinput="wxnumTap" placeholder="请填写您的微信号" value="{{wxnum}}" />
- <input class="inputText" type="text" bindinput="emailTap" placeholder="请填写您的邮箱" value="{{email}}" />
- <textarea bindinput="briefTap" value="{{brief}}" placeholder="请填写简介"></textarea>
- <button bindtap="saveTap" disabled="{{c}}" class="save fontfpm">保存</button>
|