Commit 93b40267 by caosy

下线修改手机号功能

parent d9b8bdb7
......@@ -375,8 +375,8 @@ $(function() {
<div id="mobilePhoneShow">
<label id="mobilePhoneLabel" style="font-size:12px; float:left">${bean.mobilePhone!}&nbsp;&nbsp;</label>
<input type="hidden" name="uidForMobilePhoneEdit" value="${bean.uid!}" id="userid">
<button type="button" onclick="changeMobilePhoneToEdit()">修改</button>
<button onclick="callTitle('${bean.mobilePhone!}');" title="我们将会先拨通您的座机号码,再拨通对方的号码">拨打</button>
<!-- <button type="button" onclick="changeMobilePhoneToEdit()">修改</button> -->
<!--<button onclick="callTitle('${bean.mobilePhone!}');" title="我们将会先拨通您的座机号码,再拨通对方的号码">拨打</button>-->
</div>
</td>
<td>手机号归属地</td><td>${bean.city!} ${bean.province!}</td>
......@@ -620,7 +620,7 @@ $(function() {
<#if vourcher.used == 1>
<font color="red">已使用</font>
<#else>
<#if vourcher.endUseDate?datetime gt .now?datetime >
<#if vourcher.endUseDate?datetime gt.now?datetime >
<font color="green">未使用</font>
<#else>
<font color="grey">已过期</font>
......
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