1.提交缺失的东西
This commit is contained in:
@ -27,6 +27,21 @@ class Goods extends Model{
|
||||
//商品图片
|
||||
|
||||
|
||||
/**
|
||||
* @var int|mixed
|
||||
*/
|
||||
public mixed $click_count;
|
||||
public mixed $sales_sum;
|
||||
public mixed $virtual_sales_sum;
|
||||
/**
|
||||
* @var int|mixed
|
||||
*/
|
||||
public mixed $is_collect;
|
||||
/**
|
||||
* @var int|mixed
|
||||
*/
|
||||
public mixed $member_price;
|
||||
|
||||
public function getImageAttr($value, $data){
|
||||
if($value){
|
||||
return UrlServer::getFileUrl($value);
|
||||
|
||||
Reference in New Issue
Block a user