api_biz_1104_2
This commit is contained in:
@@ -96,7 +96,8 @@ class Biz extends Wxapp
|
||||
array_multisort($countKey, SORT_DESC, $lists);//排序
|
||||
$this->data['title'] = '店铺';
|
||||
$this->data['bg_img'] = 'https://qs.haodian.cn/wechat_app/liche/storeInfo/theme.png';
|
||||
$this->data['biz_name'] = '狸车· ' . $re['biz_name'] . '店';
|
||||
$biz_name = strstr($re['biz_name'], '店') ? $re['biz_name'] : $re['biz_name'] . '店';
|
||||
$this->data['biz_name'] = '狸车· ' . $biz_name;
|
||||
$this->data['address'] = $re['address'];
|
||||
$this->data['lat'] = $re['lat'];
|
||||
$this->data['lng'] = $re['lng'];
|
||||
|
||||
Reference in New Issue
Block a user