mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化充电桩详情
This commit is contained in:
parent
2f4ae7067e
commit
90611929cb
@ -195,7 +195,7 @@ export function getChargeMachineOrder(_objData) {
|
||||
reject(res.data.msg);
|
||||
return;
|
||||
}
|
||||
resolve(res.data.data);
|
||||
resolve(res.data);
|
||||
},
|
||||
fail: function(res) {
|
||||
reject(res);
|
||||
|
||||
@ -116,7 +116,6 @@
|
||||
<text>状态:</text>
|
||||
<text>{{item.stateName}}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user