新增患者端banner
This commit is contained in:
parent
c5def5d71a
commit
dcb2e801ce
@ -88,6 +88,11 @@ class IndexService extends BaseService
|
||||
$params["banner_place"] = 1;
|
||||
$params["banner_status"] = 1;
|
||||
$banner = BannerModel::getList($params);
|
||||
if (!empty($banner)){
|
||||
foreach ($banner as &$item){
|
||||
$item['banner_path'] = addAliyunOssWebsite($item['banner_path']);
|
||||
}
|
||||
}
|
||||
|
||||
$info = array();
|
||||
$info['doctor_id'] = $doctor['doctor_id'];
|
||||
|
||||
@ -125,6 +125,9 @@ class Prescription
|
||||
}
|
||||
}
|
||||
|
||||
// 获取运费
|
||||
|
||||
|
||||
/**
|
||||
* 请求封装
|
||||
* @param string $path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user