| @@ -60,7 +60,7 @@ | |||||
| <th width="10%">类目</th> | <th width="10%">类目</th> | ||||
| <th width="10%">状态</th> | <th width="10%">状态</th> | ||||
| <th width="10%">点击</th> | <th width="10%">点击</th> | ||||
| <th width="10%">发布时间</th> | |||||
| <th width="10%">时间</th> | |||||
| <th>操作</th> | <th>操作</th> | ||||
| </tr> | </tr> | ||||
| </thead> | </thead> | ||||
| @@ -60,7 +60,7 @@ | |||||
| <th width="10%">类目</th> | <th width="10%">类目</th> | ||||
| <th width="10%">状态</th> | <th width="10%">状态</th> | ||||
| <th width="10%">点击</th> | <th width="10%">点击</th> | ||||
| <th width="10%">发布时间</th> | |||||
| <th width="10%">时间</th> | |||||
| <th>操作</th> | <th>操作</th> | ||||
| </tr> | </tr> | ||||
| </thead> | </thead> | ||||
| @@ -3,7 +3,7 @@ | |||||
| <head> | <head> | ||||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | <meta charset="<?php echo $cfg_soft_lang; ?>"> | ||||
| <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||||
| <title>消费记录-会员中心-<?php echo $cfg_webname; ?></title> | |||||
| <title>购买内容-会员中心-<?php echo $cfg_webname; ?></title> | |||||
| <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | ||||
| @@ -27,8 +27,8 @@ | |||||
| <table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
| <thead> | <thead> | ||||
| <tr> | <tr> | ||||
| <th width="5%"></th> | |||||
| <th width="5%">ID</th> | |||||
| <th width="10%"></th> | |||||
| <th width="10%">ID</th> | |||||
| <th>标题</th> | <th>标题</th> | ||||
| <th width="20%">消费金币</th> | <th width="20%">消费金币</th> | ||||
| <th width="20%">消费时间</th> | <th width="20%">消费时间</th> | ||||
| @@ -3,7 +3,7 @@ | |||||
| <head> | <head> | ||||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | <meta charset="<?php echo $cfg_soft_lang; ?>"> | ||||
| <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||||
| <title>订单列表-会员中心-<?php echo $cfg_webname; ?></title> | |||||
| <title>金币订单-会员中心-<?php echo $cfg_webname; ?></title> | |||||
| <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | ||||
| @@ -30,8 +30,8 @@ | |||||
| <th width="25%" colspan="2">订单号</th> | <th width="25%" colspan="2">订单号</th> | ||||
| <th width="25%">产品</th> | <th width="25%">产品</th> | ||||
| <th>详细状态信息</th> | <th>详细状态信息</th> | ||||
| <th width="15%">状态</th> | |||||
| <th width="10%">时间</th> | |||||
| <th width="12%">状态</th> | |||||
| <th width="15%">时间</th> | |||||
| </tr> | </tr> | ||||
| </thead> | </thead> | ||||
| <tbody> | <tbody> | ||||
| @@ -45,11 +45,11 @@ | |||||
| <table width="100%" cellpadding="0" cellspacing="0" class="table mt-3"> | <table width="100%" cellpadding="0" cellspacing="0" class="table mt-3"> | ||||
| <thead> | <thead> | ||||
| <tr> | <tr> | ||||
| <th colspan="2" width="25%">订单号</th> | |||||
| <th width="25%" colspan="2">订单号</th> | |||||
| <th>状态</th> | <th>状态</th> | ||||
| <th width="10%">数量</th> | <th width="10%">数量</th> | ||||
| <th width="10%">总计(元)</th> | |||||
| <th width="20%">时间</th> | |||||
| <th width="12%">总计(元)</th> | |||||
| <th width="15%">时间</th> | |||||
| </tr> | </tr> | ||||
| </thead> | </thead> | ||||
| <form name="form1" action="shops_orders.php" method="post"> | <form name="form1" action="shops_orders.php" method="post"> | ||||
| @@ -3,7 +3,7 @@ | |||||
| <head> | <head> | ||||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | <meta charset="<?php echo $cfg_soft_lang; ?>"> | ||||
| <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||||
| <title>购买商品-会员中心-<?php echo $cfg_webname; ?></title> | |||||
| <title>已购商品-会员中心-<?php echo $cfg_webname; ?></title> | |||||
| <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | ||||
| @@ -49,7 +49,7 @@ | |||||
| <td><?php echo GetSta($row['state'],$oid)?></td> | <td><?php echo GetSta($row['state'],$oid)?></td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td align="right">单价(元/单位):</td> | |||||
| <td align="right">单价(元):</td> | |||||
| <td><?php echo $row['uprice']?>元</td> | <td><?php echo $row['uprice']?>元</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -102,12 +102,11 @@ | |||||
| <table cellspacing="1" class="table"> | <table cellspacing="1" class="table"> | ||||
| <thead> | <thead> | ||||
| <tr> | <tr> | ||||
| <th colspan="2" width="22%">订单号</th> | |||||
| <th width="25%" colspan="2">订单号</th> | |||||
| <th>名称</th> | <th>名称</th> | ||||
| <th width="10%"><span style="float:right;width: 75px;">单价(元/单位)</span> | |||||
| </th> | |||||
| <th width="8%" align="center">数量</th> | |||||
| <th width="20%" align="center">购买时间</th> | |||||
| <th width="10%" align="center">数量</th> | |||||
| <th width="12%">单价(元)</th> | |||||
| <th width="15%" align="center">时间</th> | |||||
| </tr> | </tr> | ||||
| </thead> | </thead> | ||||
| <form name="form1" action="shops_products.php" method="post"> | <form name="form1" action="shops_products.php" method="post"> | ||||
| @@ -116,11 +115,10 @@ | |||||
| {dede:datalist} | {dede:datalist} | ||||
| <tr> | <tr> | ||||
| <td align="center"><input type="checkbox" name="deleteid" value="{dede:field.oid/}" /></td> | <td align="center"><input type="checkbox" name="deleteid" value="{dede:field.oid/}" /></td> | ||||
| <td align="center"><a href="shops_products.php?do=show&oid={dede:field.oid/}">{dede:field.oid/}</a> | |||||
| </td> | |||||
| <td align="center"><a href="shops_products.php?do=show&oid={dede:field.oid/}">{dede:field.oid/}</a></td> | |||||
| <td align="center"><a href="<?php echo $cfg_cmspath;?>/apps/view.php?aid={dede:field.aid/}" target="_blank">{dede:field.title/}</a></td> | <td align="center"><a href="<?php echo $cfg_cmspath;?>/apps/view.php?aid={dede:field.aid/}" target="_blank">{dede:field.title/}</a></td> | ||||
| <td align="center">{dede:field.price/}</td> | |||||
| <td align="center">{dede:field.buynum/}</td> | <td align="center">{dede:field.buynum/}</td> | ||||
| <td align="center">{dede:field.price/}</td> | |||||
| <td align="center">{dede:field.oid function="carTime(@me)"/}</td> | <td align="center">{dede:field.oid function="carTime(@me)"/}</td> | ||||
| </tr> | </tr> | ||||
| {/dede:datalist} | {/dede:datalist} | ||||