Browse Source

亮身份修改

feature/societyOrg
FightingN 4 years ago
parent
commit
81a4165e16
  1. 2
      epdc-resident-mp-yushan/subpages/status/pages/brightStatus/brightStatus.js
  2. 8
      epdc-resident-mp-yushan/subpages/status/pages/brightStatus/brightStatus.wxml
  3. 5
      epdc-resident-mp-yushan/subpages/status/pages/brightStatus/brightStatus.wxss

2
epdc-resident-mp-yushan/subpages/status/pages/brightStatus/brightStatus.js

@ -100,7 +100,7 @@ Page({
}
if (!this.data.uploadTitleImage.url) {
wx.showToast({
title: '请上传党员头像',
title: '请上传头像',
icon: 'none',
duration: 1000,
})

8
epdc-resident-mp-yushan/subpages/status/pages/brightStatus/brightStatus.wxml

@ -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" />

5
epdc-resident-mp-yushan/subpages/status/pages/brightStatus/brightStatus.wxss

@ -110,4 +110,9 @@ textarea {
object-fit: cover;
border-radius: 8rpx;
margin-top: 10rpx;
}
.star {
color: red;
margin-right: 10rpx;
}
Loading…
Cancel
Save