Commit 4034e10b authored by 黄媛媛's avatar 黄媛媛
parents cb3f6f0b 7552d937
......@@ -202,7 +202,7 @@
}
let msg={
selectTime:selectTime,
CouponId:30
CouponId:couponId
}
$.ajax({
type: "POST",
......@@ -336,6 +336,7 @@
success: function(res) {
if (res.resultCode === 1) {
getTicketList(res.data.couponId);
let num = res.data.repertory; //优惠券总共数量
// let num = 5000; //优惠券总共数量
$('.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