管理后台->统计->新增->其他注册统计|官方渠道统计

master
chenxiaojun 5 years ago
parent 19f10c574d
commit e247c7dedf

File diff suppressed because it is too large Load Diff

@ -135,7 +135,13 @@
<else />
<volist name="list_data" id="data">
<tr>
<td >{:get_promote_account($data['promote_id1'])}</td>
<td >
<if condition="$data.promote_id1 gt 0">
{:get_promote_account($data['promote_id1'])}
<else/>
其他注册
</if>
</td>
<td ><span class='ljzc' data-value="{$data['promote_id']}"><a>{$data.count}</a></span></td>
<td ><strong><if condition="$data.rand eq 1"><span>{$data.rand}</span><elseif condition="$data.rand eq 2"/><span>{$data.rand}</span><elseif condition="$data.rand eq 3"/><span>{$data.rand}</span><else/>{$data.rand}</if></strong></td>
<td >{$data.today}</td>

Loading…
Cancel
Save