@zuopngfei c36394383e qewwe
2025-06-11 18:15:48 +08:00

47 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--pages/followUp/index.wxml-->
<view class="follow-up">
<view class="follow-item">
<view>胆囊</view>
<view class="wrapper">
<view class="input-example">
<view class="input-example__label"> 请裁剪原始超声图像,使胆囊在画面中尽可能充满整个图像,如右图所示</view>
</view>
<t-upload media-type="{{['image']}}" max="{{1}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
</view>
</view>
<view class="follow-item">
<view>
门静脉左右分支</view>
<view class="wrapper">
<view class="input-example">
<view class="input-example__label"> 请裁剪原始超声图像使门静脉cord sign的左右分支或其潜在区域在画面中最大化填充,如右图所示</view>
</view>
<t-upload media-type="{{['image']}}" max="{{1}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
</view>
</view>
<view class="follow-item">
<view>
门静脉右支横截</view>
<view class="wrapper">
<view class="input-example">
<view class="input-example__label"> 请裁剪原始超声图像使肝门区cord sign的横切面或其潜在区域在画面中最大化填充,如右图所示</view>
</view>
<t-upload media-type="{{['image']}}" max="{{1}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
</view>
</view>
<t-button bindtap="clockIn" theme="primary" block bindtap="toQuestionnaire">提交</t-button>
</view>