Browse Source

存储列表,详情添加状态。存储状态为关闭,详情添加取消存储

董荣正 1 tháng trước cách đây
mục cha
commit
95f245c4b0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/admin/controller/user/Userpledge.php

+ 1 - 0
application/admin/controller/user/Userpledge.php

@@ -102,6 +102,7 @@ class Userpledge extends Backend
             }
             
         }
+        dump($details);
         $userpledge_status=$row['status'];
         
         $this->view->assign("userpledge_status", $userpledge_status);