* code task #2404.

This commit is contained in:
wangyidong
2015-11-12 10:40:02 +08:00
parent 19a2e963ca
commit 086848c53e
7 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -126,10 +126,10 @@
<th><?php echo $lang->user->zipcode;?></th>
<td><?php echo $user->zipcode;?></td>
</tr>
<?php if($user->bindRanzhi):?>
<?php if($user->ranzhi):?>
<tr>
<th><?php echo $lang->user->bindRanzhi;?></th>
<td><?php echo $user->bindRanzhi;?></td>
<th><?php echo $lang->user->ranzhi;?></th>
<td><?php echo $user->ranzhi;?></td>
</tr>
<?php endif;?>
</table>