正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -155,7 +155,7 @@ class RenewProjectController extends BaseController | @@ -155,7 +155,7 @@ class RenewProjectController extends BaseController | ||
| 155 | $item = [ | 155 | $item = [ |
| 156 | 'id' => $item['id'], | 156 | 'id' => $item['id'], |
| 157 | 'title' => $item['title'], | 157 | 'title' => $item['title'], |
| 158 | - 'channel' => Channel::getChannelText($item['channel']['user_id'] ?? 0), | 158 | + 'channel' => Channel::getChannelText($item['channel']['user_id'] ?? 0).'-'.($item['mobile'] ?? ''), |
| 159 | 'key' => $item['deploy_build']['keyword_num'] ?? 0, | 159 | 'key' => $item['deploy_build']['keyword_num'] ?? 0, |
| 160 | 'day' => $item['deploy_build']['service_duration'] ?? 0, | 160 | 'day' => $item['deploy_build']['service_duration'] ?? 0, |
| 161 | 'amount' => $item['payment']['amount'] ?? 0, | 161 | 'amount' => $item['payment']['amount'] ?? 0, |
-
请 注册 或 登录 后发表评论