544782275@qq.com il y a 3 ans
Parent
commit
1a1ebbbeb3
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      application/store/controller/Order.php

+ 0 - 1
application/store/controller/Order.php

@@ -336,7 +336,6 @@ class Order extends Controller
     public function order_refund()
     {
         $id = $this->app->request->get('id');
-        var_dump($id);exit();
         $this->assign('id', $id);
         $post = $this->app->request->post();
         if (isset($post['id']) && $post['id']) {