<!--hospitalList.wxml 医院列表 联系医院-->
<view class="main">
<view class="content">
<textarea placeholder="写下你的意见或建议..." bindinput="inputOver" />
<view class="feedback_type">
<view class="type_text">选择反馈类型</view>
<view style="display: flex;margin-top:10px;">
<view class="type_choose1" bindtap="chooseOne">
<image mode='aspectFit' class="img" src="../../source/{{chooseOne==1 ? 'checkBox_yes.png':'checkBox_no.png'}}"></image>
<text class="choose_text1">无法正常使用</text>
</view>
<view class="type_choose2" bindtap="chooseTwo">
<image mode='aspectFit' class="img" src="../../source/{{chooseTwo==1 ? 'checkBox_yes.png':'checkBox_no.png'}}"></image>
<text class="choose_text2">内容意见</text>
</view>
<view class="type_choose2" bindtap="chooseThree">
<image mode='aspectFit' class="img" src="../../source/{{chooseThree==1 ? 'checkBox_yes.png':'checkBox_no.png'}}"></image>
<text class="choose_text2">其他反馈</text>
</view>
</view>
</view>
</view>
</view>
<button class="delete_bt2" bindtap="submit">提交</button>