Commit 633ddafa authored by agping's avatar agping

客户浏览记录

parent 6357ca18
......@@ -6,6 +6,18 @@
<td>[%= it[item]["create_time"] %]</td>
<td>[%= it[item]["house_id"] %]</td>
<td>[%= it[item]["internal_title"] %]</td>
<!--入口类型, 1 app 2 小程序 3 分享链接 -->
<td>
[% if(it[item]["type"] == 1) { %]
app
[% }else if(it[item]["type"] == 2 ) { %]
小程序
[% }else if(it[item]["type"] == 3 ) { %]
分享链接
[% }else{ %]
未知
[% } %]
</td>
</tr>
[% } %]
[% }else{ %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment