|
@@ -50,6 +50,7 @@ Page({
|
|
var show_chargpiles = [];
|
|
var show_chargpiles = [];
|
|
chargpiles.forEach((item, index) => {
|
|
chargpiles.forEach((item, index) => {
|
|
show_chargpiles.push({
|
|
show_chargpiles.push({
|
|
|
|
+ brandName:item.brandName,
|
|
chargStationId: item.chargStationId,
|
|
chargStationId: item.chargStationId,
|
|
chargPileName: item.chargPileName,
|
|
chargPileName: item.chargPileName,
|
|
chargPileId: item.chargPileId,
|
|
chargPileId: item.chargPileId,
|
|
@@ -188,6 +189,7 @@ Page({
|
|
var show_chargpiles = [];
|
|
var show_chargpiles = [];
|
|
chargpiles.forEach((item, index) => {
|
|
chargpiles.forEach((item, index) => {
|
|
show_chargpiles.push({
|
|
show_chargpiles.push({
|
|
|
|
+ brandName:item.brandName,
|
|
chargStationId: item.chargStationId,
|
|
chargStationId: item.chargStationId,
|
|
chargPileName: item.chargPileName,
|
|
chargPileName: item.chargPileName,
|
|
chargPileId: item.chargPileId,
|
|
chargPileId: item.chargPileId,
|
|
@@ -261,6 +263,7 @@ Page({
|
|
var show_chargpiles = that.data.chargpiles;
|
|
var show_chargpiles = that.data.chargpiles;
|
|
chargpiles.forEach((item, index) => {
|
|
chargpiles.forEach((item, index) => {
|
|
show_chargpiles.push({
|
|
show_chargpiles.push({
|
|
|
|
+ brandName:item.brandName,
|
|
chargStationId: item.chargStationId,
|
|
chargStationId: item.chargStationId,
|
|
chargPileName: item.chargPileName,
|
|
chargPileName: item.chargPileName,
|
|
chargPileId: item.chargPileId,
|
|
chargPileId: item.chargPileId,
|