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.

13 lines
617 B

<view class="container">
<view class="box">
<view class="title">意见反馈</view>
<view class="section">
<form bindsubmit="bindFormSubmit">
<textarea placeholder="请详述您的问题,以便我们为您提供更好的服务"
name="textarea" value='{{form_info}}' maxlength="200" bindinput="inputs"/>
<text class="count">{{num}}/200</text>
<button form-type="submit" class="submit"> 提交 </button>
</form>
</view>
</view>
</view>