wupengfei 2 years ago
parent
commit
a43ae0c13b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/mall/controller/WashCate.php

+ 1 - 0
application/mall/controller/WashCate.php

@@ -91,6 +91,7 @@ class WashCate extends Controller
                 $price_param[] = ['title'=>$t,'price'=>bcadd($price_arr[$k],0,2),'ladder_key'=>$k];
             }
             $data['ladder_set'] = json_encode($price_param);
+            $data['title'] = input('name');
         }
     }