lvhao 1 month ago
parent
commit
bdb34dbb2e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/CoreApp/controllers/Returngoods.php

+ 2 - 0
core/CoreApp/controllers/Returngoods.php

@@ -129,6 +129,8 @@ class Returngoods extends Start_Controller {
         $this->data['cate_two_list'] = json_encode($this->returngoods->getCateTwo());  
         $orderinfo = $this->input->get('orderinfo');
         $this->data['orderinfo'] = $orderinfo;
+        $this->data['jjcd_list'] = $this->returngoods->getJinJiChengDu();
+        $this->data['shpjxx_list'] = $this->returngoods->getShouHouPingJiaXuanXian();
         // var_dump($orderinfo);
         // die;
         $this->_Template("returngoods",$this->data);