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.
26 lines
1.6 KiB
26 lines
1.6 KiB
<view class="page flex-col" style="position:fixed;">
|
|
<view class="group_5 flex-col">
|
|
<view class="section_1 flex-col">
|
|
<view class="text-group_1 flex-col justify-between">
|
|
<text class="text_3">反馈描述</text>
|
|
<textarea bindinput="__e" class="text_4" data-event-opts="{{[ [ 'input',[ [ '__set_model',[ '','content','$event',[] ] ] ] ] ]}}" placeholder="说说您的建议或问题,以便我们提供更好的服务..." value="{{content}}"></textarea>
|
|
</view>
|
|
<view class="box_2 flex-row justify-between">
|
|
<view bindtap="__e" class="text-wrapper_1 flex-col" data-event-opts="{{[ [ 'tap',[ [ 'chooseImage',['$event'] ] ] ] ]}}">
|
|
<text class="text_5">+</text>
|
|
</view>
|
|
<image src="{{imagepath}}" style="height:224rpx;width:230rpx;" wx:if="{{imagepath}}"></image>
|
|
<text class="text_6">0/200</text>
|
|
</view>
|
|
</view>
|
|
<view class="section_2 flex-row">
|
|
<view class="text-group_2 flex-col justify-between">
|
|
<text class="text_7">联系方式(选填)</text>
|
|
<input bindinput="__e" class="text_8" data-event-opts="{{[ [ 'input',[ [ '__set_model',[ '','phone','$event',[] ] ] ] ] ]}}" placeholder="请输入您的手机号" value="{{phone}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="text-wrapper_2 flex-col">
|
|
<text bindtap="__e" class="text_9" data-event-opts="{{[ [ 'tap',[ ['tousu'] ] ] ]}}" style="color:black;">提交反馈</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|