username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FrontNewestSeckillBusiness.ascx.cs"
    Inherits="CY.WebForm.Pages.common.FrontNewestSeckillBusiness" %>
<!--最新秒杀信息-->
<div class="tyborder1 nypartL fl mt10">
    <h2 class="title">
        最新秒杀信息</h2>
    <ul class="newlist Znewms">
        <asp:Repeater ID="rptNewestSeckillBusiness" runat="server">
            <ItemTemplate>
                <li><a href='SeckillBusinessDeatil.aspx?Target=GetDataById&IsFrontRequest=frontTrue&id=<%#Eval("Keyid") %>'><b class="d85">[<%#Eval("PrintType.PrintName")%>]</b><%#Eval("SurplusOrderCount")%></a></li>
            </ItemTemplate>
        </asp:Repeater>
        
    </ul>
</div>