formal_basic
shilei 2 weeks ago
parent 84465273f8
commit 76f94b262c

@ -14,7 +14,8 @@
@confirm="getStationName" confirm-type="search" />
</view>
</view>
<view class="position_left_order" style="margin-left: 10rpx;" @click="subscribeChange" v-if="version_loading == false">
<view class="position_left_order" style="margin-left: 10rpx;" @click="subscribeChange"
v-if="version_loading == false">
<uv-icon name="tags" size="20" color="#000"></uv-icon>
{{check_version}}
</view>
@ -415,6 +416,13 @@
} else {
handle_charging_pay(res_result)
}
},
fail: function(res) {
uni.showToast({
title: '二维码错误',
duration: 2000,
icon: 'error'
});
}
})
}

@ -29,7 +29,7 @@
<view class="content_item" style="margin-top: 50rpx;">
<view class="">
<text>充电电流(A)</text>
<text>{{detail.list.currentElectrical || 0}}</text>
<text>{{(detail.list.currentElectrical).toFixed(2) || 0}}</text>
</view>
<view class="">
<text>充电电压(V)</text>

Loading…
Cancel
Save