You've already forked guangan
点赞城市
This commit is contained in:
@ -23,8 +23,8 @@
|
|||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
<!--{if auth("status")}-->
|
<!--{if auth("status")}-->
|
||||||
{{# if(d.is_audit == 0){ }}
|
{{# if(d.is_audit == 0){ }}
|
||||||
<a class="layui-btn layui-btn-xs layui-btn-normal" data-title="通过审核" data-modal='{:url("audit")}?id={{ d.id }}&is_audit=1'>通过审核</a>
|
<a class="layui-btn layui-btn-xs layui-btn-normal" data-confirm="确定要通过审核吗?" data-title="通过审核" data-action='{:url("audit")}?id={{ d.id }}&is_audit=1'>通过审核</a>
|
||||||
<a class="layui-btn layui-btn-xs layui-btn-normal" data-title="不通过审核" data-modal='{:url("audit")}?id={{ d.id }}&is_audit=2'>不通过审核</a>
|
<a class="layui-btn layui-btn-xs layui-btn-normal" data-confirm="确定要通不过审核吗?" data-title="不通过审核" data-action='{:url("audit")}?id={{ d.id }}&is_audit=2'>不通过审核</a>
|
||||||
{{# } else if (d.is_audit == 2) { }}
|
{{# } else if (d.is_audit == 2) { }}
|
||||||
{{# } else { }}
|
{{# } else { }}
|
||||||
{{# if(d.status == 0){ }}
|
{{# if(d.status == 0){ }}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<option value="">请选择</option>
|
<option value="">请选择</option>
|
||||||
<option value="2" {if input('get.is_audit')==2}selected{/if}>已驳回</option>
|
<option value="2" {if input('get.is_audit')==2}selected{/if}>已驳回</option>
|
||||||
<option value="1" {if input('get.is_audit')==1}selected{/if}>已审核</option>
|
<option value="1" {if input('get.is_audit')==1}selected{/if}>已审核</option>
|
||||||
<option value="0" {if input('get.is_audit')==0}selected{/if}>未审核</option>
|
<option value="0" {if input('get.is_audit', -1)==0}selected{/if}>未审核</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<select name="status">
|
<select name="status">
|
||||||
<option value="">请选择</option>
|
<option value="">请选择</option>
|
||||||
<option value="1" {if input('get.status')==1}selected{/if}>启用</option>
|
<option value="1" {if input('get.status')==1}selected{/if}>启用</option>
|
||||||
<option value="0" {if input('get.status')==0}selected{/if}>禁用</option>
|
<option value="0" {if input('get.status', -1)==0}selected{/if}>禁用</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user