From ca0482f777e084fd1d9e7c2d454962a7d5fe011d Mon Sep 17 00:00:00 2001 From: Apple <> Date: Tue, 25 Oct 2022 17:23:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=88=9B=E5=BB=BA=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E8=AE=A2=E5=8D=95=E5=A2=9E=E5=8A=A0=E3=80=90pay=5Famo?= =?UTF-8?q?unt=E3=80=91=EF=BC=8C=E4=BE=BF=E4=BA=8E=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=AF=94=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coupon/details.html b/coupon/details.html index cad5bc6..c229b5f 100644 --- a/coupon/details.html +++ b/coupon/details.html @@ -549,8 +549,8 @@ "code_batch_id": this.goodsDetail.code_batch_id, "goods_id": this.goodInfo.goods_id, "account": this.account, - "pay_type": payType == 2 ? 1 : 5 - + "pay_type": payType == 2 ? 1 : 5, + "pay_amount":this.goodsDetail.coupon_price } return new Promise((resolve, reject) => { req.axiosPost('/key/createCouponOrder', data).then(res => {