eskim 5 سال پیش
والد
کامیت
1b57647992
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/main/webapp/WEB-INF/views/mob/goods/GoodsCouponFormMob.html

+ 5 - 1
src/main/webapp/WEB-INF/views/mob/goods/GoodsCouponFormMob.html

@@ -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}">