|
|
@ -108,16 +108,16 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="footer"> |
|
|
|
<view class="footer"> |
|
|
|
<view class="cancel">存为草稿</view> |
|
|
|
<view class="cancel" bind:tap="handleCache">存为草稿</view> |
|
|
|
<view class="submit" bind:tap="handleSubmit" bind:tap="handleSubmit">保存并提交</view> |
|
|
|
<view class="submit" bind:tap="handleSave" bind:tap="handleSubmit">保存并提交</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<van-popup show="{{ show1 }}" bind:close="onClose" round closeable> |
|
|
|
<van-popup show="{{ show1 }}" bind:close="onClose" round closeable> |
|
|
|
<view class="popup1"> |
|
|
|
<view class="popup1"> |
|
|
|
<view class="title">确认提交您的反馈信息</view> |
|
|
|
<view class="title">确认提交您的反馈信息</view> |
|
|
|
<view class="btn1">直接提交我的反馈信息</view> |
|
|
|
<view class="btn1" bind:tap="handleSubmit">直接提交我的反馈信息</view> |
|
|
|
<view class="btn2">提交并邀约质控医生</view> |
|
|
|
<view class="btn2" bind:tap="handleInvite">提交并邀约质控医生</view> |
|
|
|
<view class="public"> |
|
|
|
<view class="public"> |
|
|
|
<radio class="radio">病例公开(选择公开后,本科室医生均查看病例)</radio> |
|
|
|
<radio class="radio">病例公开(选择公开后,本科室医生均查看病例)</radio> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|