editbusinesscard.wxml 1.6 KB

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