|
|
@@ -41,12 +41,16 @@
|
|
|
</div>
|
|
|
<div class="btn_group_flex">
|
|
|
<div>
|
|
|
- <button type="button" class="btn btn_dark"
|
|
|
+ <button type="button" class="btn btn_dark btn_coupon_down"
|
|
|
th:disabled="${goodsCoupon.custPubLimitQty > 0 and goodsCoupon.custPubLimitQty <= goodsCoupon.custCouponCnt}"
|
|
|
th:attr="cpnId=${goodsCoupon.cpnId}" th:id="${'coupon_'+goodsCoupon.cpnId}" onclick="fnGoodsCouponDown(this);">
|
|
|
<span>쿠폰받기</span>
|
|
|
<span>받기완료</span>
|
|
|
</button>
|
|
|
+ <button type="button" class="btn btn_dark" disabled="disabled" id="btn_result_coupon2">
|
|
|
+ <span>쿠폰받기</span>
|
|
|
+ <span>받기완료</span>
|
|
|
+ </button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <th:block th:if="${goodsCoupon.custPubLimitQty > 0 and goodsCoupon.custPubLimitQty <= goodsCoupon.custCouponCnt}">
|