|
@@ -431,7 +431,7 @@ export default {
|
|
}
|
|
}
|
|
if(localStorage.getItem("type")){
|
|
if(localStorage.getItem("type")){
|
|
axios.post('/dxtop/order/topScanPayApi', {
|
|
axios.post('/dxtop/order/topScanPayApi', {
|
|
- "money": money,
|
|
|
|
|
|
+ "money": Number(money).toFixed(2),
|
|
"topPayType": topPayType,
|
|
"topPayType": topPayType,
|
|
"payType": payType,
|
|
"payType": payType,
|
|
"channelId": channelId,
|
|
"channelId": channelId,
|
|
@@ -459,7 +459,7 @@ export default {
|
|
channelName = "外包人员充值"
|
|
channelName = "外包人员充值"
|
|
}
|
|
}
|
|
axios.post('/dxtop/order/topScanPayApi', {
|
|
axios.post('/dxtop/order/topScanPayApi', {
|
|
- "money": money,
|
|
|
|
|
|
+ "money": Number(money).toFixed(2),
|
|
"topPayType": topPayType,
|
|
"topPayType": topPayType,
|
|
"payType": payType,
|
|
"payType": payType,
|
|
"channelName":channelName,
|
|
"channelName":channelName,
|
|
@@ -475,7 +475,7 @@ export default {
|
|
})
|
|
})
|
|
}else{
|
|
}else{
|
|
axios.post('/dxtop/order/topScanPayApi', {
|
|
axios.post('/dxtop/order/topScanPayApi', {
|
|
- "money": money,
|
|
|
|
|
|
+ "money": Number(money).toFixed(2),
|
|
"topPayType": topPayType,
|
|
"topPayType": topPayType,
|
|
"payType": payType,
|
|
"payType": payType,
|
|
"channelId": channelId,
|
|
"channelId": channelId,
|
|
@@ -557,6 +557,7 @@ export default {
|
|
this.isWeixinOrAlipay();
|
|
this.isWeixinOrAlipay();
|
|
this.jumpMode();
|
|
this.jumpMode();
|
|
if(this.env == "WeiXin" || this.env == "Alipay"){
|
|
if(this.env == "WeiXin" || this.env == "Alipay"){
|
|
|
|
+
|
|
}else{
|
|
}else{
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: "/recharge",
|
|
path: "/recharge",
|