<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="admin_choujiang_set.aspx.cs" Inherits="Mtxfw.shop._Admin.admin_choujiang_set" %>
抽奖管理 - 抽奖设置
<% System.Data.DataSet Ds = new Mtxfw.DAL.user_jjfp().GetList("", "TType=5"); System.Data.DataSet Ds2 = new Mtxfw.DAL.user_jjfp().GetList("", "TType=6"); if (Ds.Tables[0].Rows.Count > 0 && Ds2.Tables[0].Rows.Count > 0) { %> <%} Ds.Clear(); Ds2.Clear(); %> <% Ds = daocj.GetList("","utype=0 Order By Id desc"); if (Ds.Tables[0].Rows.Count > 0) { foreach (System.Data.DataRow Dr in Ds.Tables[0].Rows) { %> <%} }Ds.Clear(); %>
抽奖池金额
现金抽奖池:<%=Convert.ToDouble(Ds.Tables[0].Rows[0]["count1"]).ToString("f0")%> 元  积分抽奖池:<%=Convert.ToDouble(Ds2.Tables[0].Rows[0]["count1"]).ToString("f0")%> 积分 
中奖金额
类型 一等级 二等级 三等级 四等级 五等级
现金抽奖 " type="text" style=" width:60px;"/> " type="text" style=" width:60px;" /> " type="text" style=" width:60px;" /> " type="text" style=" width:60px;" /> " type="text" style=" width:60px;" />
积分抽奖 " type="text" style=" width:60px;"/> " type="text" style=" width:60px;" /> " type="text" style=" width:60px;" /> " type="text" style=" width:60px;" /> " type="text" style=" width:60px;" />
现金抽奖设置
消费金额 允许中奖次数
一等级 二等级 三等级 四等级 五等级
" value="<%=Convert.ToDouble(Dr["xfje"]).ToString("f0") %>" type="text" style=" width:60px;" />" value="<%=Dr["Id"].ToString() %>" class="hid" type="hidden" /> " value="<%=Dr["kzjzs1"].ToString()%>" type="text" style=" width:60px;"/> " value="<%=Dr["kzjzs2"].ToString()%>" type="text" style=" width:60px;" /> " value="<%=Dr["kzjzs3"].ToString()%>" type="text" style=" width:60px;" /> " value="<%=Dr["kzjzs4"].ToString()%>" type="text" style=" width:60px;" /> " value="<%=Dr["kzjzs5"].ToString()%>" type="text" style=" width:60px;" />
<%Ds2 = daocj.GetList("","utype=1 Order By Id desc"); if (Ds2.Tables[0].Rows.Count > 0) { foreach (System.Data.DataRow Dr2 in Ds2.Tables[0].Rows) { %> <%} }Ds2.Clear(); %>
积分抽奖设置
所需积分 允许中奖次数
一等级 二等级 三等级 四等级 五等级
" value="<%=Convert.ToDouble(Dr2["xfje"]).ToString("f0")%>" type="text" style=" width:60px;"/>" value="<%=Dr2["Id"].ToString()%>" class="hid" type="hidden" /> " value="<%=Dr2["kzjzs1"].ToString()%>" type="text" style=" width:60px;"/> " value="<%=Dr2["kzjzs2"].ToString()%>" type="text" style=" width:60px;" /> " value="<%=Dr2["kzjzs3"].ToString()%>" type="text" style=" width:60px;" /> " value="<%=Dr2["kzjzs4"].ToString()%>" type="text" style=" width:60px;" /> " value="<%=Dr2["kzjzs5"].ToString()%>" type="text" style=" width:60px;" />