data.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. export const homeData = {
  2. "status": 200,
  3. "message": "success",
  4. "data": {
  5. "pageData": {
  6. "page": {
  7. "params": {
  8. "name": "商城首页",
  9. "title": "信飞通",
  10. "shareTitle": "分享标题"
  11. },
  12. "style": {
  13. "titleTextColor": "black",
  14. "titleBackgroundColor": "#ffffff"
  15. },
  16. "name": "页面设置",
  17. "type": "page"
  18. },
  19. "items": [{
  20. "name": "搜索框",
  21. // "type": "search",
  22. "params": {
  23. "placeholder": "请输入关键字进行搜索"
  24. },
  25. "style": {
  26. "textAlign": "left",
  27. "searchStyle": "round"
  28. }
  29. },
  30. {
  31. "name": "图片轮播",
  32. "type": "banner",
  33. "style": {
  34. "btnColor": "#d5a988",
  35. "btnShape": "round",
  36. "interval": 20
  37. },
  38. "data": [
  39. // {
  40. // "imgUrl": "https://img.zcool.cn/community/01acff5dbf8804a801209e1fa0be63.jpg@1280w_1l_2o_100sh.jpg",
  41. // "link": {
  42. // "id": "6wawb10",
  43. // "title": "商品详情页",
  44. // "type": "PAGE",
  45. // "param": {
  46. // "path": "pages\/goods\/detail",
  47. // "query": {
  48. // "goodsId": "10018"
  49. // }
  50. // },
  51. // "form": [{
  52. // "key": "query.goodsId",
  53. // "lable": "商品ID",
  54. // "required": true,
  55. // "tips": "商品管理 - 商品列表",
  56. // "value": "10018"
  57. // }]
  58. // },
  59. // "imgName": "banner02.png"
  60. // },
  61. {
  62. "imgUrl": "01.jpg",
  63. "link": null,
  64. "imgName": "未标题-1.png"
  65. }
  66. ]
  67. },
  68. {
  69. "name": "店铺公告",
  70. "type": "notice",
  71. "params": {
  72. "text": "我们是全球跨境网络提供商,专业服务于有跨境信息需求的国内终端用户。为有跨境电商、外贸需求的企业客户提供便捷、高速的网 络。如有需求,您可拨打我们的客服热线962011",
  73. "link": null,
  74. "showIcon": true,
  75. "scrollable": true
  76. },
  77. "style": {
  78. "paddingTop": 1,
  79. "background": "#fffbe8",
  80. "textColor": "#de8c17"
  81. }
  82. },
  83. {
  84. "name": "导航组",
  85. // "type": "navBar",
  86. "style": {
  87. "rowsNum": 4,
  88. "background": "#ffffff",
  89. "paddingTop": 3,
  90. "textColor": "#666666"
  91. },
  92. "data": [{
  93. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210315\/8749305b19496b7b5b0b098837357a80.png",
  94. "imgName": "icon-2.jpg",
  95. "link": {
  96. "id": "995bf1c",
  97. "title": "商品列表页",
  98. "type": "PAGE",
  99. "param": {
  100. "path": "pages\/goods\/list",
  101. "query": {
  102. "categoryId": "10085",
  103. "search": ""
  104. }
  105. },
  106. "form": [{
  107. "key": "query.categoryId",
  108. "lable": "分类ID",
  109. "tips": "商品管理 -> 商品分类",
  110. "value": "10085"
  111. },
  112. {
  113. "key": "query.search",
  114. "lable": "关键词",
  115. "tips": "搜索的关键词,用于匹配商品名称",
  116. "value": ""
  117. }
  118. ]
  119. },
  120. "text": "居家生活"
  121. },
  122. {
  123. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210315\/003ebfff145bd74289b8ad5510b6a01e.png",
  124. "imgName": "icon-3.jpg",
  125. "link": {
  126. "id": "995bf1c",
  127. "title": "商品列表页",
  128. "type": "PAGE",
  129. "param": {
  130. "path": "pages\/goods\/list",
  131. "query": {
  132. "categoryId": "10001",
  133. "search": ""
  134. }
  135. },
  136. "form": [{
  137. "key": "query.categoryId",
  138. "lable": "分类ID",
  139. "tips": "商品管理 -> 商品分类",
  140. "value": "10001"
  141. },
  142. {
  143. "key": "query.search",
  144. "lable": "关键词",
  145. "tips": "搜索的关键词,用于匹配商品名称",
  146. "value": ""
  147. }
  148. ]
  149. },
  150. "text": "手机数码"
  151. },
  152. {
  153. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210315\/49251b6557e20faee7c67d9ee331a98b.png",
  154. "imgName": "icon-1.png",
  155. "link": {
  156. "id": "56sswhq",
  157. "title": "领券中心",
  158. "type": "PAGE",
  159. "param": {
  160. "path": "pages\/coupon\/index"
  161. }
  162. },
  163. "text": "领券中心"
  164. },
  165. {
  166. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210315\/7a5fde286eb3c79e80be0b3f82f2079b.png",
  167. "imgName": "icon-4.jpg",
  168. "link": {
  169. "id": "995bf1c",
  170. "title": "商品列表页",
  171. "type": "PAGE",
  172. "param": {
  173. "path": "pages\/goods\/list",
  174. "query": {
  175. "categoryId": "10088",
  176. "search": ""
  177. }
  178. },
  179. "form": [{
  180. "key": "query.categoryId",
  181. "lable": "分类ID",
  182. "tips": "商品管理 -> 商品分类",
  183. "value": "10088"
  184. },
  185. {
  186. "key": "query.search",
  187. "lable": "关键词",
  188. "tips": "搜索的关键词,用于匹配商品名称",
  189. "value": ""
  190. }
  191. ]
  192. },
  193. "text": "运动户外"
  194. }
  195. ]
  196. },
  197. {
  198. "name": "图片",
  199. // "type": "image",
  200. "style": {
  201. "paddingTop": 0,
  202. "paddingLeft": 0,
  203. "background": "#ffffff"
  204. },
  205. "data": [{
  206. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/0e7f6417ccccc90cf48f1359ea85ecc9.png",
  207. "imgName": "1(1).png",
  208. "link": {
  209. "id": "995bf1c",
  210. "title": "商品列表页",
  211. "type": "PAGE",
  212. "param": {
  213. "path": "pages\/goods\/list",
  214. "query": {
  215. "categoryId": "10085"
  216. }
  217. },
  218. "form": [{
  219. "key": "query.categoryId",
  220. "lable": "分类ID",
  221. "tips": "商品管理 -> 商品分类",
  222. "value": "10085"
  223. },
  224. {
  225. "key": "query.search",
  226. "lable": "关键词",
  227. "tips": "搜索的关键词,用于匹配商品名称",
  228. "value": ""
  229. }
  230. ]
  231. }
  232. },
  233. {
  234. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/a33f3214d24b6268d0262dcb16a93fd2.png",
  235. "imgName": "2(1).png",
  236. "link": {
  237. "id": "995bf1c",
  238. "title": "商品列表页",
  239. "type": "PAGE",
  240. "param": {
  241. "path": "pages\/goods\/list",
  242. "query": {
  243. "categoryId": "10085"
  244. }
  245. },
  246. "form": [{
  247. "key": "query.categoryId",
  248. "lable": "分类ID",
  249. "tips": "商品管理 -> 商品分类",
  250. "value": "10085"
  251. },
  252. {
  253. "key": "query.search",
  254. "lable": "关键词",
  255. "tips": "搜索的关键词,用于匹配商品名称",
  256. "value": ""
  257. }
  258. ]
  259. }
  260. },
  261. {
  262. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/1e9050ee367a64f99db4aff8e2d38a2d.png",
  263. "imgName": "3(1).png",
  264. "link": {
  265. "id": "995bf1c",
  266. "title": "商品列表页",
  267. "type": "PAGE",
  268. "param": {
  269. "path": "pages\/goods\/list",
  270. "query": {
  271. "categoryId": "10085"
  272. }
  273. },
  274. "form": [{
  275. "key": "query.categoryId",
  276. "lable": "分类ID",
  277. "tips": "商品管理 -> 商品分类",
  278. "value": "10085"
  279. },
  280. {
  281. "key": "query.search",
  282. "lable": "关键词",
  283. "tips": "搜索的关键词,用于匹配商品名称",
  284. "value": ""
  285. }
  286. ]
  287. }
  288. }
  289. ]
  290. },
  291. {
  292. "name": "图片",
  293. // "type": "image",
  294. "style": {
  295. "paddingTop": 5,
  296. "paddingLeft": 0,
  297. "background": "#ffffff"
  298. },
  299. "data": [{
  300. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/0607338b08e9845b6db6b90d83da0f58.png",
  301. "imgName": "未标题-2.png",
  302. "link": null
  303. }]
  304. },
  305. {
  306. "name": "图片",
  307. // "type": "image",
  308. "style": {
  309. "paddingTop": 0,
  310. "paddingLeft": 0,
  311. "background": "#ffffff"
  312. },
  313. "data": [{
  314. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/d16e7e7bd8735e4bf04cc5a463c65016.png",
  315. "imgName": "华为.png",
  316. "link": {
  317. "id": "995bf1c",
  318. "title": "商品列表页",
  319. "type": "PAGE",
  320. "param": {
  321. "path": "pages\/goods\/list",
  322. "query": {
  323. "categoryId": "10011"
  324. }
  325. },
  326. "form": [{
  327. "key": "query.categoryId",
  328. "lable": "分类ID",
  329. "tips": "商品管理 -> 商品分类",
  330. "value": "10011"
  331. },
  332. {
  333. "key": "query.search",
  334. "lable": "关键词",
  335. "tips": "搜索的关键词,用于匹配商品名称",
  336. "value": ""
  337. }
  338. ]
  339. }
  340. }]
  341. },
  342. {
  343. "name": "图片橱窗",
  344. // "type": "window",
  345. "style": {
  346. "paddingTop": 0,
  347. "paddingLeft": 0,
  348. "background": "#ffffff",
  349. "layout": 2
  350. },
  351. "data": [{
  352. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/6e25a66132754fe4cad0ae88b7a8544c.png",
  353. "link": {
  354. "id": "995bf1c",
  355. "title": "商品列表页",
  356. "type": "PAGE",
  357. "param": {
  358. "path": "pages\/goods\/list",
  359. "query": {
  360. "categoryId": "10010"
  361. }
  362. },
  363. "form": [{
  364. "key": "query.categoryId",
  365. "lable": "分类ID",
  366. "tips": "商品管理 -> 商品分类",
  367. "value": "10010"
  368. },
  369. {
  370. "key": "query.search",
  371. "lable": "关键词",
  372. "tips": "搜索的关键词,用于匹配商品名称",
  373. "value": ""
  374. }
  375. ]
  376. },
  377. "imgName": "小米.png"
  378. },
  379. {
  380. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/e4d48985f825c73f82ad9690424e1db1.png",
  381. "link": {
  382. "id": "995bf1c",
  383. "title": "商品列表页",
  384. "type": "PAGE",
  385. "param": {
  386. "path": "pages\/goods\/list",
  387. "query": {
  388. "categoryId": "10012"
  389. }
  390. },
  391. "form": [{
  392. "key": "query.categoryId",
  393. "lable": "分类ID",
  394. "tips": "商品管理 -> 商品分类",
  395. "value": "10012"
  396. },
  397. {
  398. "key": "query.search",
  399. "lable": "关键词",
  400. "tips": "搜索的关键词,用于匹配商品名称",
  401. "value": ""
  402. }
  403. ]
  404. },
  405. "imgName": "苹果.png"
  406. }
  407. ],
  408. "dataNum": 4
  409. },
  410. {
  411. "name": "图片",
  412. // "type": "image",
  413. "style": {
  414. "paddingTop": 3,
  415. "paddingLeft": 0,
  416. "background": "#ffffff"
  417. },
  418. "data": [{
  419. "imgUrl": "http:\/\/static.yoshop.xany6.com\/10001\/20210314\/aefe0a60bb4c59c88a1d463bbe6b5198.png",
  420. "imgName": "111_看图王.web.png",
  421. "link": null
  422. }]
  423. },
  424. {
  425. "name": "商品组",
  426. "type": "goods",
  427. "params": {
  428. "source": "auto",
  429. "auto": {
  430. "category": 0,
  431. "goodsSort": "all",
  432. "showNum": 40
  433. }
  434. },
  435. "style": {
  436. "background": "#F6F6F6",
  437. "display": "list",
  438. "column": 2,
  439. "show": [
  440. "goodsName",
  441. "goodsPrice",
  442. "linePrice",
  443. "sellingPoint",
  444. "goodsSales"
  445. ]
  446. },
  447. "data": [{
  448. "goods_id": 10020,
  449. "goods_name": "耐克 男子 NIKE AIR FORCE 1'07 运动鞋",
  450. "selling_point": "",
  451. "goods_image": "https:\/\/static.yoshop.xany6.com\/10001\/20210315\/b72822760ccc4bb892cc658b33af939e.jpg",
  452. "goods_price_min": "749.00",
  453. "goods_price_max": "749.00",
  454. "line_price_min": "799.00",
  455. "line_price_max": "799.00",
  456. "goods_sales": 17
  457. },
  458. {
  459. "goods_id": 10019,
  460. "goods_name": "清野の木 56L灰色特大号 塑料收纳箱整理箱环保加厚储物箱",
  461. "selling_point": "",
  462. "goods_image": "https:\/\/static.yoshop.xany6.com\/10001\/20210314\/2a6e0c0ea7d1e5f0f2ac3e406198850c.jpg",
  463. "goods_price_min": "32.80",
  464. "goods_price_max": "32.80",
  465. "line_price_min": "0.00",
  466. "line_price_max": "0.00",
  467. "goods_sales": 174
  468. },
  469. {
  470. "goods_id": 10018,
  471. "goods_name": "简约风条纹客厅沙发卧室床头抱枕靠垫套",
  472. "selling_point": "",
  473. "goods_image": "https:\/\/static.yoshop.xany6.com\/10001\/20210316\/41cdb778199f99ebebb6090680f382fc.png",
  474. "goods_price_min": "99.00",
  475. "goods_price_max": "99.00",
  476. "line_price_min": "0.00",
  477. "line_price_max": "0.00",
  478. "goods_sales": 137
  479. },
  480. {
  481. "goods_id": 10017,
  482. "goods_name": "三星 Galaxy S21 5G(SM-G9910)双模5G 骁龙888 超高清专业摄像 120Hz护目屏 游戏手机 8G+128G",
  483. "selling_point": "",
  484. "goods_image": "https:\/\/static.yoshop.xany6.com\/10001\/20210313\/b51b4840c24250a67210d59e345e206d.jpg",
  485. "goods_price_min": "4969.00",
  486. "goods_price_max": "4969.00",
  487. "line_price_min": "0.00",
  488. "line_price_max": "0.00",
  489. "goods_sales": 0
  490. },
  491. {
  492. "goods_id": 10016,
  493. "goods_name": "【舒尔健动感单车】大型健身器械 减肥神器",
  494. "selling_point": "",
  495. "goods_image": "https:\/\/static.yoshop.xany6.com\/20190610131953961df5569.PNG",
  496. "goods_price_min": "1556.00",
  497. "goods_price_max": "1556.00",
  498. "line_price_min": "0.00",
  499. "line_price_max": "0.00",
  500. "goods_sales": 33
  501. },
  502. {
  503. "goods_id": 10015,
  504. "goods_name": "荣耀 V10全网通 标配版 4GB+64GB 魅丽红 移动联通电信4G全面屏手机 双卡双待",
  505. "selling_point": "",
  506. "goods_image": "https:\/\/static.yoshop.xany6.com\/2018071718294208f086786.jpg",
  507. "goods_price_min": "1899.00",
  508. "goods_price_max": "2199.00",
  509. "line_price_min": "0.00",
  510. "line_price_max": "0.00",
  511. "goods_sales": 0
  512. },
  513. {
  514. "goods_id": 10014,
  515. "goods_name": "三星 Galaxy S9+(SM-G9650\/DS)6GB+128GB 谜夜黑 移动联通电信4G 游戏手机 双卡双待",
  516. "selling_point": "",
  517. "goods_image": "https:\/\/static.yoshop.xany6.com\/20180717182009cb6bf4951.jpg",
  518. "goods_price_min": "6999.00",
  519. "goods_price_max": "7199.00",
  520. "line_price_min": "0.00",
  521. "line_price_max": "0.00",
  522. "goods_sales": 0
  523. },
  524. {
  525. "goods_id": 10013,
  526. "goods_name": "OPPO R15 直降300◆星云版新品手机 6G+128G R15梦境版 A3同款 R11S升级版 星云版 6+128G 官方标配",
  527. "selling_point": "",
  528. "goods_image": "https:\/\/static.yoshop.xany6.com\/2018071718130695f254464.jpg",
  529. "goods_price_min": "2699.00",
  530. "goods_price_max": "2799.00",
  531. "line_price_min": "0.00",
  532. "line_price_max": "0.00",
  533. "goods_sales": 0
  534. },
  535. {
  536. "goods_id": 10012,
  537. "goods_name": "vivo Z1 新一代全面屏 双摄拍照手机 移动联通电信4G 双卡双待 6GB+128GB 瓷釉黑",
  538. "selling_point": "",
  539. "goods_image": "https:\/\/static.yoshop.xany6.com\/20180717180357119b95367.jpg",
  540. "goods_price_min": "2198.00",
  541. "goods_price_max": "2198.00",
  542. "line_price_min": "0.00",
  543. "line_price_max": "0.00",
  544. "goods_sales": 0
  545. },
  546. {
  547. "goods_id": 10011,
  548. "goods_name": "Apple iPhone X (A1903) 64GB 深空灰色 移动联通4G手机",
  549. "selling_point": "",
  550. "goods_image": "https:\/\/static.yoshop.xany6.com\/20180717175657d4f120465.jpg",
  551. "goods_price_min": "7099.00",
  552. "goods_price_max": "7299.00",
  553. "line_price_min": "0.00",
  554. "line_price_max": "0.00",
  555. "goods_sales": 0
  556. },
  557. {
  558. "goods_id": 10010,
  559. "goods_name": "Apple iPhone 8 Plus (A1864) 64GB 深空灰色 移动联通电信4G手机",
  560. "selling_point": "",
  561. "goods_image": "https:\/\/static.yoshop.xany6.com\/20180717174543802b79332.jpg",
  562. "goods_price_min": "5099.00",
  563. "goods_price_max": "5599.00",
  564. "line_price_min": "0.00",
  565. "line_price_max": "0.00",
  566. "goods_sales": 0
  567. },
  568. {
  569. "goods_id": 10009,
  570. "goods_name": "荣耀9i 4GB+64GB 幻夜黑 移动联通电信4G全面屏手机 双卡双待",
  571. "selling_point": "",
  572. "goods_image": "https:\/\/static.yoshop.xany6.com\/2018071717370507f183424.jpg",
  573. "goods_price_min": "1399.00",
  574. "goods_price_max": "1499.00",
  575. "line_price_min": "0.00",
  576. "line_price_max": "0.00",
  577. "goods_sales": 0
  578. },
  579. {
  580. "goods_id": 10008,
  581. "goods_name": "华为 HUAWEI nova 3全面屏高清四摄游戏手机 6GB+128GB 浅艾蓝限量款 全网通移动联通电信4G手机 双卡双待",
  582. "selling_point": "",
  583. "goods_image": "https:\/\/static.yoshop.xany6.com\/20180717172606d9aee7835.jpg",
  584. "goods_price_min": "2788.00",
  585. "goods_price_max": "2788.00",
  586. "line_price_min": "0.00",
  587. "line_price_max": "0.00",
  588. "goods_sales": 0
  589. },
  590. {
  591. "goods_id": 10007,
  592. "goods_name": "小米6X 全网通 4GB+32GB 流沙金 移动联通电信4G手机 双卡双待 智能手机",
  593. "selling_point": "",
  594. "goods_image": "https:\/\/static.yoshop.xany6.com\/2018071716542894aea9466.jpg",
  595. "goods_price_min": "1399.00",
  596. "goods_price_max": "1699.00",
  597. "line_price_min": "0.00",
  598. "line_price_max": "0.00",
  599. "goods_sales": 363
  600. },
  601. {
  602. "goods_id": 10006,
  603. "goods_name": "小米(MI) 红米6 流沙金 全网通(3G RAM+32G ROM)",
  604. "selling_point": "",
  605. "goods_image": "https:\/\/static.yoshop.xany6.com\/2018071716364761fab9153.jpg",
  606. "goods_price_min": "739.00",
  607. "goods_price_max": "999.00",
  608. "line_price_min": "0.00",
  609. "line_price_max": "0.00",
  610. "goods_sales": 0
  611. }
  612. ]
  613. }
  614. ]
  615. }
  616. }
  617. }