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.
1 lines
1.5 KiB
1 lines
1.5 KiB
<view class="bg data-v-f07d9c0a"><view class="line-list data-v-f07d9c0a"><view class="form data-v-f07d9c0a"><view class="form-item data-v-f07d9c0a"><view class="form-title data-v-f07d9c0a">姓名:</view><input type="text" placeholder="请填写您的姓名" placeholder-style="color:#999999;font-size:31rpx" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['form']]]]]}}" value="{{form.name}}" bindinput="__e" class="data-v-f07d9c0a"/></view><view class="form-item data-v-f07d9c0a"><view class="form-title data-v-f07d9c0a">手机号:</view><input type="number" placeholder="请填写您的联系方式" maxlength="11" placeholder-style="color:#999999;font-size:31rpx" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['form']]]]]}}" value="{{form.phone}}" bindinput="__e" class="data-v-f07d9c0a"/></view></view><view class="content data-v-f07d9c0a"><view class="content-name data-v-f07d9c0a">反馈内容:</view><textarea cols="30" rows="10" placeholder="请填写具体的问题内容" placeholder-style="color: #999999;font-size: 31rpx;" maxlength="500" data-event-opts="{{[['input',[['__set_model',['$0','content','$event',[]],['form']]]]]}}" value="{{form.content}}" bindinput="__e" class="data-v-f07d9c0a"></textarea><label class="_span data-v-f07d9c0a">{{$root.g0+"/500"}}</label></view></view><view data-event-opts="{{[['tap',[['sendForm']]]]}}" class="{{['data-v-f07d9c0a','btn',[(form.name&&form.phone&&form.content)?'actBtn':'']]}}" bindtap="__e">提交</view></view>
|