Commit 98f4cd8d authored by agping's avatar agping

商铺名字 显示4位

parent ea864b06
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['look_time'] %]</td> <td>[%= it[item]['look_time'] %]</td>
<td>[%= it[item]['house_id'] %]</td> <td>[%= it[item]['house_id'] %]</td>
<td>[%= it[item]['internal_title'] %]</td> <td>[%= hideStr(it[item]['internal_title']) %]</td>
<td>[%= it[item]['agent_name'] %]</td> <td>[%= it[item]['agent_name'] %]</td>
</tr> </tr>
[% } %] [% } %]
......
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