|
@@ -686,7 +686,7 @@ class Buy
|
|
$info['price'] = $info['p_price'];
|
|
$info['price'] = $info['p_price'];
|
|
}
|
|
}
|
|
|
|
|
|
- if ($type == 1 && $tk && $tk['process'] == 1) {
|
|
|
|
|
|
+ if ($tk && $tk['process'] == 1) {
|
|
$status = '申请' . $tk_status[$tk['status']];
|
|
$status = '申请' . $tk_status[$tk['status']];
|
|
}
|
|
}
|
|
|
|
|