作者 刘朕
1 个管道 的构建 通过 耗费 0 秒

合并分支 'liuzhen' 到 'master'

客服留言调试



查看合并请求 !110
... ... @@ -449,7 +449,7 @@ class Goods extends Api
try{
$add = [
'user_id' => $this->auth->id,
'store_id' => $goods['object_id'],
'store_id' => $goods['store_id'],
'content' => $param['content'],
'mobile' => $param['mobile'],
];
... ...
... ... @@ -29,6 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{field: 'name', title: __('Name'), operate:'like'},
{field: 'image', title: __('Image'), operate:false, events: Table.api.events.image, formatter: Table.api.formatter.image},
{field: 'area', title: __('所在地区'), operate:false},
{field: 'price', title: __('Price'), operate:'between'},
{field: 'address', title: __('详细地址'), operate:false},
{field: 'lon', title: __('Lon'), operate:false},
{field: 'lat', title: __('Lat'), operate:false},
... ...