123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?php
- return [
- 'MALL_COMPONENT' => [
- 'title' => get_lang('dict_diy.mall_component_type_basic'),
- 'list' => [
- 'MallSearch' => [
- 'title' => '搜索',
- 'icon' => 'iconfont-iconsousuo',
- 'path' => 'edit-mall-search',
- 'support_page' => [],
- 'uses' => 1,
- 'sort' => 10017,
- 'value' => [
- 'searchStyle' => 'style-1',
- 'searchLink' => [
- 'name' => ''
- ],
- 'text' => '请输入搜索关键词',
- 'iconType' => 'img',
- 'icon' => '',
- 'imageUrl' => ''
- ],
- ],
- 'MallGoodsList' => [
- 'title' => '商品列表',
- 'icon' => 'iconfont-iconshangpinliebiao',
- 'path' => 'edit-mall-goods-list',
- 'support_page' => [],
- 'uses' => 0,
- 'sort' => 10018,
- 'value' => [
- 'style' => 'style-1',
- 'source' => 'all',
- 'num' => 10,
- 'goods_category' => '',
- 'goods_category_name' => '请选择',
- 'goods_ids' => [],
- 'sortWay' => 'default',
- 'goodsNameStyle' => [
- 'color' => '#303133',
- 'control' => true,
- 'fontWeight' => 'normal'
- ],
- 'priceStyle' => [
- 'mainColor' => '#FF4142',
- 'mainControl' => true,
- 'lineColor' => '#999CA7',
- 'lineControl' => true
- ],
- 'saleStyle' => [
- 'color' => '#999999',
- 'control' => true
- ],
- ],
- ],
- 'MallManyGoodsList' => [
- 'title' => '多商品组',
- 'icon' => 'iconfont-iconduoshangpinzu',
- 'path' => 'edit-mall-many-goods-list',
- 'support_page' => [],
- 'uses' => 0,
- 'sort' => 10019,
- 'value' => [
- 'style' => 'style-2',
- 'num' => 6,
- "sortWay" => "default",
- "headStyle" => "style-1",
- 'aroundRadius' => 25,
- 'source' => 'custom',
- 'goods_category' => '',
- 'goods_category_name' => '请选择',
- 'goodsNameStyle' => [
- 'color' => '#303133',
- 'control' => true,
- 'fontWeight' => 'normal'
- ],
- 'priceStyle' => [
- 'mainColor' => '#FF4142',
- 'mainControl' => true,
- 'lineColor' => '#999CA7',
- 'lineControl' => true
- ],
- 'saleStyle' => [
- 'color' => '#999999',
- 'control' => true
- ],
- 'list' => [
- [
- 'title' => '推荐',
- 'desc' => '猜你喜欢',
- 'source' => 'all',
- 'goods_category' => '',
- 'goods_category_name' => '请选择',
- 'goods_ids' => [],
- 'imageUrl' => ''
- ]
- ]
- ],
- ],
- 'MallGoodsCoupon' => [
- 'title' => '优惠券',
- 'icon' => 'iconfont-iconyouhuiquan1',
- 'path' => 'edit-mall-goods-coupon',
- 'support_page' => [],
- 'uses' => 0,
- 'sort' => 10020,
- 'value' => [
- 'style' => 'style-1',
- 'styleName' => '风格一',
- 'source' => 'all',
- 'num' => 6,
- 'couponIds' => [],
- 'btnText' => '立即领取',
- 'couponTitle' => '先领券 再购物',
- 'couponSubTitle' => '领券下单 享购物优惠'
- ],
- ],
- 'MallMemberInfo' => [
- 'title' => '会员信息',
- 'icon' => 'iconfont-iconhuiyuanzhongxin',
- 'path' => 'edit-mall-member-info',
- 'support_page' => [ 'DIY_MEMBER_INDEX' ],
- 'uses' => 1,
- 'sort' => 10021,
- 'value' => [
- 'style' => 'style-1',
- 'styleName' => '风格1',
- 'bgUrl' => ''
- ],
- ],
- 'MallShopInfo' => [
- 'title' => '店铺信息',
- 'icon' => 'iconfont-iconmendian',
- 'path' => 'edit-mall-shop-info',
- 'support_page' => [ 'DIY_SITE_INDEX' ],
- 'uses' => 0,
- 'sort' => 10022,
- 'value' => [],
- ],
- 'MallOrderInfo' => [
- 'title' => '订单中心',
- 'icon' => 'iconfont icondingdanzhongxinPC-1',
- 'path' => 'edit-shop-order-info',
- 'support_page' => [ 'DIY_MEMBER_INDEX' ],
- 'uses' => 1,
- 'sort' => 10023,
- 'value' => [
- "textColor" => "#303133",
- "fontSize" => 16,
- "fontWeight" => "normal",
- "text" => "订单中心",
- "more" => [
- "text" => "全部订单",
- "color" => "#999999",
- ],
- "item" => [
- "fontSize" => 12,
- "fontWeight" => "normal",
- "color" => "#303133"
- ],
- ]
- ],
- ]
- ]
- ];
|