username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeckillOnline.aspx.cs" Inherits="CY.WebForm.Pages.front.SeckillOnline" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%;">
<head id="Head1" runat="server">
    <title>在线秒杀</title>
    <uc:FrontQuote ID="FrontQuote1" runat="server" />
    <script src="../../js/common/KeyBehaviorHook.js" type="text/javascript"></script>
    <script src="../../js/front/PayOrder.js" type="text/javascript"></script>
    <script src="../../js/utils/sM.js" type="text/javascript"></script>
    <script type="text/javascript">
        $(function () {
            $(".tdk").each(function (ii, vv) {
                $(vv).removeClass("tdk").addClass("tdk");
            });
        });
    </script>
</head>
<body style="height: 100%;">
    <uc:FrontHead ID="FrontHead1" runat="server" />
    <form id="form2" runat="server">
    <input type="hidden" id="hidNeedMarge" value="true" />
    <div class="w1000 mainbox">
        <div class="mt10 DivAd" value_forumname="特价秒杀" value_locationname="特价秒杀付款顶部横幅广告">
        </div>
        <div class="path">
            当前位置:<a href="/">网站首页</a> > 在线秒杀</div>
        <div class="nypartL fl mt10">
            <div class="leftMemubox">
                <h2 class="mtitle">
                    特价秒杀</h2>
                <div class="leftMemu">
                    <ul class="nochild">
                        <li><a class="cheched" href="/seckill/list.html">特价秒杀</a></li>
                        <li><a href="/seckillinfo/list.html">特价信息</a> </li>
                    </ul>
                </div>
            </div>
            <div class="mt10 DivAd" value_forumname="特价秒杀" value_locationname="特价秒杀付款(左上)">
            </div>
            <div class="mt10 DivAd" value_forumname="特价秒杀" value_locationname="特价秒杀付款(左下)">
            </div>
        </div>
        <!--nypartL over-->
        <div class="nypartR fr mt10">
            <div class="nypartR_t">
                <b>在线秒杀</b><font><span class='fr'><i class="cb0">温馨提示:</i>秒杀下单时要支付成功后订单才会生效!</span></font></div>
            <div id='div_info'>
                <table class="formTable" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tr>
                        <td class="tdk" style="width: 100px;">
                            印刷类别:
                        </td>
                        <td colspan="3">
                            <span id='spnPrintTypeName'>类别</span>
                        </td>
                    </tr>
                    <tr style="height: 73px;">
                        <td class="tdk" style="width: 100px;">
                            秒杀信息:
                        </td>
                        <td colspan="3">
                            <span id='spnSpecifications' class='spn_contentpanel' style="line-height: 25px; width: 660px;">这里是特价信息</span>
                        </td>
                    </tr>
                    <tr>
                        <td class="tdk" style="width: 100px;">
                            发布单位:
                        </td>
                        <td colspan="3">
                            <span id='spnMemberName'>这里是发布单位</span>
                        </td>
                    </tr>
                    <tr>
                        <td class="tdk" style="width: 100px;">
                            秒杀价格:
                        </td>
                        <td>
                            <strong class="cb0 wryh">¥ <span id='spnPrice'>0</span></strong>
                        </td>
                        <td class="tdk" style="width: 100px;">
                            应付金额:
                        </td>
                        <td>
                            <strong class="cb0 wryh">¥ <span id='spnWillPayPrice'>0</span></strong>
                        </td>
                    </tr>
                    <tr>
                        <td class="tdk" style="width: 100px;">
                            网站余额:
                        </td>
                        <td>
                            <strong class="cb0 wryh"><span id='spnHaveMoney'>&nbsp;<img src="../../images/Common/loading_small.gif" title='信息获取中...' /></span></strong>
                        </td>
                        <td class="tdk" style="width: 100px;">
                            担保授信:
                        </td>
                        <td>
                            <strong class="cb0 wryh"><span id='spnHaveCredit'>&nbsp;<img src="../../images/Common/loading_small.gif" title='信息获取中...' /></span></strong>
                        </td>
                    </tr>
                </table>
                <table class="formTable" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tr>
                        <td class="tdk" style="width: 100px;">
                            支付码:
                        </td>
                        <td colspan="3">
                            <input id='txtPayPwd' type="password" style="border: 1px solid #cccccc; height: 21px; line-height: 21px;" />
                        </td>
                    </tr>
                    <tr>
                        <td class="tdk " style="width: 100px;">
                            付款备注:
                        </td>
                        <td colspan="3">
                            <textarea id='txtPayRemark' onblur='Restrict(this,200)' class='remark' style='height: 30px; width: 90%;'></textarea>
                        </td>
                    </tr>
                </table>
                <table class="formTable" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tr>
                        <td colspan='4' align="center" id='td_address' style='display: none; padding: 0px; border-right: 1px solid #DDDDDD;'>
                            &nbsp;<img src="../../images/Common/loading_small.gif" title='信息获取中...' />
                        </td>
                    </tr>
                    <tr>
                        <td colspan="4" align="center" style="border-right: 1px solid #DDDDDD; line-height: 49px; vertical-align: middle;">
                            <input id="btnGoAndCreateOrder" type="button" class="payBtn" value="" style='display: none;' onclick="if(this.style.display!='none'){ ShowWaitFront(); setTimeout(PaySeckill,2000);}" />
                            <img src="../../images/Common/loading_small.gif" id='img_loading' />
                            <label for='ckUsedDefaultAddress'>
                                <input type="checkbox" id='ckUsedDefaultAddress' onclick="document.getElementById('td_address').style.display=this.checked?'none':'';if(this.checked){document.getElementById('fram_pay').src=document.getElementById('fram_pay').src;}else;" checked="checked" />使用默认收货方式</label>
                        </td>
                    </tr>
                </table>
            </div>
            <div id='div_WinResult' class="nyrC" style='display: none;'>
                <div class="OK">
                    订单提交成功!</div>
                <div class="OKinfos">
                    您的订单号:<a id='link_gotolookfast' href='javascript:void(0);'><font id='spn_orderid'>201207031225</font></a>&nbsp;&nbsp;&nbsp;&nbsp;已付金额:<strong class="cb0">¥<font id='spn_payedMoney'>23214</font></strong>&nbsp;&nbsp;&nbsp;&nbsp;支付方式:<strong class="cb0">网站余额</strong>&nbsp;&nbsp;&nbsp;&nbsp;支付状态:<strong class="cb0">支付完毕</strong><br />
                    温馨提示:在线支付订单交易完成后会有一定比例的奖励反馈哦!
                </div>
                <div class="controlBox">
                    <label>
                        <a id='link_gotolook' href='javascript:void(0);'>查看订单>></a></label></div>
            </div>
        </div>
    </div>
    <!--nypartR over-->
    <p class="clear">
    </p>
    </form>
    <!--mainbox Over-->
    <p class="clear">
    </p>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>