search(); // $lang = ''; // if (is_platform()) { // $lang = Option::get('lang', 0, 'saas', 'zh-CN')['value']; // } else { // $lang = Option::get('language', get_store_id(), 'display', 'zh-CN')['value']; // } // $store_info = self::getStore($store_id); // $store_info['latitude'] = $lat; // $store_info['longitude'] = $long; // $store_info['distance'] = $distance; // $store_info['mobile'] = $store->contact_tel; // $store_info['address'] = $store->address; // $store_info['province_name'] = District::findOne($store->province_id)->name; // $store_info['city_name'] = District::findOne($store->city_id)->name; // $store_info['district_name'] = District::findOne($store->district_id)->name; // $store_info['cover_url'] = $store->logo; $config = [ 'images' => $wxappImg //'share_setting' => $share_form->getShareSetting()['data'], // 'wx_bar_title' => [], // 'store_name' => $store_name ? $store_name['value'] : '', // 'contact_tel' => $contact_tel ? $contact_tel['value'] : '', // 'store' => $store_info, // 'navbar' => self::getNav(), // 'platform_appid' => Option::getSaasWechat()['sp_appid'], // 'language' => $lang ]; return $config; } }