diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index 04d7237b0..44f8e5780 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -135,6 +135,8 @@ class PaymentController extends BaseController $v['verify_status_str']="信息配置不全"; $v['can_pay'] = 0; } + $v['ali_user'] = $companypay_info['ali_user']; + $v['ali_account'] = $companypay_info['ali_account']; if($v['pay_check'] == 0){ $v['pay_check_detail'] = "--"; @@ -223,6 +225,7 @@ class PaymentController extends BaseController $this->assign('_page', $page); } $this->meta_title = '打款结算单'; + // dd($CompanyInfo); $this->assign("data",$CompanyInfo); $this->assign("money",$money); $this->assign("CompanyType", $this->CompanyType); diff --git a/Application/Payment/View/Payment/lists.html b/Application/Payment/View/Payment/lists.html index b6bccb2ef..9d472d422 100644 --- a/Application/Payment/View/Payment/lists.html +++ b/Application/Payment/View/Payment/lists.html @@ -236,9 +236,11 @@