Commit 4ea3126a authored by agping's avatar agping

商铺 列表 租金修改

parent 5d5da7e9
......@@ -22,11 +22,11 @@
<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{ %]
[%= it[item]["rent_price"] / 100 %] //
[%= it[item]["rent_price"] %] //
[% } %]
</td>
<td>
......
......@@ -13,11 +13,11 @@
<td>[%= 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{ %]
[%= 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