analysis.wxml 818 B

12345678910111213141516
  1. <!--module/health/pages/analysis/analysis.wxml-->
  2. <view class="tongue-container">
  3. <t-navbar title="{{i18n.analysis.title}}" left-arrow bind:fail="toHomePage" />
  4. <scroll-view class="page-scroll__container" type="list" scroll-y style="{{containerStyle}}">
  5. <view class="card-wrapper header-box">
  6. <t-cell t-class="card-header no-body" bordered="{{false}}">
  7. <view slot="title" style="display:flex"><text style="color:#8C8C8C">{{i18n.analysis.date}}</text><text style="color:black">{{dataset.reportTime}}</text></view>
  8. </t-cell>
  9. </view>
  10. <card-analysis-content tongue="{{tongue}}" face="{{face}}" exception></card-analysis-content>
  11. </scroll-view>
  12. </view>
  13. <t-message id="{{$messageId}}"></t-message>
  14. <popup-user-auth scene="{{switchType}}" bind:loaded="load" bind:message="openMessage"></popup-user-auth>