Browse Source

下发订单号改为小写

XWookey 10 months ago
parent
commit
2f7a7e13b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/charging/charging.js

+ 1 - 1
pages/charging/charging.js

@@ -512,7 +512,7 @@ Page({
             url: getApp().globalData.postHeadAgreement + '/restapi/pileLog/applyDeleteChargPileLog',
             data: {
                 loginName: userInfo.loginName,
-                orderId:that.data.orderid
+                orderid:that.data.orderid
             },
             method: 'POST',
             success: function (res) {