|
@@ -183,7 +183,7 @@
|
|
|
<text>{{ item.title }}</text>
|
|
|
<text v-if="item.regionText" class="ml-2">({{ item.regionText }})</text>
|
|
|
</view>
|
|
|
- <text class="size-s color-second">{{ item.title }}</text>
|
|
|
+ <text v-if="item.unit" class="size-s color-second">{{ item.unit }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<text class="iconfont icon-arrow-right"></text>
|