Commit 3851a388 authored by 吴春's avatar 吴春

修改样式

parent d4b3ef41
......@@ -206,7 +206,14 @@ namespace EheMall.Business.Handlers
try
{
Business.Services.SMSService.SendCode(eventData.sPhone, eventData.sCode, TypeStr);
if (eventData.iType <= 1003)
{
Business.Services.SMSService.SendMsg(eventData.sPhone, eventData.sCode, TypeStr);
}
else {
Business.Services.SMSService.SendCode(eventData.sPhone, eventData.sCode, TypeStr);
}
var entity = eventData.Map<EHECD_PhoneMsg>();
//entity.sCode = sCode;
entity.dAddTime = DateTime.Now;
......
......@@ -11,8 +11,8 @@
<img alt="" src="~/Areas/Mobile/Content/images/people1.png" style="display: inline-block; vertical-align: middle;" />
</a>
</div>
@if (!string.IsNullOrEmpty(Request.QueryString["debug"]))
{
@*@if (!string.IsNullOrEmpty(Request.QueryString["debug"]))
{*@
<div style="padding-bottom: 20px; overflow: hidden">
<form id="searchForm">
<div style="width: 230px; float: left">
......@@ -186,4 +186,4 @@
});
</script>
}
}
\ No newline at end of file
@*}*@
\ No newline at end of file
......@@ -39,7 +39,7 @@
</div>
<div class="Ticket_Price" style="@TheaterPrice.FirstNum<=0?'color:#DDDDDD':''">
<span class="yuan">¥</span>
<span class="Price_yuan">@TheaterPrice.FirstPrice</span>
<span class="Price_yuan">@TheaterPrice.FirstPrice.ToString().Split('.')[0]</span><span class="Price_yuan" style="font-size:20px;">.@TheaterPrice.FirstPrice.ToString().Split('.')[1]</span>
</div>
</div>
</div>
......@@ -61,7 +61,7 @@
</div>
<div class="Ticket_Price" style="@TheaterPrice.ScondNum<=0?'color:#DDDDDD':''">
<span class="yuan">¥</span>
<span class="Price_yuan">@TheaterPrice.ScondPrice</span>
<span class="Price_yuan">@TheaterPrice.ScondPrice.ToString().Split('.')[0]</span><span class="Price_yuan" style="font-size:20px;">.@TheaterPrice.ScondPrice.ToString().Split('.')[1]</span>
</div>
</div>
</div>
......@@ -81,7 +81,7 @@
</div>
<div class="Ticket_Price" style="@TheaterPrice.ThirdNum<=0?'color:#DDDDDD':''">
<span class="yuan">¥</span>
<span class="Price_yuan">@TheaterPrice.ThirdPrice</span>
<span class="Price_yuan">@TheaterPrice.ThirdPrice.ToString().Split('.')[0]</span><span class="Price_yuan" style="font-size:20px;">.@TheaterPrice.ScondPrice.ToString().Split('.')[1]</span>
</div>
</div>
</div>
......
......@@ -133,7 +133,13 @@
<script type="text/javascript">
$(function () {
$(".TicketSureBtn").click(function () {
location.href = "/TicketMall/SaleTheater/ExchangeDetails?CollectingTickets=" + $(".codeInput").val();
if ($(".codeInput").val().length <= 0) {
layer.msg("请输入取票码", { icon: 2 });
}
else {
location.href = "/TicketMall/SaleTheater/ExchangeDetails?CollectingTickets=" + $(".codeInput").val();
}
});
});
</script>
\ No newline at end of file
......@@ -95,15 +95,12 @@
<!--热门戏剧-->
<div class="w100 clearfix" style="width:100%;border-top:1px solid #EEEEEE;">
<div class="w1240">
<div class="CollectTitle">当前可取票</div>
<div class="releasbox mb10">
<div>
<span style="margin-left:20px;font-size:14px;color:#898989;"> 上映时间: </span>
<input type="text" readonly id="StartTime" value="@System.DateTime.Now.ToString("yyyy-MM-dd")" style="text-align: center; width: 120px; border: 1px solid #e6e6e6; height: 25px;" />
<span id="submitKey" style="cursor:pointer;margin-left:10px;font-size:14px;color:#898989;"> 查询</span>
</div>
<div class="CollectTitle">
当前可取票 <span style="margin-left:20px;font-size:14px;color:#898989;"> 上映时间: </span>
<input type="text" readonly id="StartTime" value="@System.DateTime.Now.ToString("yyyy-MM-dd")" style="text-align: center; width: 120px; border: 1px solid #e6e6e6; height: 25px;" />
<span id="submitKey" style="width:60px;height:26px;line-height:26px;background-color:#8C1324;color:#fff;display:inline-block;text-align:center;"> 查询</span>
</div>
<table class="collTable">
<tr>
@*<th width="60">
......
......@@ -58,7 +58,7 @@
<span style="margin-left:20px;font-size:14px;color:#898989;"> 上映时间: </span>
<input type="text" readonly id="StartTime" value="@System.DateTime.Now.ToString("yyyy-MM-dd")" style="text-align: center; width: 120px; border: 1px solid #e6e6e6; height: 25px;" />
<span style="margin-left:20px;font-size:14px;color:#898989;"> 关键词:</span> <input type="text" placeholder="请输入关键词" id="strwhere" style=" height: 25px;border: 1px solid #e6e6e6;padding-left:10px;">
<span id="submitKey" style="cursor:pointer;margin-left:10px;font-size:14px;color:#898989;"> 查询</span>
<span id="submitKey" style="width:60px;height:26px;line-height:26px;background-color:#8C1324;color:#fff;display:inline-block;text-align:center;"> 查询</span>
</div>
</div>
......
......@@ -10,7 +10,7 @@
</WebStackScaffolding_LayoutPageFile>
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
<UseIISExpress>true</UseIISExpress>
<ProjectView>ShowAllFiles</ProjectView>
<ProjectView>ProjectFiles</ProjectView>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment