quguofeng 2 years ago
parent
commit
63029cc6ef
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/store/controller/Goods.php

+ 2 - 0
application/store/controller/Goods.php

@@ -277,6 +277,7 @@ class Goods extends Controller
                         'c_id'=>$data['id'],
                         'name'=>$info['name'],
                         'cover'=>$info['cover'],
+                        'type'=>$info['type'],
                         'pro_info'=>json_encode($info,true),
                         'company'=>$company,
                         'company_hash'=>$company_hash,
@@ -417,6 +418,7 @@ class Goods extends Controller
                             'c_id'=>$c_id,
                             'name'=>$info['name'],
                             'cover'=>$info['cover'],
+                            'type'=>$info['type'],
                             'pro_info'=>json_encode($info,true),
                             'company'=>$company,
                             'company_hash'=>$company_hash,