|
@@ -7,17 +7,17 @@ class bookHd
|
|
|
|
|
|
|
|
public static $list = [
|
|
public static $list = [
|
|
|
['class' => '开始', 'icon' => '/book/begin.png', 'list' => [
|
|
['class' => '开始', 'icon' => '/book/begin.png', 'list' => [
|
|
|
- ['title' => '如何跟批发店购买花材', 'id' => 'ls_buy_item'],
|
|
|
|
|
- ['title' => '分类如何管理与配置', 'id' => 'ls_category_manage'],
|
|
|
|
|
- ['title' => '商品添加与修改', 'id' => 'ls_goods_manage'],
|
|
|
|
|
- ['title' => '花材的添加与管理', 'id' => 'ls_item_mange'],
|
|
|
|
|
- ['title' => '导航栏、轮播图、金刚区的设置', 'id' => 'ls_index'],
|
|
|
|
|
- ['title' => '热门推荐、今日上新、更多商品', 'id' => 'ls_hot'],
|
|
|
|
|
- ['title' => '场景管理与使用', 'id' => 'ls_scene'],
|
|
|
|
|
- //['title' => '节日涨价配置', 'id' => 'hd_category'],
|
|
|
|
|
- ['title' => '客户售后处理', 'id' => 'ls_refund'],
|
|
|
|
|
- ['title' => '秒杀活动', 'id' => 'hd_share'],
|
|
|
|
|
- ['title' => '团购活动', 'id' => 'hd_recharge'],
|
|
|
|
|
|
|
+ ['title' => '如何跟批发店购买花材', 'id' => 'ls_buy_item.mp4'],
|
|
|
|
|
+ ['title' => '分类如何管理与配置', 'id' => 'ls_category_manage.mp4'],
|
|
|
|
|
+ ['title' => '商品添加与修改', 'id' => 'ls_goods_manage.mp4'],
|
|
|
|
|
+ ['title' => '花材的添加与管理', 'id' => 'ls_item_mange.mp4'],
|
|
|
|
|
+ ['title' => '导航栏、轮播图、金刚区的设置', 'id' => 'ls_index.mp4'],
|
|
|
|
|
+ ['title' => '热门推荐、今日上新、更多商品', 'id' => 'ls_hot.mp4'],
|
|
|
|
|
+ ['title' => '场景管理与使用', 'id' => 'ls_scene.mp4'],
|
|
|
|
|
+ //['title' => '节日涨价配置', 'id' => 'hd_category.mp4'],
|
|
|
|
|
+ ['title' => '客户售后处理', 'id' => 'ls_refund.mp4'],
|
|
|
|
|
+ ['title' => '秒杀活动', 'id' => 'hd_share.mp4'],
|
|
|
|
|
+ ['title' => '团购活动', 'id' => 'hd_recharge.mp4'],
|
|
|
]],
|
|
]],
|
|
|
];
|
|
];
|
|
|
|
|
|