diff --git a/Application/Admin/Controller/SdkMenuController.class.php b/Application/Admin/Controller/SdkMenuController.class.php index 92aee1258..309f4d59a 100644 --- a/Application/Admin/Controller/SdkMenuController.class.php +++ b/Application/Admin/Controller/SdkMenuController.class.php @@ -20,6 +20,7 @@ class SdkMenuController extends ThinkController{ foreach($config as $k => $v) { $config[$k]['icon'] = is_https()?'https://':'http://' . $_SERVER['HTTP_HOST'] . $v['icon']; + $config[$k]['type'] = $this->but_type[$v['type']]; } } $this->assign('list',$config); diff --git a/Application/Admin/View/SdkMenu/lists.html b/Application/Admin/View/SdkMenu/lists.html index 5ae8cdddd..aeaf996b7 100644 --- a/Application/Admin/View/SdkMenu/lists.html +++ b/Application/Admin/View/SdkMenu/lists.html @@ -54,11 +54,7 @@ {$channel.title} {$channel.url} - - ๅŽŸ็”Ÿ - - H5้กต้ข - + {$channel.type}> {$channel.act} {$channel.ios_url}