Commit c5328ca8 authored by agping's avatar agping

商铺 列表 加vip盘

parent fb32958c
......@@ -11,6 +11,9 @@
[% if(it[item]["is_lock"] == 1) { %]
<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>
[% 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