<view class="container">
|
<view class="page-body">
|
<view class="from-item">
|
<view class="label"> 联系人: </view>
|
<view class="item-content">
|
<input class="weui-input" name="userName" auto-focus="true" adjust-position="true" value="{{userName}}" placeholder="请输入联系人" bindinput="bindTnputBlur" />
|
</view>
|
</view>
|
<view class="from-item">
|
<view class="label"> 联系方式: </view>
|
<view class="item-content">
|
<input class="weui-input" name="mannder" auto-focus="true" adjust-position="true" value="{{mannder}}" placeholder="请输入联系方式" bindinput="bindTnputBlur1" />
|
</view>
|
</view>
|
<view class="from-item">
|
<view class="label"> 反馈内容: </view>
|
<view class="item-content">
|
<textarea name="content" rows="4" cols="52" placeholder="请输入反馈内容" auto-focus="true" adjust-position="true" value="{{content}}" bindinput="bindTextAreaBlur"></textarea>
|
</view>
|
</view>
|
<view class="btn-area">
|
<button class="submit" bindtap="submit">提交</button>
|
</view>
|
</view>
|
</view>
|