您的位置:首页 > 移动开发 > 微信开发

微信开发自定义菜单数组结构

2015-08-25 17:21 681 查看
备用:

       //----------------------------------1------------------------------------

$menu['button']['0']['name'] = '积分';

$menu['button']['0']['sub_button']['0']['type'] = 'view';
$menu['button']['0']['sub_button']['0']['name'] = '积分商城';
$menu['button']['0']['sub_button']['0']['url']  = 'http://www.boshenmarketing.cn/';

$menu['button']['0']['sub_button']['1']['type'] = 'view';
$menu['button']['0']['sub_button']['1']['name'] = '微商城';
$menu['button']['0']['sub_button']['1']['url']  = 'http://www.boshenmarketing.com/index.php?m=pro&c=index&a=index';

$menu['button']['0']['sub_button']['2']['type'] = 'view';
$menu['button']['0']['sub_button']['2']['name'] = '优品专区';
$menu['button']['0']['sub_button']['2']['url']  = 'http://www.boshenmarketing.com/index.php?m=pro&c=index&a=term&id=44';

//----------------------------------2------------------------------------

$menu['button']['1']['name'] = '活动内容';

$menu['button']['1']['sub_button']['0']['type'] = 'view';
$menu['button']['1']['sub_button']['0']['name'] = '最新活动';
$menu['button']['1']['sub_button']['0']['url']  = 'http://www.boshenmarketing.com/index.php?m=article&c=index&a=index';

$menu['button']['1']['sub_button']['1']['type'] = 'view';
$menu['button']['1']['sub_button']['1']['name'] = '分享有礼';
$menu['button']['1']['sub_button']['1']['url']  = 'http://www.boshenmarketing.com/index.php?m=article&c=index&a=index';

$menu['button']['1']['sub_button']['2']['type'] = 'view';
$menu['button']['1']['sub_button']['2']['name'] = '在线调研';
$menu['button']['1']['sub_button']['2']['url']  = 'http://www.boshenmarketing.com/index.php?m=article&c=index&a=index';

$menu['button']['1']['sub_button']['3']['type'] = 'view';
$menu['button']['1']['sub_button']['3']['name'] = '秒杀专区';
$menu['button']['1']['sub_button']['3']['url']  = 'http://www.boshenmarketing.com/index.php?m=article&c=index&a=index';

//------------------------------------3-------------------------------------

$menu['button']['2']['name'] = '积分管理';

$menu['button']['2']['sub_button']['0']['type'] = 'view';
$menu['button']['2']['sub_button']['0']['name'] = '积分查询';
$menu['button']['2']['sub_button']['0']['url']  = 'http://www.boshenmarketing.cn/admin/index';

$menu['button']['2']['sub_button']['1']['type'] = 'view';
$menu['button']['2']['sub_button']['1']['name'] = '订单查询';
$menu['button']['2']['sub_button']['1']['url']  = 'http://www.boshenmarketing.com/';

$menu['button']['2']['sub_button']['2']['type'] = 'view';
$menu['button']['2']['sub_button']['2']['name'] = '购物车';
$menu['button']['2']['sub_button']['2']['url']  = 'http://www.boshenmarketing.com/';

$menu['button']['2']['sub_button']['3']['type'] = 'view';
$menu['button']['2']['sub_button']['3']['name'] = '积分规则';
$menu['button']['2']['sub_button']['3']['url']  = 'http://www.boshenmarketing.com/';
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: