|
@@ -12,7 +12,7 @@
|
|
|
<image src='/images/charging2_1.png'></image>
|
|
|
</view>
|
|
|
<view class='charging_text_title1'>
|
|
|
- <text class='bold'>{{charginglog.chargStation.brandName != '' ? charginglog.chargStation.brandName : '' }}{{charginglog.chargStation.chargStationName}}</text>
|
|
|
+ <text class='bold'>{{charginglog.chargStation.brandName || '' }}{{charginglog.chargStation.chargStationName}}</text>
|
|
|
<text class="h1">{{charginglog.chargStation.address}}</text>
|
|
|
</view>
|
|
|
</view>
|