Commit a5b5398a by zhangchen

显示人脸及关闭权限

parent 704057d9
......@@ -348,7 +348,7 @@ $(function() {
<a href="/order/orderList/order?phone=${bean.mobilePhone!}&uname=${bean.userName!}&uid=${uid!}" >
<div class="btn btn-primary">下单 </div></a>
<a href="/system/user/editVipDate?uid=${bean.uid!}" >
<div class="btn btn-primary">修改信息 </div></a>
<!--<div class="btn btn-primary">修改信息 </div></a>-->
<div id="connent" style="float:right">
<div style="color:red;font-weight:bold" id="blockFlaginfo"><#if bean.blockFlag??><a style="color:red;font-weight:bold" class="statusinfo">黑名单用户</a><#else><a style="color:red;font-weight:bold" class="statusinfo">正常用户</a></#if><a class="btn btn-primary btn-mini">修改</a>
<input type="hidden" value="${bean.blockFlag!}" id="userstatus">
......@@ -495,7 +495,7 @@ $(function() {
<td>所在地</td>
<td >${bean.address!}</td>
<td>是否有照片</td>
<td >${bean.faceImage!}</td>
<td ><#if bean.faceImage??><a href="${bean.faceImage!}">查看大图</a><img src="${bean.faceImage!}" width="158px;" height="33px;"></img></#if></td>
</tr>
</table>
......
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 sign in to comment