You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
539 B
18 lines
539 B
6 years ago
|
<view class="change-introduce">
|
||
|
|
||
|
<view class="textarea">
|
||
|
<textarea
|
||
|
maxlength="500"
|
||
|
placeholder="请输入社群介绍"
|
||
|
value="{{associationInfo.groupIntroduction}}"
|
||
|
bindinput="bindTextareaValue"
|
||
|
placeholder-class="placeholder-style">
|
||
|
</textarea>
|
||
|
<view class="num">{{associationInfo.groupIntroduction.length}}/500</view>
|
||
|
</view>
|
||
|
|
||
|
<view class="button-view">
|
||
|
<button bindtap="changeIntroduce" type="default" size="mini" hover-class="hover-change">修改介绍</button>
|
||
|
</view>
|
||
|
|
||
|
</view>
|