components.php 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?php
  2. return [
  3. 'MALL_COMPONENT' => [
  4. 'title' => get_lang('dict_diy.mall_component_type_basic'),
  5. 'list' => [
  6. 'MallSearch' => [
  7. 'title' => '搜索',
  8. 'icon' => 'iconfont-iconsousuo',
  9. 'path' => 'edit-mall-search',
  10. 'support_page' => [],
  11. 'uses' => 1,
  12. 'sort' => 10017,
  13. 'value' => [
  14. 'searchStyle' => 'style-1',
  15. 'searchLink' => [
  16. 'name' => ''
  17. ],
  18. 'text' => '请输入搜索关键词',
  19. 'iconType' => 'img',
  20. 'icon' => '',
  21. 'imageUrl' => ''
  22. ],
  23. ],
  24. 'MallGoodsList' => [
  25. 'title' => '商品列表',
  26. 'icon' => 'iconfont-iconshangpinliebiao',
  27. 'path' => 'edit-mall-goods-list',
  28. 'support_page' => [],
  29. 'uses' => 0,
  30. 'sort' => 10018,
  31. 'value' => [
  32. 'style' => 'style-1',
  33. 'source' => 'all',
  34. 'num' => 10,
  35. 'goods_category' => '',
  36. 'goods_category_name' => '请选择',
  37. 'goods_ids' => [],
  38. 'sortWay' => 'default', // 排序方式,default:综合,sales:销量,price:价格
  39. 'goodsNameStyle' => [
  40. 'color' => '#303133',
  41. 'control' => true,
  42. 'fontWeight' => 'normal'
  43. ],
  44. 'priceStyle' => [
  45. 'mainColor' => '#FF4142',
  46. 'mainControl' => true,
  47. 'lineColor' => '#999CA7',
  48. 'lineControl' => true
  49. ],
  50. 'saleStyle' => [
  51. 'color' => '#999999',
  52. 'control' => true
  53. ],
  54. ],
  55. ],
  56. 'MallManyGoodsList' => [
  57. 'title' => '多商品组',
  58. 'icon' => 'iconfont-iconduoshangpinzu',
  59. 'path' => 'edit-mall-many-goods-list',
  60. 'support_page' => [],
  61. 'uses' => 0,
  62. 'sort' => 10019,
  63. 'value' => [
  64. 'style' => 'style-2',
  65. 'num' => 6,
  66. "sortWay" => "default", // 排序方式,default:综合,sale_num:销量,price:价格
  67. "headStyle" => "style-1",
  68. 'aroundRadius' => 25,
  69. 'source' => 'custom',
  70. 'goods_category' => '',
  71. 'goods_category_name' => '请选择',
  72. 'goodsNameStyle' => [
  73. 'color' => '#303133',
  74. 'control' => true,
  75. 'fontWeight' => 'normal'
  76. ],
  77. 'priceStyle' => [
  78. 'mainColor' => '#FF4142',
  79. 'mainControl' => true,
  80. 'lineColor' => '#999CA7',
  81. 'lineControl' => true
  82. ],
  83. 'saleStyle' => [
  84. 'color' => '#999999',
  85. 'control' => true
  86. ],
  87. 'list' => [
  88. [
  89. 'title' => '推荐',
  90. 'desc' => '猜你喜欢',
  91. 'source' => 'all',
  92. 'goods_category' => '',
  93. 'goods_category_name' => '请选择',
  94. 'goods_ids' => [],
  95. 'imageUrl' => ''
  96. ]
  97. ]
  98. ],
  99. ],
  100. 'MallGoodsCoupon' => [
  101. 'title' => '优惠券',
  102. 'icon' => 'iconfont-iconyouhuiquan1',
  103. 'path' => 'edit-mall-goods-coupon',
  104. 'support_page' => [],
  105. 'uses' => 0,
  106. 'sort' => 10020,
  107. 'value' => [
  108. 'style' => 'style-1',
  109. 'styleName' => '风格一',
  110. 'source' => 'all',
  111. 'num' => 6,
  112. 'couponIds' => [],
  113. 'btnText' => '立即领取',
  114. 'couponTitle' => '先领券 再购物',
  115. 'couponSubTitle' => '领券下单 享购物优惠'
  116. ],
  117. ],
  118. 'MallMemberInfo' => [
  119. 'title' => '会员信息',
  120. 'icon' => 'iconfont-iconhuiyuanzhongxin',
  121. 'path' => 'edit-mall-member-info',
  122. 'support_page' => [ 'DIY_MEMBER_INDEX' ],
  123. 'uses' => 1,
  124. 'sort' => 10021,
  125. 'value' => [
  126. 'style' => 'style-1',
  127. 'styleName' => '风格1',
  128. 'bgUrl' => ''
  129. ],
  130. ],
  131. 'MallShopInfo' => [
  132. 'title' => '店铺信息',
  133. 'icon' => 'iconfont-iconmendian',
  134. 'path' => 'edit-mall-shop-info',
  135. 'support_page' => [ 'DIY_SITE_INDEX' ],
  136. 'uses' => 0,
  137. 'sort' => 10022,
  138. 'value' => [],
  139. ],
  140. 'MallOrderInfo' => [
  141. 'title' => '订单中心',
  142. 'icon' => 'iconfont icondingdanzhongxinPC-1',
  143. 'path' => 'edit-shop-order-info',
  144. 'support_page' => [ 'DIY_MEMBER_INDEX' ],
  145. 'uses' => 1,
  146. 'sort' => 10023,
  147. 'value' => [
  148. "textColor" => "#303133",
  149. "fontSize" => 16,
  150. "fontWeight" => "normal",
  151. "text" => "订单中心",
  152. "more" => [
  153. "text" => "全部订单",
  154. "color" => "#999999",
  155. ],
  156. "item" => [
  157. "fontSize" => 12,
  158. "fontWeight" => "normal",
  159. "color" => "#303133"
  160. ],
  161. ]
  162. ],
  163. ]
  164. ]
  165. ];