Commit 55014e82 authored by agping's avatar agping

修改bug

parent beabff9b
......@@ -12,15 +12,14 @@
[% } %]
</td>
<td>[%= it[item]['disc'] %]</td>
<td>
[%= hideStr(it[item]['internal_title']) %]
<td>[%= hideStr(it[item]['internal_title']) %]</td>
<td>
[% if (it[item]['rent_type'] == 1) { %]
[%= it[item]["rent_price"] %]
[%= it[item]["rent_price"] / 100 %]
[% } else if (it[item]['rent_type'] == 2) { %]
[%= it[item]["rent_price"] %] %
[%= it[item]["rent_price"] / 100 %] %
[% }else{ %]
[%= it[item]["rent_price"] %] //
[%= it[item]["rent_price"] / 100 %] //
[% } %]
</td>
<td>
......
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