Browse Source

[停车错误提示][修改]:停车的错误提示注释

tags/富茂链客2.2.8
meo 6 years ago
parent
commit
fa366dcfed
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      pages/passCar/passCar.js

+ 7
- 7
pages/passCar/passCar.js View File

@@ -453,12 +453,12 @@ Page({
}) })
.catch(err => { .catch(err => {
console.log(err); console.log(err);
wx.showToast({
title: err.errMsg,
icon: 'none',
duration: 2000,
mask: false
});
// wx.showToast({
// title: err.message,
// icon: 'none',
// duration: 2000,
// mask: false
// });
}) })
}, },
@@ -538,7 +538,7 @@ Page({
syncId: res.data.orderId, syncId: res.data.orderId,
payType: 6, // 小程序支付 payType: 6, // 小程序支付
CarNumber: carNumber, CarNumber: carNumber,
returnUrl: "https://mall.youlane.cn/api/carCallback/etcpPaidCallback",
returnUrl: "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback",
source: "FUMAO-001", source: "FUMAO-001",
actionId: "1" //操作ID,1:小程序支付 actionId: "1" //操作ID,1:小程序支付
} }


Loading…
Cancel
Save