|
@@ -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) {
|