dever 3 years ago
parent
commit
a0ec58e495
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -920,7 +920,7 @@ class Sell
 
         $html .= '<tr>
           <td>用户信息</td>
-          <td>'.$this->table(false, array(array('昵称:' . $user['username'], '联系电话:' . $user['mobile']))).'</td>
+          <td>'.$this->table(false, array(array('昵称:' . $user['username'], '联系电话:' . $info['mobile']))).'</td>
         </tr>';
 
         if ($tk && $tk['process'] == 1) {