Commit e264d5772fc7b69171b15c321b1f95e2f23b251a
1 parent
5929dbd3f2
Exists in
master
and in
2 other branches
no message
Showing 1 changed file with 2 additions and 2 deletions
littleApp_child/pages/checkTabList/checkTabList.wxml
View file @
e264d57
... | ... | @@ -287,14 +287,14 @@ |
287 | 287 | <view class="content_front" style="min-width: 60px;">血红蛋白:</view> |
288 | 288 | <view class="content_after">{{hemoglobin}}</view> |
289 | 289 | </view> |
290 | - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="白细胞计数" data-content="{{whiteCell}}"> | |
290 | + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="白细胞计数" data-content="{{whiteCell}}×10^9/L"> | |
291 | 291 | <label class="content_front" style="min-width: 75px;">白细胞计数:</label> |
292 | 292 | <label class="content_after">{{whiteCell}}×10^9/L</label> |
293 | 293 | </view> |
294 | 294 | |
295 | 295 | </view> |
296 | 296 | <view class="content_line"> |
297 | - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血小板计数" data-content="{{platelet}}"> | |
297 | + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血小板计数" data-content="{{platelet}}×10^9/L"> | |
298 | 298 | <label class="content_front" style="min-width: 75px;">血小板计数:</label> |
299 | 299 | <label class="content_after">{{platelet}}×10^9/L</label> |
300 | 300 | </view> |