xieruidong 2 yıl önce
ebeveyn
işleme
f612cdeb17
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4 2
      application/admin/controller/Goods.php

+ 4 - 2
application/admin/controller/Goods.php

@@ -83,8 +83,10 @@ class Goods extends Backend
         if($this->request->isGet()){
             $this->assign('row',[
                 'sku'=>[
-                    'amount_ladder'=>[],
-                    'amount_kill_ladder'=>[],
+                    [
+                        'amount_ladder'=>[],
+                        'amount_kill_ladder'=>[],
+                    ]
                 ],
             ]);
             return $this->fetch();