Commit 22997c19 authored by agping's avatar agping

商铺收藏修改

parent cbc1c26e
......@@ -14,13 +14,13 @@
<td>[%= hideStr(it[item]['title']) %]</td>
<td>
[% if (it[item]['rent_type'] == 1) { %]
[%= it[item]["rent_price"] / 100 %]
[%= it[item]["rent_price"] %]
[% } else if (it[item]['rent_type'] == 2) { %]
[%= it[item]["rent_price"] / 100 %] %
[%= it[item]["rent_price"] %] %
[% }else if (it[item]['rent_type'] == 3) { %]
[%= it[item]["rent_price"] / 100 %] //
[%= it[item]["rent_price"] %] //
[% }else if (it[item]['rent_type'] == 4) { %]
[%= it[item]["rent_price"] / 100 %] /
[%= it[item]["rent_price"] %] /
[% } %]
</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