skin_channel.php 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkPHP [ WE CAN DO IT JUST THINK ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: liu21st <liu21st@gmail.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. 'app_skin_config'=>[
  13. //首页三个大button
  14. 'index_button'=>[
  15. [
  16. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/2DJ6lGxJNx.png',
  17. 'link'=>'mobile_v_2_1/h5/userInvitationPage',
  18. 'text'=>'邀请有礼',
  19. 'subText'=>'邀请有礼',
  20. 'share'=>[
  21. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  22. 'title'=>'邀请有礼',
  23. 'desc'=>'邀请有礼',
  24. 'link'=>'http://www.qq.com'
  25. ]
  26. ],
  27. [
  28. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/fW45nMvpRt.png',
  29. 'link'=>'mobile_v_2_1/h5/safe',
  30. 'text'=>'安全保障',
  31. 'subText'=>'安全保障',
  32. 'share'=>[
  33. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  34. 'title'=>'安全保障',
  35. 'desc'=>'安全保障',
  36. 'link'=>'http://www.qq.com'
  37. ]
  38. ],
  39. [
  40. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/2yFn5kVdD6.png',
  41. 'link'=>'mobile_v_2_1/h5/activeList',
  42. 'text'=>'活动中心',
  43. 'subText'=>'活动中心',
  44. 'share'=>[
  45. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  46. 'title'=>'活动中心',
  47. 'desc'=>'活动中心',
  48. 'link'=>'http://www.qq.com'
  49. ]
  50. ],
  51. [
  52. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/goiOOA1lIw.png',
  53. 'link'=>'http://www.bojiatouzi.com/web/banner/act2018031705?######',
  54. 'text'=>'新手888元',
  55. 'subText'=>'新手888元',
  56. 'share'=>[
  57. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  58. 'title'=>'活动中心',
  59. 'desc'=>'活动中心',
  60. 'link'=>'http://www.qq.com'
  61. ]
  62. ]
  63. ],
  64. //首页底部button
  65. 'index_bottomIcon'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/01/16/OFlkpTWxoI.png',
  66. //产品图标
  67. 'subjectType_icon'=>[
  68. '1'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/b1sPV5W6OB.png',
  69. '2'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/s16evgtDPL.png',
  70. '3'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/O8mROol5Od.png',
  71. '4'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/X5X3Qkzgzr.png',
  72. '5'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/X5X3Qkzgzr.png'
  73. ],
  74. 'companyInfo'=>[
  75. 'name'=>'浙江博佳投资管理有限公司',
  76. 'brand'=>'佳乾财富',
  77. 'phone'=>'400-003-2312',
  78. 'web'=>'http://www.jiafajinfu.com',
  79. 'wechat'=>'jiafajinfu'
  80. ]
  81. ],
  82. ];