|
@@ -412,7 +412,6 @@ Page({
|
|
|
let rebatebalance = this.data.detail.rebatebalance; //返利金账户余额
|
|
|
value = value > rebatebalance ? rebatebalance : value;
|
|
|
let amount = this.data.detail.order_rebate_userate * this.data.detail.defaultamount; //最大可用金额
|
|
|
-
|
|
|
_Http.basic({
|
|
|
"id": 20230218225002,
|
|
|
"content": {
|
|
@@ -425,7 +424,8 @@ Page({
|
|
|
if (res.msg != '成功') {
|
|
|
wx.showToast({
|
|
|
title: res.msg,
|
|
|
- icon: "none"
|
|
|
+ icon: "none",
|
|
|
+ mask: true
|
|
|
});
|
|
|
this.setData({
|
|
|
"detail.accountclass.rebate_amount": this.data.detail.accountclass.rebate_amount
|
|
@@ -438,8 +438,8 @@ Page({
|
|
|
title: "返利金最大可使用" + amount + "元",
|
|
|
icon: "none"
|
|
|
})
|
|
|
+ this.getDetail(true, false)
|
|
|
}
|
|
|
- // this.getDetail(false, false)
|
|
|
})
|
|
|
},
|
|
|
/* 删除订单 */
|