- <!--module/health/pages/analysis/analysis.wxml-->
- <view class="tongue-container">
- <t-navbar title="舌面分析报告" left-arrow bind:fail="toHomePage" />
- <scroll-view class="page-scroll__container" type="list" scroll-y style="{{containerStyle}}">
- <view class="card-wrapper header-box">
- <t-cell t-class="card-header no-body" bordered="{{false}}">
- <view slot="title" style="display:flex"><text style="color:#8C8C8C">报告日期:</text><text style="color:black">{{dataset.reportTime}}</text></view>
- </t-cell>
- </view>
- <card-analysis-content tongue="{{tongue}}" face="{{face}}" exception></card-analysis-content>
- </scroll-view>
- </view>
- <t-message id="{{$messageId}}"></t-message>
- <popup-user-auth scene="{{switchType}}" bind:loaded="load" bind:message="openMessage"></popup-user-auth>
|