选择代金券
<%for(var i=0; i< coupons.length; i++){%>
代金券 <%=coupons[i].amount%>元
有效期:<%=coupons[i].startTime%>至<%=coupons[i].endTime%>
<%}%>
确定