Browse Source

3.0 联调 & bug处理

2.0
kola-web 1 week ago
parent
commit
46c0d052f6
  1. 12
      src/patient/pages/index/index.wxml

12
src/patient/pages/index/index.wxml

@ -203,6 +203,12 @@ @@ -203,6 +203,12 @@
</view>
</view>
<!-- prettier-ignore -->
<view class="item-none" wx:else style="background: url('{{imageUrl}}icon17.png?t={{Timestamp}}') no-repeat top 32rpx right 24rpx/84rpx 84rpx, linear-gradient(32deg, #ffffff 0%, #fffcfc 55%, #fff0f0 100%);">
<view class="title">补全您的</view>
<view class="content">健康诊疗报告</view>
<view class="footer">获得健康变化曲线</view>
</view>
<!-- prettier-ignore -->
<view class="item" bind:tap="handleColtStat" style="background: url('{{imageUrl}}icon16.png?t={{Timestamp}}') no-repeat top 32rpx right 24rpx/84rpx 84rpx, linear-gradient(32deg, #ffffff 0%, #fffcfc 55%, #fff0f0 100%);"
>
<view class="num">13<text class="sub">天前</text></view>
@ -211,6 +217,12 @@ @@ -211,6 +217,12 @@
<view class="date">07月23日</view>
</view>
</view>
<!-- prettier-ignore -->
<view class="item-none" bind:tap="handleColtStat" style="background: url('{{imageUrl}}icon16.png?t={{Timestamp}}') no-repeat top 32rpx right 24rpx/84rpx 84rpx, linear-gradient(32deg, #ffffff 0%, #fffcfc 55%, #fff0f0 100%);">
<view class="title">记录您的</view>
<view class="content">出血信息</view>
<view class="footer">生成专属健康报告</view>
</view>
</view>
</view>
</view>

Loading…
Cancel
Save