Commit 5929dbd3f22f0893d3f460612bffaa6e54cb9c2e
1 parent
c605f7b738
Exists in
master
and in
2 other branches
数量单位
Showing 1 changed file with 2 additions and 2 deletions
littleApp_child/pages/checkTabList/checkTabList.wxml
View file @
5929dbd
... | ... | @@ -289,14 +289,14 @@ |
289 | 289 | </view> |
290 | 290 | <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="白细胞计数" data-content="{{whiteCell}}"> |
291 | 291 | <label class="content_front" style="min-width: 75px;">白细胞计数:</label> |
292 | - <label class="content_after">{{whiteCell}}</label> | |
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 | 297 | <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血小板计数" data-content="{{platelet}}"> |
298 | 298 | <label class="content_front" style="min-width: 75px;">血小板计数:</label> |
299 | - <label class="content_after">{{platelet}}</label> | |
299 | + <label class="content_after">{{platelet}}×10^9/L</label> | |
300 | 300 | </view> |
301 | 301 | <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="其他" data-content="{{otherBlood}}"> |
302 | 302 | <label class="content_front" style="min-width: 35px;">其他:</label> |