Browse Source

4436

pull/36/head
余菲 1 year ago
parent
commit
f88e507626
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package_A/pages/riverDetail/index.wxml

+ 1
- 1
package_A/pages/riverDetail/index.wxml View File

@@ -7,7 +7,7 @@
<view class="river_name">{{dataSource.name}}</view>
<view class="info_item">
<text style="color: #7A8AA2;">河道长度:</text>
<text>{{dataSource.length}}公里</text>
<text>{{dataSource.length}}KM</text>
</view>
<view class="info_item">
<text style="color: #7A8AA2;">起讫位置:</text>

Loading…
Cancel
Save