Commit e6fdbe9b authored by zhengke's avatar zhengke

提交

parent dc5be3bc
......@@ -39,13 +39,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="aliyun-net-sdk-core">
<HintPath>..\packages\aliyun-net-sdk-core.dll</HintPath>
<HintPath>C:\Users\Administrator\Desktop\新建文件夹 (4)\aliyun-net-sdk-core.dll</HintPath>
</Reference>
<Reference Include="aliyun-net-sdk-dysmsapi">
<HintPath>..\packages\aliyun-net-sdk-dysmsapi.dll</HintPath>
<HintPath>C:\Users\Administrator\Desktop\新建文件夹 (4)\aliyun-net-sdk-dysmsapi.dll</HintPath>
</Reference>
<Reference Include="Aliyun.Net.SDK.Core">
<HintPath>..\packages\Aliyun.Net.SDK.Core.dll</HintPath>
<HintPath>C:\Users\Administrator\Desktop\新建文件夹 (4)\Aliyun.Net.SDK.Core.dll</HintPath>
</Reference>
<Reference Include="Aliyun.OSS, Version=2.9.0.0, Culture=neutral, PublicKeyToken=0ad4175f0dac0b9b, processorArchitecture=MSIL">
<HintPath>..\packages\Aliyun.OSS.SDK.2.9.0\lib\Aliyun.OSS.dll</HintPath>
......
......@@ -40,7 +40,7 @@
.seatName {
position: absolute;
display: inline-block;
width: 60px;
width: 75px;
margin-left: 5px;
}
......@@ -204,6 +204,14 @@
margin: 0 13px 12px 0;
background: url('../Sp_img/choosed.png');
}
.noworder {
display: inline-block;
font-size: 12px;
width: 30px;
height: 27px;
margin: 0 13px 12px 0;
background: url('../Sp_img/nowOrderSeat.png');
}
.dataPrice {
font-weight: bold;
display: inline-block;
......
......@@ -96,6 +96,10 @@
<img src="~/Areas/TicketMall/Content/Sp_img/canChoose.png" alt="" />
<span class="seatName">可换座位</span>
</div>
<div class="seatTypeList">
<img src="~/Areas/TicketMall/Content/Sp_img/nowOrderSeat.png" alt="" />
<span class="seatName">当前订单座位</span>
</div>
</div>
<div class="seatContent">
@if (Model != null)
......
......@@ -12,17 +12,17 @@
"imageCompressEnable": true,
"imageCompressBorder": 1600,
"imageInsertAlign": "none",
"imageUrlPrefix": "http://192.168.2.214:8085",
"imageUrlPrefix": "http://localhost:8069",
"imagePathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"scrawlActionName": "uploadscrawl",
"scrawlFieldName": "upfile",
"scrawlPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"scrawlMaxSize": 2048000,
"scrawlUrlPrefix": "http://192.168.2.214:8085",
"scrawlUrlPrefix": "http://localhost:8069",
"scrawlInsertAlign": "none",
"snapscreenActionName": "uploadimage",
"snapscreenPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"snapscreenUrlPrefix": "http://192.168.2.214:8085",
"snapscreenUrlPrefix": "http://localhost:8069",
"snapscreenInsertAlign": "none",
"catcherLocalDomain": [
"127.0.0.1",
......@@ -32,7 +32,7 @@
"catcherActionName": "catchimage",
"catcherFieldName": "source",
"catcherPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"catcherUrlPrefix": "http://192.168.2.214:8085",
"catcherUrlPrefix": "http://localhost:8069",
"catcherMaxSize": 2048000,
"catcherAllowFiles": [
".png",
......@@ -44,7 +44,7 @@
"videoActionName": "uploadvideo",
"videoFieldName": "upfile",
"videoPathFormat": "/upload/video/{yyyy}{mm}{dd}/{time}{rand:6}",
"videoUrlPrefix": "http://192.168.2.214:8085",
"videoUrlPrefix": "http://localhost:8069",
"videoMaxSize": 102400000,
"videoAllowFiles": [
".flv",
......@@ -68,7 +68,7 @@
"fileActionName": "uploadfile",
"fileFieldName": "upfile",
"filePathFormat": "/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}",
"fileUrlPrefix": "http://192.168.2.214:8085",
"fileUrlPrefix": "http://localhost:8069",
"fileMaxSize": 51200000,
"fileAllowFiles": [
".png",
......@@ -115,7 +115,7 @@
"imageManagerActionName": "listimage",
"imageManagerListPath": "/upload/image",
"imageManagerListSize": 20,
"imageManagerUrlPrefix": "http://192.168.2.214:8085",
"imageManagerUrlPrefix": "http://localhost:8069",
"imageManagerInsertAlign": "none",
"imageManagerAllowFiles": [
".png",
......@@ -126,7 +126,7 @@
],
"fileManagerActionName": "listfile",
"fileManagerListPath": "/upload/file",
"fileManagerUrlPrefix": "http://192.168.2.214:8085",
"fileManagerUrlPrefix": "http://localhost:8069",
"fileManagerListSize": 20,
"fileManagerAllowFiles": [
".png",
......
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