diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index 401ef67bb..da58a6c46 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -7,6 +7,7 @@ namespace Payment\Controller; class PaymentController extends BaseController { public $PayStatus=[ + "-2"=>"信息配置不全", "-1"=>"打款失败", "0"=>"未打款", "1"=>"打款成功" @@ -79,6 +80,7 @@ class PaymentController extends BaseController $this->assign("data",$CompanyInfo); $this->assign("money",$money); $this->assign("CompanyType", $this->CompanyType); + $this->assign("PayStatus", $this->PayStatus); $this->display(); } //查看 diff --git a/Application/Payment/View/Payment/lists.html b/Application/Payment/View/Payment/lists.html index 477e6e70f..ce23f9460 100644 --- a/Application/Payment/View/Payment/lists.html +++ b/Application/Payment/View/Payment/lists.html @@ -121,9 +121,6 @@ - - -