Commit a035299b by caosy

修该手机显示按钮

parent 93b40267
...@@ -375,6 +375,9 @@ $(function() { ...@@ -375,6 +375,9 @@ $(function() {
<div id="mobilePhoneShow"> <div id="mobilePhoneShow">
<label id="mobilePhoneLabel" style="font-size:12px; float:left">${bean.mobilePhone!}&nbsp;&nbsp;</label> <label id="mobilePhoneLabel" style="font-size:12px; float:left">${bean.mobilePhone!}&nbsp;&nbsp;</label>
<input type="hidden" name="uidForMobilePhoneEdit" value="${bean.uid!}" id="userid"> <input type="hidden" name="uidForMobilePhoneEdit" value="${bean.uid!}" id="userid">
<#if "${Session['SPRING_SECURITY_CONTEXT'].authentication.name}" == "caosy">
<button type="button" onclick="changeMobilePhoneToEdit()">修改</button>
</#if>
<!-- <button type="button" onclick="changeMobilePhoneToEdit()">修改</button> --> <!-- <button type="button" onclick="changeMobilePhoneToEdit()">修改</button> -->
<!--<button onclick="callTitle('${bean.mobilePhone!}');" title="我们将会先拨通您的座机号码,再拨通对方的号码">拨打</button>--> <!--<button onclick="callTitle('${bean.mobilePhone!}');" title="我们将会先拨通您的座机号码,再拨通对方的号码">拨打</button>-->
</div> </div>
......
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