diff --git a/app/views/trainings/pay.html.erb b/app/views/trainings/pay.html.erb
index 02290cd0..3293be93 100644
--- a/app/views/trainings/pay.html.erb
+++ b/app/views/trainings/pay.html.erb
@@ -80,7 +80,7 @@
-
+
@@ -147,13 +147,13 @@
aboutPayType();
//初始化发票类型
- InitBill(userInfo);
+ //InitBill(userInfo);
//切换发票类型
$(".billType li").on("click", function () {
$(".billType li").removeClass("active");
$(this).addClass("active");
- billTypeShowFun(parseInt($(this).index()),userInfo);
+ //billTypeShowFun(parseInt($(this).index()),userInfo);
})
//关闭弹窗
$(".billClose").on("click", function () {
diff --git a/public/stylesheets/educoder/trainings.css b/public/stylesheets/educoder/trainings.css
index c6a2b1bf..44df1617 100644
--- a/public/stylesheets/educoder/trainings.css
+++ b/public/stylesheets/educoder/trainings.css
@@ -241,7 +241,7 @@ input[type='text'].right_input{
.billInput.nullVal{border:1px solid #DD1717;}
.meetInfo{color: #4CACFF;}
.enrollNum{margin:10px 15px;font-size: 1.4rem;}
-.lastPrice{color: #bfbfbf;font-size: 1.2px;text-decoration: line-through;margin-left: 5px;}
+.lastPrice{color: #bfbfbf;font-size: 0.8em;text-decoration: line-through;margin-left: 5px;margin-top: 2px;}
/*上传图片*/
.weui-uploader__bd {position: relative;width: 100px;height: 100px;}
.weui-uploader__files {list-style: none;}