api_biz_1104_2

This commit is contained in:
dengbw
2021-11-04 11:02:36 +08:00
parent a834760394
commit d5b347d0c9
+2 -1
View File
@@ -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'];