| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165 |
- <?php
- /**
- * Niushop商城系统 - 团队十年电商经验汇集巨献!
- * =========================================================
- * Copy right 2019-2029 杭州牛之云科技有限公司, 保留所有权利。
- * ----------------------------------------------
- * 官方网址=> https=>//www.niushop.com
- * =========================================================
- */
- namespace addon\diy_default2\event;
- use app\model\web\DiyView as DiyViewModel;
- /**
- * 自定义模板
- */
- class UseTemplate
- {
-
- /**
- * 模板数据
- * @param $params
- * @return array
- */
- public function handle($params)
- {
- if ($params[ 'name' ] == 'official_default_plane') {
- $diy_view = new DiyViewModel();
- // 添加模板页面
- $res = $diy_view->addTemplatePage([
- 'site_id' => $params[ 'site_id' ],
- 'name' => $params[ 'name' ],
- 'page' => [ $this->index_page, $this->goods_category_page ], // 自定义页面集合
- ]);
- return $res;
- }
- }
- // 【首页】自定义页面数据
- private $index_page = [
- 'title' => '官方模板二',
- 'name' => "DIY_VIEW_INDEX",
- 'type' => "shop",
- 'value' => [
- "global" => [
- "title" => "官方模板二",
- "pageBgColor" => "#F3F3F3",
- "topNavColor" => "#FFFFFF",
- "topNavBg" => false,
- "navBarSwitch" => true,
- "textNavColor" => "#333333",
- "topNavImg" => "",
- "moreLink" => [
- "name" => ""
- ],
- "openBottomNav" => true,
- "navStyle" => 1,
- "textImgPosLink" => "center",
- "mpCollect" => false,
- "popWindow" => [
- "imageUrl" => "",
- "count" => -1,
- "show" => 0,
- "link" => [
- "name" => ""
- ],
- "imgWidth" => "",
- "imgHeight" => ""
- ],
- "bgUrl" => "",
- "imgWidth" => "",
- "imgHeight" => "",
- "template" => [
- "pageBgColor" => "",
- "textColor" => "#303133",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "elementBgColor" => "",
- "elementAngle" => "round",
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 0,
- "both" => 0
- ]
- ]
- ],
- "value" => [
- [
- "id" => "5wtw72w1wj80",
- "componentName" => "Search",
- "componentTitle" => "搜索框",
- "isDelete" => 0,
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 10,
- "bottom" => 10,
- "both" => 12
- ],
- "title" => "请输入搜索关键词",
- "textAlign" => "left",
- "borderType" => 2,
- "searchImg" => "",
- "searchStyle" => 1,
- "pageBgColor" => "#FFFFFF",
- "textColor" => "#303133",
- "componentBgColor" => "",
- "elementBgColor" => "#F6F9FF",
- "iconType" => "img",
- "icon" => "",
- "style" => [
- "fontSize" => "60",
- "iconBgColor" => [],
- "iconBgColorDeg" => 0,
- "iconBgImg" => "",
- "bgRadius" => 0,
- "iconColor" => [
- "#000000"
- ],
- "iconColorDeg" => 0
- ],
- "imageUrl" => ""
- ],
- [
- "id" => "2o7za2qmi900",
- "list" => [
- [
- "link" => [
- "name" => ""
- ],
- "imageUrl" => __ROOT__ . '/addon/diy_default2/shop/view/public/img/banner.png',
- "imgWidth" => "750",
- "imgHeight" => "320",
- "id" => "17vtbffhsvsw0"
- ],
- [
- "link" => [
- "name" => ""
- ],
- "imageUrl" => __ROOT__ . '/addon/diy_default2/shop/view/public/img/banner2.png',
- "imgWidth" => "750",
- "imgHeight" => "320",
- "id" => "zcrfm65uiu8"
- ]
- ],
- "indicatorColor" => "#ffffff",
- "carouselStyle" => "circle",
- "indicatorLocation" => "center",
- "componentName" => "ImageAds",
- "componentTitle" => "图片广告",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 0,
- "both" => 0
- ]
- ],
- [
- "id" => "113ohzka4n40",
- "mode" => "graphic",
- "type" => "img",
- "showStyle" => "fixed",
- "ornament" => [
- "type" => "default",
- "color" => "#EDEDED"
- ],
- "rowCount" => 5,
- "pageCount" => 2,
- "carousel" => [
- "type" => "circle",
- "color" => "#FFFFFF"
- ],
- "imageSize" => 40,
- "aroundRadius" => 25,
- "font" => [
- "size" => 14,
- "weight" => 500,
- "color" => "#303133"
- ],
- "list" => [
- [
- "title" => "团购",
- "icon" => "icondiy icon-system-groupbuy-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#FF5715",
- "#FF4116"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "GROUPBUY_PREFECTURE",
- "title" => "团购专区",
- "wap_url" => "/pages_promotion/groupbuy/list",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "1e67vek25rhc0"
- ],
- [
- "title" => "拼团",
- "icon" => "icondiy icon-system-pintuan-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#58BCFF",
- "#1379FF"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "PINTUAN_PREFECTURE",
- "title" => "拼团专区",
- "wap_url" => "/pages_promotion/pintuan/list",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "b1kn8ktvs440"
- ],
- [
- "title" => "秒杀",
- "icon" => "icondiy icon-system-seckill-time",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#FF9100"
- ],
- "iconBgColorDeg" => 0,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "SECKILL_PREFECTURE",
- "title" => "秒杀专区",
- "wap_url" => "/pages_promotion/seckill/list",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => true,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83288",
- "bgColorEnd" => "#FE3523"
- ],
- "id" => "1cgq3tjxkc800"
- ],
- [
- "title" => " 积分",
- "icon" => "icondiy icon-system-point-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#02CC96",
- "#43EEC9"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "INTEGRAL_STORE",
- "title" => "积分商城",
- "wap_url" => "/pages_promotion/point/list",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "1v6a5arxdyqo0"
- ],
- [
- "title" => "专题活动",
- "icon" => "icondiy icon-system-topic-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#BE79FF",
- "#7B00FF"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "THEMATIC_ACTIVITIES_LIST",
- "title" => "专题活动列表",
- "wap_url" => "/pages_promotion/topics/list",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "x7bqn51r8hs0"
- ],
- [
- "title" => "砍价",
- "icon" => "icondiy icon-system-bargain-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#5BBDFF",
- "#2E87FD"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "BARGAIN_PREFECTURE",
- "title" => "砍价专区",
- "wap_url" => "/pages_promotion/bargain/list",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "140zkvoseuw00"
- ],
- [
- "title" => "领券",
- "icon" => "icondiy icon-system-get-coupon",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#BE79FF",
- "#7B00FF"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "COUPON_PREFECTURE",
- "title" => "优惠券专区",
- "wap_url" => "/pages_tool/goods/coupon",
- "parent" => "MARKETING_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "5sjwa1q2t5k0"
- ],
- [
- "title" => "文章",
- "icon" => "icondiy icon-system-article-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#FF8052",
- "#FF4830"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "SHOPPING_ARTICLE",
- "title" => "文章",
- "wap_url" => "/pages_tool/article/list",
- "parent" => "MALL_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "4aforgjwmdw0"
- ],
- [
- "title" => "公告",
- "icon" => "icondiy icon-system-notice-nav",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#FFCC26",
- "#FF9F29"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "SHOPPING_NOTICE",
- "title" => "公告",
- "wap_url" => "/pages_tool/notice/list",
- "parent" => "MALL_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "myo9oz46yj40"
- ],
- [
- "title" => "帮助",
- "icon" => "icondiy icon-system-help",
- "imageUrl" => "",
- "iconType" => "icon",
- "style" => [
- "fontSize" => 50,
- "iconBgColor" => [
- "#02CC96",
- "#43EEC9"
- ],
- "iconBgColorDeg" => 90,
- "iconBgImg" => "public/static/ext/diyview/img/icon_bg/bg_04.png",
- "bgRadius" => 19,
- "iconColor" => [
- "#FFFFFF"
- ],
- "iconColorDeg" => 0
- ],
- "link" => [
- "name" => "SHOPPING_HELP",
- "title" => "帮助",
- "wap_url" => "/pages_tool/help/list",
- "parent" => "MALL_LINK"
- ],
- "label" => [
- "control" => false,
- "text" => "热门",
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#F83287",
- "bgColorEnd" => "#FE3423"
- ],
- "id" => "h4nt4orc9i80"
- ]
- ],
- "componentName" => "GraphicNav",
- "componentTitle" => "图文导航",
- "isDelete" => 0,
- "pageBgColor" => "#FFFFFF",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 0,
- "both" => 12
- ]
- ],
- [
- "id" => "3tegcfvyijk0",
- "style" => "5",
- "sources" => "initial",
- "styleName" => "风格五",
- "couponIds" => [],
- "count" => 6,
- "previewList" => [],
- "nameColor" => "#303133",
- "moneyColor" => "#FF0000",
- "limitColor" => "#999999",
- "btnStyle" => [
- "textColor" => "#FFFFFF",
- "bgColor" => "#303133",
- "text" => "立即领取",
- "aroundRadius" => 5,
- "isBgColor" => true,
- "isAroundRadius" => true
- ],
- "bgColor" => "",
- "isName" => true,
- "couponBgColor" => "",
- "couponBgUrl" => "",
- "couponType" => "img",
- "ifNeedBg" => true,
- "componentName" => "Coupon",
- "componentTitle" => "优惠券",
- "isDelete" => 0,
- "pageBgColor" => "",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "elementBgColor" => "",
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 10,
- "bottom" => 10,
- "both" => 12
- ]
- ],
- [
- "id" => "3acr0xjm1c80",
- "componentName" => "RubikCube",
- "componentTitle" => "魔方",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 10,
- "bottomAroundRadius" => 10,
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 10,
- "both" => 12
- ],
- "list" => [
- [
- "imageUrl" => __ROOT__ . '/addon/diy_default2/shop/view/public/img/mf_left.png',
- "imgWidth" => "338",
- "imgHeight" => "450",
- "previewWidth" => 187.5,
- "previewHeight" => "249.63px",
- "link" => [
- "name" => ""
- ]
- ],
- [
- "imageUrl" => __ROOT__ . '/addon/diy_default2/shop/view/public/img/mf_right1.png',
- "imgWidth" => "354",
- "imgHeight" => "220",
- "previewWidth" => 187.5,
- "previewHeight" => "124.82px",
- "link" => [
- "name" => ""
- ]
- ],
- [
- "imageUrl" => __ROOT__ . '/addon/diy_default2/shop/view/public/img/mf_right2.png',
- "imgWidth" => "354",
- "imgHeight" => "22",
- "previewWidth" => 187.5,
- "previewHeight" => "124.82px",
- "link" => [
- "name" => ""
- ]
- ]
- ],
- "mode" => "row1-lt-of2-rt",
- "imageGap" => 10,
- "elementAngle" => "round"
- ],
- [
- "id" => "68p4o1plca80",
- "style" => "style-1",
- "sources" => "initial",
- "styleName" => "风格1",
- "count" => 6,
- "componentName" => "GoodsRecommend",
- "componentTitle" => "商品推荐",
- "isDelete" => 0,
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "topElementAroundRadius" => 10,
- "bottomElementAroundRadius" => 10,
- "margin" => [
- "top" => 0,
- "bottom" => 10,
- "both" => 12
- ],
- "nameLineMode" => "single",
- "sortWay" => "default",
- "ornament" => [
- "type" => "default",
- "color" => "#EDEDED"
- ],
- "imgAroundRadius" => 0,
- "goodsNameStyle" => [
- "color" => "#303133",
- "control" => true,
- "fontWeight" => false
- ],
- "saleStyle" => [
- "color" => "#999CA7",
- "control" => true,
- "support" => true
- ],
- "theme" => "default",
- "priceStyle" => [
- "mainColor" => "#FF1544",
- "mainControl" => true,
- "lineColor" => "#999CA7",
- "lineControl" => false,
- "lineSupport" => false
- ],
- "goodsId" => [],
- "categoryId" => 0,
- "categoryName" => "请选择",
- "topStyle" => [
- "title" => "今日推荐",
- "subTitle" => "大家都在买",
- "icon" => [
- "value" => "icondiy icon-system-tuijian",
- "color" => "#FF3D3D",
- "bgColor" => ""
- ],
- "color" => "#303133",
- "subColor" => "#999CA7"
- ],
- "bgUrl" => "",
- "pageBgColor" => "",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "elementBgColor" => "#FFFFFF",
- "elementAngle" => "round"
- ],
- [
- "id" => "3moj09pl5c20",
- "style" => "style-1",
- "sources" => "initial",
- "count" => 6,
- "goodsId" => [],
- "ornament" => [
- "type" => "default",
- "color" => "#EDEDED"
- ],
- "nameLineMode" => "single",
- "template" => "row1-of1",
- "goodsMarginType" => "default",
- "goodsMarginNum" => 10,
- "btnStyle" => [
- "text" => "去秒杀",
- "textColor" => "#FFFFFF",
- "theme" => "default",
- "aroundRadius" => 25,
- "control" => true,
- "support" => true,
- "bgColorStart" => "#FF7B1D",
- "bgColorEnd" => "#FF1544"
- ],
- "imgAroundRadius" => 10,
- "saleStyle" => [
- "color" => "#999CA7",
- "control" => true,
- "support" => true
- ],
- "progressStyle" => [
- "control" => true,
- "support" => true,
- "currColor" => "#FDBE6C",
- "bgColor" => "#FCECD7"
- ],
- "titleStyle" => [
- "backgroundImage" => "addon/seckill/component/view/seckill/img/style_title_3_bg.png",
- "isShow" => true,
- "leftStyle" => "img",
- "leftImg" => "addon/seckill/component/view/seckill/img/style_title_3_name.png",
- "style" => "style-3",
- "styleName" => "风格3",
- "leftText" => "限时秒杀",
- "fontSize" => 16,
- "fontWeight" => true,
- "textColor" => "#FFFFFF",
- "bgColorStart" => "#FA6400",
- "bgColorEnd" => "#FF287A",
- "more" => "更多",
- "moreColor" => "#FFFFFF",
- "moreFontSize" => 12,
- "timeTextColor" => "#FD3B54",
- "timeBgColor" => "#FFFFFF",
- "timeImageUrl" => ""
- ],
- "slideMode" => "scroll",
- "theme" => "default",
- "priceStyle" => [
- "mainColor" => "#FF1745",
- "mainControl" => true,
- "lineColor" => "#999CA7",
- "lineControl" => true,
- "lineSupport" => true
- ],
- "goodsNameStyle" => [
- "color" => "#303133",
- "control" => true,
- "fontWeight" => false
- ],
- "componentName" => "Seckill",
- "componentTitle" => "秒杀",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "elementBgColor" => "#FFFFFF",
- "elementAngle" => "round",
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 10,
- "both" => 12
- ]
- ],
- [
- "id" => "z9bdab3tm34",
- "style" => "style-1",
- "sources" => "initial",
- "count" => 6,
- "goodsId" => [],
- "ornament" => [
- "type" => "default",
- "color" => "#EDEDED"
- ],
- "nameLineMode" => "single",
- "template" => "horizontal-slide",
- "goodsMarginType" => "default",
- "goodsMarginNum" => 10,
- "btnStyle" => [
- "text" => "去拼团",
- "textColor" => "#FFFFFF",
- "theme" => "default",
- "aroundRadius" => 25,
- "control" => false,
- "support" => false,
- "bgColorStart" => "#FF1544",
- "bgColorEnd" => "#FF1544"
- ],
- "imgAroundRadius" => 10,
- "saleStyle" => [
- "color" => "#FF1544",
- "control" => false,
- "support" => false
- ],
- "groupStyle" => [
- "color" => "#FFFFFF",
- "control" => true,
- "support" => true,
- "bgColorStart" => "#FA2379",
- "bgColorEnd" => "#FF4F61"
- ],
- "priceStyle" => [
- "mainColor" => "#FF1544",
- "mainControl" => true,
- "lineColor" => "#999CA7",
- "lineControl" => true,
- "lineSupport" => true
- ],
- "slideMode" => "scroll",
- "theme" => "default",
- "goodsNameStyle" => [
- "color" => "#303133",
- "control" => true,
- "fontWeight" => false
- ],
- "titleStyle" => [
- "bgColorStart" => "#6236FF",
- "bgColorEnd" => "#0091FF",
- "isShow" => true,
- "leftStyle" => "img",
- "leftImg" => "addon/pintuan/component/view/pintuan/img/horizontal_slide_name.png",
- "style" => "style-1",
- "styleName" => "风格1",
- "leftText" => "超值拼团",
- "fontSize" => 16,
- "fontWeight" => true,
- "textColor" => "#FFFFFF",
- "more" => "查看更多",
- "moreColor" => "#FFFFFF",
- "moreFontSize" => 12,
- "backgroundImage" => "addon/pintuan/component/view/pintuan/img/horizontal_slide_bg.png"
- ],
- "componentName" => "Pintuan",
- "componentTitle" => "拼团",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "#FFFFFF",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 10,
- "elementBgColor" => "",
- "elementAngle" => "round",
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 10,
- "both" => 12
- ]
- ],
- [
- "id" => "xwdnfttfj7k",
- "style" => "style-1",
- "sources" => "initial",
- "count" => 6,
- "goodsId" => [],
- "ornament" => [
- "type" => "default",
- "color" => "#EDEDED"
- ],
- "nameLineMode" => "single",
- "template" => "horizontal-slide",
- "goodsMarginType" => "default",
- "goodsMarginNum" => 10,
- "btnStyle" => [
- "text" => "立即抢购",
- "textColor" => "#FFFFFF",
- "theme" => "default",
- "aroundRadius" => 25,
- "control" => false,
- "support" => false,
- "bgColorStart" => "#FF7B1D",
- "bgColorEnd" => "#FF1544"
- ],
- "imgAroundRadius" => 5,
- "saleStyle" => [
- "color" => "#FFFFFF",
- "control" => true,
- "support" => true
- ],
- "slideMode" => "scroll",
- "theme" => "default",
- "goodsNameStyle" => [
- "color" => "#303133",
- "control" => true,
- "fontWeight" => false
- ],
- "priceStyle" => [
- "mainColor" => "#FF1745",
- "mainControl" => true,
- "lineColor" => "#999CA7",
- "lineControl" => true,
- "lineSupport" => true
- ],
- "titleStyle" => [
- "bgColorStart" => "#FF209D",
- "bgColorEnd" => "#B620E0",
- "isShow" => true,
- "leftStyle" => "img",
- "leftImg" => "",
- "style" => "style-1",
- "styleName" => "风格1",
- "leftText" => "疯狂砍价",
- "fontSize" => 16,
- "fontWeight" => true,
- "textColor" => "#FFFFFF",
- "more" => "更多",
- "moreColor" => "#FFFFFF",
- "moreFontSize" => 12,
- "backgroundImage" => ""
- ],
- "componentName" => "Bargain",
- "componentTitle" => "砍价",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "#FFFFFF",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 10,
- "elementBgColor" => "",
- "elementAngle" => "round",
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 10,
- "both" => 12
- ]
- ],
- [
- "id" => "5zj6d48bxks0",
- "componentName" => "ImageAds",
- "componentTitle" => "图片广告",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 5,
- "bottomAroundRadius" => 5,
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 10,
- "both" => 12
- ],
- "list" => [
- [
- "link" => [
- "name" => ""
- ],
- "imageUrl" => __ROOT__ . '/addon/diy_default2/shop/view/public/img/gg.png',
- "imgWidth" => "702",
- "imgHeight" => "252",
- "id" => "ccnb530uc5k0"
- ]
- ],
- "indicatorColor" => "#ffffff",
- "carouselStyle" => "circle",
- "indicatorLocation" => "center"
- ],
- [
- "id" => "xwdnfttfj7k",
- "style" => "style-3",
- "sources" => "initial",
- "count" => 6,
- "goodsId" => [],
- "ornament" => [
- "type" => "default",
- "color" => "#EDEDED"
- ],
- "nameLineMode" => "multiple",
- "template" => "row1-of2",
- "goodsMarginType" => "default",
- "goodsMarginNum" => 6,
- "btnStyle" => [
- "text" => "购买",
- "textColor" => "#FFFFFF",
- "theme" => "default",
- "aroundRadius" => 25,
- "control" => false,
- "support" => false,
- "bgColor" => "#FF6A00",
- "style" => "button",
- "iconDiy" => [
- "iconType" => "icon",
- "icon" => "",
- "style" => [
- "fontSize" => "60",
- "iconBgColor" => [],
- "iconBgColorDeg" => 0,
- "iconBgImg" => "",
- "bgRadius" => 0,
- "iconColor" => [
- "#000000"
- ],
- "iconColorDeg" => 0
- ]
- ]
- ],
- "imgAroundRadius" => 0,
- "saleStyle" => [
- "color" => "#999CA7",
- "control" => true,
- "support" => true
- ],
- "slideMode" => "slide",
- "theme" => "default",
- "goodsNameStyle" => [
- "color" => "#303133",
- "control" => true,
- "fontWeight" => false
- ],
- "priceStyle" => [
- "mainColor" => "#FF6A00",
- "mainControl" => true,
- "lineColor" => "#999CA7",
- "lineControl" => false,
- "lineSupport" => false
- ],
- "componentName" => "GoodsList",
- "componentTitle" => "商品列表",
- "isDelete" => 0,
- "pageBgColor" => "",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 10,
- "bottomAroundRadius" => 10,
- "elementBgColor" => "#FFFFFF",
- "elementAngle" => "round",
- "topElementAroundRadius" => 10,
- "bottomElementAroundRadius" => 10,
- "margin" => [
- "top" => 0,
- "bottom" => 0,
- "both" => 12
- ],
- "categoryId" => 0,
- "categoryName" => "请选择",
- "sortWay" => "default",
- "tag" => [
- "text" => "隐藏",
- "value" => "hidden"
- ],
- "cartEvent" => "detail"
- ]
- ]
- ]
- ];
- // 获取首页数据
- public function getIndexPage()
- {
- return $this->index_page;
- }
- // 【商品分类】自定义页面数据
- private $goods_category_page = [
- 'title' => '商品分类',
- 'name' => "DIY_VIEW_GOODS_CATEGORY",
- 'type' => "shop",
- 'value' =>
- [
- "global" => [
- "title" => "商品分类",
- "pageBgColor" => "#FFFFFF",
- "topNavColor" => "#FFFFFF",
- "topNavBg" => false,
- "navBarSwitch" => true,
- "textNavColor" => "#333333",
- "topNavImg" => "",
- "moreLink" => [
- "name" => ""
- ],
- "openBottomNav" => true,
- "navStyle" => 1,
- "textImgPosLink" => "left",
- "mpCollect" => false,
- "popWindow" => [
- "imageUrl" => "",
- "count" => -1,
- "show" => 0,
- "link" => [
- "name" => ""
- ],
- "imgWidth" => "",
- "imgHeight" => ""
- ],
- "bgUrl" => "",
- "imgWidth" => "",
- "imgHeight" => "",
- "template" => [
- "pageBgColor" => "",
- "textColor" => "#303133",
- "componentBgColor" => "",
- "componentAngle" => "round",
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "elementBgColor" => "",
- "elementAngle" => "round",
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [
- "top" => 0,
- "bottom" => 0,
- "both" => 0
- ]
- ]
- ],
- "value" => [
- [
- "level" => "2",
- "template" => "2",
- "quickBuy" => 1,
- "search" => 1,
- "componentName" => "GoodsCategory",
- "componentTitle" => "商品分类",
- "isDelete" => 1,
- "topAroundRadius" => 0,
- "bottomAroundRadius" => 0,
- "topElementAroundRadius" => 0,
- "bottomElementAroundRadius" => 0,
- "margin" => [],
- "goodsLevel" => 1,
- "loadType" => "part"
- ]
- ]
- ]
- ];
- }
|