作者 chencheng

123

@@ -51,7 +51,10 @@ class Business extends Base @@ -51,7 +51,10 @@ class Business extends Base
51 * 1、商家首页 获取商家人员信息 51 * 1、商家首页 获取商家人员信息
52 */ 52 */
53 public function getstaff(){ 53 public function getstaff(){
54 - $this->success('活动获取成功', $this->staff); 54 + $data = $this->staff;
  55 + $store = Db::name('verification_store')->where(['id'=>$data['verification_store_id']])->find();
  56 + $data['image'] = !empty($store['image'])?request()->domain().$store['image']:'';
  57 + $this->success('活动获取成功',$data);
55 } 58 }
56 /** 59 /**
57 * 2、核销 60 * 2、核销