Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Theater
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴春
Theater
Commits
3851a388
Commit
3851a388
authored
Feb 26, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
d4b3ef41
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
28 additions
and
18 deletions
+28
-18
PhoneMsgHandler.cs
EheMall.Business/Handlers/PhoneMsgHandler.cs
+8
-1
Index.cshtml
EheMall.Web/Areas/Admin/Views/Home/Index.cshtml
+3
-3
people1.png
EheMall.Web/Areas/Mobile/Content/images/people1.png
+0
-0
qupiao.png
EheMall.Web/Areas/Mobile/Content/images/qupiao.png
+0
-0
BuyTickets.cshtml
EheMall.Web/Areas/TicketMall/Views/Home/BuyTickets.cshtml
+3
-3
CollectingTickets.cshtml
...eas/TicketMall/Views/SaleTheater/CollectingTickets.cshtml
+7
-1
ExchangeTicket.cshtml
.../Areas/TicketMall/Views/SaleTheater/ExchangeTicket.cshtml
+5
-8
Index.cshtml
EheMall.Web/Areas/TicketMall/Views/SaleTheater/Index.cshtml
+1
-1
EheMall.Web.csproj.user
EheMall.Web/EheMall.Web.csproj.user
+1
-1
No files found.
EheMall.Business/Handlers/PhoneMsgHandler.cs
View file @
3851a388
...
...
@@ -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
;
...
...
EheMall.Web/Areas/Admin/Views/Home/Index.cshtml
View file @
3851a388
...
...
@@ -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
EheMall.Web/Areas/Mobile/Content/images/people1.png
View replaced file @
d4b3ef41
View file @
3851a388
64.6 KB
|
W:
|
H:
67.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
EheMall.Web/Areas/Mobile/Content/images/qupiao.png
View replaced file @
d4b3ef41
View file @
3851a388
82.7 KB
|
W:
|
H:
85.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
EheMall.Web/Areas/TicketMall/Views/Home/BuyTickets.cshtml
View file @
3851a388
...
...
@@ -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>
...
...
EheMall.Web/Areas/TicketMall/Views/SaleTheater/CollectingTickets.cshtml
View file @
3851a388
...
...
@@ -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
EheMall.Web/Areas/TicketMall/Views/SaleTheater/ExchangeTicket.cshtml
View file @
3851a388
...
...
@@ -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"
>
...
...
EheMall.Web/Areas/TicketMall/Views/SaleTheater/Index.cshtml
View file @
3851a388
...
...
@@ -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>
...
...
EheMall.Web/EheMall.Web.csproj.user
View file @
3851a388
...
...
@@ -10,7 +10,7 @@
</WebStackScaffolding_LayoutPageFile>
<WebStackScaffolding_IsAsyncSelected>
False
</WebStackScaffolding_IsAsyncSelected>
<UseIISExpress>
true
</UseIISExpress>
<ProjectView>
ShowAll
Files
</ProjectView>
<ProjectView>
Project
Files
</ProjectView>
<LastActiveSolutionConfig>
Debug|Any CPU
</LastActiveSolutionConfig>
<Use64BitIISExpress
/>
<IISExpressSSLPort
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment