|
|
@ -1,17 +1,23 @@ |
|
|
|
<view class="party-saying"> |
|
|
|
<text class="star">*</text> |
|
|
|
<text class="party-saying-text">格言</text> |
|
|
|
<textarea placeholder="请填写您的人士格言(不超过30字)" maxlength='30' placeholder-class="placeholder-saying" bindblur='sayingBlur' bindinput='sayingInput' bindfocus='sayingFocus' value="{{sayingValue}}" /> |
|
|
|
</view> |
|
|
|
<view class="party-promise"> |
|
|
|
<text class="star">*</text> |
|
|
|
<text class="party-saying-text">承诺</text> |
|
|
|
<textarea placeholder="请填写您的为民服务承诺(不超过100字)" maxlength='100' placeholder-class="placeholder-saying" bindblur='promiseBlur' bindinput='promiseInput' bindfocus='promiseFocus' value="{{promiseValue}}" /> |
|
|
|
</view> |
|
|
|
<view class="intro"> |
|
|
|
<text class="star">*</text> |
|
|
|
<text class="party-saying-text">服务范围</text> |
|
|
|
<textarea placeholder="请填写您的为民服务范围(不超过100字)" maxlength='100' placeholder-class="placeholder-saying" bindblur='introBlur' bindinput='introInput' bindfocus='introFocus' value="{{introValue}}" /> |
|
|
|
</view> |
|
|
|
<view class="header-image"> |
|
|
|
<text class="party-saying-text">上传头像</text> |
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false"> |
|
|
|
<text class="star">*</text> |
|
|
|
<text class="party-saying-text">上传头像</text> |
|
|
|
</view> |
|
|
|
<view class="image-item" wx:if="{{uploadTitleImage.url}}"> |
|
|
|
<image class="issue-image" src="{{uploadTitleImage.url}}" bindtap="previewImage" data-src="{{uploadTitleImage.url}}" /> |
|
|
|
<image wx:if="{{!uploadTitleImage.uploaded}}" class="loading" src="../../images/loading.gif" /> |
|
|
|