diff --git a/app/views/trainings/pay.html.erb b/app/views/trainings/pay.html.erb index 87b720ca..17808d34 100644 --- a/app/views/trainings/pay.html.erb +++ b/app/views/trainings/pay.html.erb @@ -15,22 +15,22 @@
  • -

    800190320609016

    +

    1901008009200085901

  • -

    湖南酷得网络科技有限公司

    +

    长沙智擎信息技术有限公司

  • -

    长沙银行股份有限公司四方支行

    +

    工商银行长沙市岳麓山支行

  • 完成线下支付后,请将支付截图粘贴到备注中,以便财务审核

    - +

    备注

    @@ -137,20 +137,20 @@ // invoiceNo: '<%#= @training.training_payinfo.invoice_no %>' // }; //点击弹出发票弹框 - //aboutBillType(userInfo); + aboutBillType(userInfo); //点击弹出支付方式弹框 aboutPayType(); //初始化发票类型 - /*InitBill(userInfo);*/ + InitBill(userInfo); //切换发票类型 - /*$(".billType li").on("click", function () { + $(".billType li").on("click", function () { $(".billType li").removeClass("active"); $(this).addClass("active"); billTypeShowFun(parseInt($(this).index()),userInfo); - })*/ + }) //关闭弹窗 $(".billClose").on("click", function () { hideNav($(".downNav")); @@ -257,7 +257,7 @@ }) }) //页面加载时,初始化发票类型 - /*function InitBill(userInfo){ + function InitBill(userInfo){ var index=2; $("#billDemand").html("不需要").attr("status",2); if(userInfo.invoiceTitle != "" && userInfo.invoiceNo != ""){ @@ -271,7 +271,7 @@ $(".billType li").removeClass("active"); $(".billType li").eq(index).addClass("active"); billTypeShowFun(index,userInfo); - }*/ + } function billTypeShowFun(index,userInfo){ if (parseInt(index) == 0) { $(".needWrite").removeClass("none"); @@ -288,11 +288,11 @@ } //点击弹出发票类型弹框 - /*function aboutBillType(userInfo){ + function aboutBillType(userInfo){ var bill = $("#billLine"); var billNav = $(".billDownNav"); showNav(bill, billNav, "down"); - }*/ + } //点击弹出支付方式弹框 function aboutPayType() {