Commit 4034e10b authored by 黄媛媛's avatar 黄媛媛
parents cb3f6f0b 7552d937
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
} }
let msg={ let msg={
selectTime:selectTime, selectTime:selectTime,
CouponId:30 CouponId:couponId
} }
$.ajax({ $.ajax({
type: "POST", type: "POST",
...@@ -336,6 +336,7 @@ ...@@ -336,6 +336,7 @@
success: function(res) { success: function(res) {
if (res.resultCode === 1) { if (res.resultCode === 1) {
getTicketList(res.data.couponId); getTicketList(res.data.couponId);
let num = res.data.repertory; //优惠券总共数量 let num = res.data.repertory; //优惠券总共数量
// let num = 5000; //优惠券总共数量 // let num = 5000; //优惠券总共数量
$('.box_title_2 p').html(res.data.redemptionPrice + '元抢购'); $('.box_title_2 p').html(res.data.redemptionPrice + '元抢购');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment