Commit 8ac05146 authored by agping's avatar agping Committed by hujun

商铺 列表 加vip盘

parent f43c36e0
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
[% if(it[item]["is_lock"] == 1) { %] [% if(it[item]["is_lock"] == 1) { %]
<span class="btn1 btn-warning btn-xs">锁盘</span> <span class="btn1 btn-warning btn-xs">锁盘</span>
[% } %] [% } %]
[% if(it[item]["is_vip"] == 1) { %]
<span class="btn1 btn-warning btn-xs">VIP</span>
[% } %]
</td> </td>
<td> <td>
[% if(it[item]["shop_type"] == 0) { %] [% if(it[item]["shop_type"] == 0) { %]
......
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