码字不易回复获取
4.使用方法:
<a href="{:fun('map@mapurl','某某公司',$info['address'],'tx')}">腾讯导航</a> <a href="{:fun('map@mapurl','某某公司',$info['address'])}">高德导航</a> <a href="{:fun('map@mapurl',$webdb['webname'],$info['address'],'bd')}">百度导航</a>
@wr1688 后台数据库执行
INSERT INTO `qb_config` (`id`,`type`, `title`, `c_key`, `c_value`, `form_type`, `options`, `ifsys`, `htmlcode`, `c_descrip`, `list`, `sys_id`, `is_open`) VALUES(0,'-1','高德地图key','map_gaode_key','','text','','1','','','0','0','1'); INSERT INTO `qb_config` (id`,`type`, `title`, `c_key`, `c_value`, `form_type`, `options`, `ifsys`, `htmlcode`, `c_descrip`, `list`, `sys_id`, `is_open`) VALUES(0,'-1','腾讯地图开发者密钥','map_tengxun_key','','text','','1','','','0','0','1'); INSERT INTO `qb_config` (`id`,`type`, `title`, `c_key`, `c_value`, `form_type`, `options`, `ifsys`, `htmlcode`, `c_descrip`, `list`, `sys_id`, `is_open`) VALUES(0,'-1','百度地图KEY','baidu_map_key','','text','','1','','','-1','0','0');
报错请修复