...
|
...
|
@@ -2,13 +2,15 @@ |
|
|
<view class="content">
|
|
|
<!--<view class="title">意见反馈</view>-->
|
|
|
<view class="input">
|
|
|
<textarea name="" id="" cols="30" rows="10"
|
|
|
placeholder="请输入您的意见" maxlength="200"
|
|
|
placeholder-class="placeholder" bindinput="input"
|
|
|
></textarea>
|
|
|
<view class="num">
|
|
|
<view class="iconfont icon-bianji"></view>
|
|
|
<text>限200字以内</text>
|
|
|
<view class="box">
|
|
|
<textarea name="" id="" cols="30" rows="10"
|
|
|
placeholder="请输入您的意见" maxlength="200"
|
|
|
placeholder-class="placeholder" bindinput="input"
|
|
|
></textarea>
|
|
|
<view class="num">
|
|
|
<view class="iconfont icon-bianji"></view>
|
|
|
<text>限200字以内</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btn-box" bindtap="submit">
|
...
|
...
|
|