Commit 4e33c7ca by chongli

修改手机号页面链接打开新的tab页

parent d101400d
......@@ -763,7 +763,7 @@ $(function() {
<td>生日:{{birth}}</td> <td>手机号归属地:{{city}} {{province}}</td>
</tr>
<tr>
<td>UID<a href="/system/user/{{uid}}/detailByUid">{{uid}}</a></td> <td>余额:{{prePayCardAmount}}</td>
<td>UID<a href="/system/user/{{uid}}/detailByUid" target="_Blank" >{{uid}}</a></td> <td>余额:{{prePayCardAmount}}</td>
</tr>
<tr>
<td>注册时间:{{registerTime}}</td> <td>昵称:{{umNickName}}</td>
......
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