12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?php
- // +----------------------------------------------------------------------
- // | ThinkPHP [ WE CAN DO IT JUST THINK ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
- // +----------------------------------------------------------------------
- // | Author: liu21st <liu21st@gmail.com>
- // +----------------------------------------------------------------------
- return [
- 'app_skin_config'=>[
- //首页三个大button
- 'index_button'=>[
- [
- 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/2DJ6lGxJNx.png',
- 'link'=>'mobile_v_2_1/h5/userInvitationPage',
- 'text'=>'邀请有礼',
- 'subText'=>'邀请有礼',
- 'share'=>[
- 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
- 'title'=>'邀请有礼',
- 'desc'=>'邀请有礼',
- 'link'=>'http://www.qq.com'
- ]
- ],
- [
- 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/fW45nMvpRt.png',
- 'link'=>'mobile_v_2_1/h5/safe',
- 'text'=>'安全保障',
- 'subText'=>'安全保障',
- 'share'=>[
- 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
- 'title'=>'安全保障',
- 'desc'=>'安全保障',
- 'link'=>'http://www.qq.com'
- ]
- ],
- [
- 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/2yFn5kVdD6.png',
- 'link'=>'mobile_v_2_1/h5/activeList',
- 'text'=>'活动中心',
- 'subText'=>'活动中心',
- 'share'=>[
- 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
- 'title'=>'活动中心',
- 'desc'=>'活动中心',
- 'link'=>'http://www.qq.com'
- ]
- ],
- [
- 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/03/12/goiOOA1lIw.png',
- 'link'=>'http://www.bojiatouzi.com/web/banner/act2018031705?######',
- 'text'=>'新手888元',
- 'subText'=>'新手888元',
- 'share'=>[
- 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
- 'title'=>'活动中心',
- 'desc'=>'活动中心',
- 'link'=>'http://www.qq.com'
- ]
- ]
- ],
- //首页底部button
- 'index_bottomIcon'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/01/16/OFlkpTWxoI.png',
- //产品图标
- 'subjectType_icon'=>[
- '1'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/b1sPV5W6OB.png',
- '2'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/s16evgtDPL.png',
- '3'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/O8mROol5Od.png',
- '4'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/X5X3Qkzgzr.png',
- '5'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/09/X5X3Qkzgzr.png'
- ],
- 'companyInfo'=>[
- 'name'=>'四川仪陇惠民村镇银行有限责任公司',
- 'brand'=>'佳乾财富',
- 'phone'=>'400-003-2312',
- 'web'=>'http://www.jiafajinfu.com',
- 'wechat'=>'jiafajinfu'
- ]
- ],
- ];
|