|
@@ -303,7 +303,7 @@ class Goods extends Controller
|
|
|
$isAdd = Db::name('store_collection_first')->where(['phone'=>$phone,'c_id'=>$c_id])->count();
|
|
|
if($isAdd) $this->error('已经添加');
|
|
|
Db::name('store_collection_first')->insert(['uid'=>$member['id'],'phone'=>$phone,'num'=>$num,'c_id'=>$c_id]);
|
|
|
- $this->error('已经成功');
|
|
|
+ $this->success('添加成功');
|
|
|
}
|
|
|
$this->fetch();
|
|
|
}
|