shoppingmallv2 init...
This commit is contained in:
parent
9bcf40ba43
commit
1f5d635038
@ -28,7 +28,7 @@ class ProductController extends FrontController
|
||||
return ["user_uid", 'type', "photo", "cost", "sale", "price", "stock", "view_cnt"];
|
||||
break;
|
||||
case "view":
|
||||
return [...$fields, "created_at"];
|
||||
return ["photo", 'type', 'name', "cost", "sale", "price", "stock", "view_cnt", "created_at", "content"];
|
||||
break;
|
||||
default:
|
||||
return $fields;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user