bug
This commit is contained in:
parent
24029e9796
commit
26c8c6544e
@ -162,6 +162,7 @@ public class CardValueRecordServiceImpl extends ServiceImpl<CardValueRecordMappe
|
||||
cardValueOrders.setBidBalance(cardValueRecordDTO.getBalance());
|
||||
cardValueOrders.setRechargeBalance(cardValueRecordDTO.getBalance());
|
||||
//支付金额
|
||||
cardValueOrders.setAmount(cardValueRecordDTO.getBalance());
|
||||
cardValueOrders.setPayAmount(cardValueRecordDTO.getBalance());
|
||||
}else {
|
||||
//查询储值卡信息
|
||||
|
@ -312,7 +312,7 @@
|
||||
// }
|
||||
if (this.carValueId == '') {
|
||||
uni.showToast({
|
||||
title: "囤油卡为必填项",
|
||||
title: "当前店铺暂未设置电子囤油卡储值优惠,请先联系商家",
|
||||
icon: Error
|
||||
})
|
||||
return
|
||||
@ -421,13 +421,13 @@
|
||||
//储值卡充值
|
||||
addValueCarRecords() {
|
||||
|
||||
if (this.carValueId == '') {
|
||||
uni.showToast({
|
||||
title: "储值卡为必填项",
|
||||
icon: "error"
|
||||
})
|
||||
return
|
||||
}
|
||||
// if (this.carValueId == '') {
|
||||
// uni.showToast({
|
||||
// title: "储值卡为必填项",
|
||||
// icon: "error"
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
let _this = this
|
||||
|
||||
request({
|
||||
|
Loading…
Reference in New Issue
Block a user