You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
2
addons/kuaidi/view/home/express.css
Executable file
2
addons/kuaidi/view/home/express.css
Executable file
@ -0,0 +1,2 @@
|
||||
#wst-express td,#wst-express th{text-align: left;}
|
||||
#wst-express .title{font-weight: bold;}
|
27
addons/kuaidi/view/home/view.html
Executable file
27
addons/kuaidi/view/home/view.html
Executable file
@ -0,0 +1,27 @@
|
||||
<link href="__ROOT__/addons/kuaidi/view/home/express.css" rel="stylesheet">
|
||||
<div class='order-box'>
|
||||
<div class='box-head'>物流信息</div>
|
||||
<table class='wst-form' id="wst-express">
|
||||
<tr>
|
||||
<th width='200' class="title">时间</th>
|
||||
<th class="title">地点和跟踪进度</th>
|
||||
</tr>
|
||||
<?php if(isset($expressLogs['data'])){ ?>
|
||||
{volist name="expressLogs['data']" id="vo"}
|
||||
<tr>
|
||||
<th width='200'>{$vo['time']} {:WSTgetWeek($vo['time'])}</th>
|
||||
<td>{$vo['context']}</td>
|
||||
</tr>
|
||||
{/volist}
|
||||
{empty name="$expressLogs['data']"}
|
||||
<tr>
|
||||
<th colspan="2">物流单暂无结果!</th>
|
||||
</tr>
|
||||
{/empty}
|
||||
<?php }else{ ?>
|
||||
<tr>
|
||||
<th colspan="2">物流单暂无结果!</th>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
Reference in New Issue
Block a user