作者 乔蒙蒙

更改图片地址

1 // pages/about/about.js 1 // pages/about/about.js
2 const app = getApp(); 2 const app = getApp();
3 Page({ 3 Page({
4 -  
5 /** 4 /**
6 * 页面的初始数据 5 * 页面的初始数据
7 */ 6 */
1 <!--pages/about/about.wxml--> 1 <!--pages/about/about.wxml-->
2 <view class='about_wrap'> 2 <view class='about_wrap'>
3 <view class='about_top'> 3 <view class='about_top'>
4 - <image src='../images/about.png'></image> 4 + <image src='http://pjq0ww1cj.bkt.clouddn.com/about.png'></image>
5 </view> 5 </view>
6 <view class='about_content'> 6 <view class='about_content'>
7 - <image src='../images/about_content.png' mode="widthFix"></image> 7 + <image src='http://pjq0ww1cj.bkt.clouddn.com/about_content.png' mode="widthFix"></image>
8 </view> 8 </view>
9 <view class='about_contact_way'> 9 <view class='about_contact_way'>
10 <view class='about_title'> 10 <view class='about_title'>
11 - <image src='../images/phone.png'></image> 11 + <image src='http://pjq0ww1cj.bkt.clouddn.com/phone.png'></image>
12 <view>联系我们</view> 12 <view>联系我们</view>
13 </view> 13 </view>
14 <view class='about_contact_box'> 14 <view class='about_contact_box'>
@@ -32,13 +32,13 @@ @@ -32,13 +32,13 @@
32 </view> 32 </view>
33 <view class='sub_apply_box'> 33 <view class='sub_apply_box'>
34 <view class='sub_apply_title'> 34 <view class='sub_apply_title'>
35 - <image src='../images/apply.png'></image> 35 + <image src='http://pjq0ww1cj.bkt.clouddn.com/apply.png'></image>
36 </view> 36 </view>
37 <view class='sub_apply_list'> 37 <view class='sub_apply_list'>
38 <view class='sub_apply_must'>*</view> 38 <view class='sub_apply_must'>*</view>
39 <view class='sub_apply_input'> 39 <view class='sub_apply_input'>
40 <view class='sub_input_left'> 40 <view class='sub_input_left'>
41 - <image src='../images/user.png' mode="widthFix"></image> 41 + <image src='http://pjq0ww1cj.bkt.clouddn.com/user.png' mode="widthFix"></image>
42 </view> 42 </view>
43 <input type='text' maxlength='10' placeholder="请输入您的姓名" /> 43 <input type='text' maxlength='10' placeholder="请输入您的姓名" />
44 <text>姓名请输入不超过10个字</text> 44 <text>姓名请输入不超过10个字</text>
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 <view class='sub_apply_must'>*</view> 48 <view class='sub_apply_must'>*</view>
49 <view class='sub_apply_input'> 49 <view class='sub_apply_input'>
50 <view class='sub_input_left'> 50 <view class='sub_input_left'>
51 - <image src='../images/input_phone.png' mode="widthFix"></image> 51 + <image src='http://pjq0ww1cj.bkt.clouddn.com/input_phone.png' mode="widthFix"></image>
52 </view> 52 </view>
53 <input type='number' maxlength='11' placeholder="请输入您的联系方式" /> 53 <input type='number' maxlength='11' placeholder="请输入您的联系方式" />
54 </view> 54 </view>
@@ -57,23 +57,23 @@ @@ -57,23 +57,23 @@
57 <view class='sub_apply_must'>*</view> 57 <view class='sub_apply_must'>*</view>
58 <view class='sub_apply_input'> 58 <view class='sub_apply_input'>
59 <view class='sub_input_left'> 59 <view class='sub_input_left'>
60 - <image src='../images/company.png' mode="widthFix"></image> 60 + <image src='http://pjq0ww1cj.bkt.clouddn.com/company.png' mode="widthFix"></image>
61 </view> 61 </view>
62 <input type='text' placeholder="请输入您的所在行业" /> 62 <input type='text' placeholder="请输入您的所在行业" />
63 </view> 63 </view>
64 </view> 64 </view>
65 <view class='sub_btn'> 65 <view class='sub_btn'>
66 - <image src='../images/sub_btn.png'></image> 66 + <image src='http://pjq0ww1cj.bkt.clouddn.com/sub_btn.png'></image>
67 </view> 67 </view>
68 </view> 68 </view>
69 <!-- 客服 --> 69 <!-- 客服 -->
70 <view class='chat_peo'> 70 <view class='chat_peo'>
71 <button open-type="contact" class='contacButton'> 71 <button open-type="contact" class='contacButton'>
72 - <image src='../images/chat_peo.png'></image> 72 + <image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
73 </button> 73 </button>
74 </view> 74 </view>
75 <!-- 返回顶部 --> 75 <!-- 返回顶部 -->
76 <view class='chat_peo return_top' wx:if="{{scrollTop>minscreenHeight}}" bindtap="goTop"> 76 <view class='chat_peo return_top' wx:if="{{scrollTop>minscreenHeight}}" bindtap="goTop">
77 - <image src='../images/dingbu.png'></image> 77 + <image src='http://pjq0ww1cj.bkt.clouddn.com/dingbu.png'></image>
78 </view> 78 </view>
79 </view> 79 </view>
@@ -6,9 +6,9 @@ Page({ @@ -6,9 +6,9 @@ Page({
6 */ 6 */
7 data: { 7 data: {
8 imgUrls: [ 8 imgUrls: [
9 - '../images/app_banner01.png',  
10 - '../images/app_banner01.png',  
11 - '../images/app_banner01.png', 9 + 'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
  10 + 'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
  11 + 'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
12 ], 12 ],
13 autoplay: true, 13 autoplay: true,
14 interval: 5000, 14 interval: 5000,
@@ -21,12 +21,12 @@ @@ -21,12 +21,12 @@
21 21
22 <!-- 跳转下一页 --> 22 <!-- 跳转下一页 -->
23 <view class='drop_img' bindtap="jumpFun"> 23 <view class='drop_img' bindtap="jumpFun">
24 - <image src='../images/drop.png'></image> 24 + <image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
25 </view> 25 </view>
26 26
27 <!-- 客服 --> 27 <!-- 客服 -->
28 <view class='chat_peo' bindtap="jumpFun"> 28 <view class='chat_peo' bindtap="jumpFun">
29 - <image src='../images/chat_peo.png'></image> 29 + <image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
30 </view> 30 </view>
31 31
32 </view> 32 </view>
@@ -31,38 +31,38 @@ @@ -31,38 +31,38 @@
31 </view> 31 </view>
32 <view class='case_content'> 32 <view class='case_content'>
33 <view class='case_list' data-html="政府案例" bindtap='goFun'> 33 <view class='case_list' data-html="政府案例" bindtap='goFun'>
34 - <image src='../images/zhengfu.png'></image> 34 + <image src='http://pjq0ww1cj.bkt.clouddn.com/zhengfu.png'></image>
35 <view class='case_list_text'>政府</view> 35 <view class='case_list_text'>政府</view>
36 </view> 36 </view>
37 <view class='case_list' data-html="地产案例" bindtap='goFun'> 37 <view class='case_list' data-html="地产案例" bindtap='goFun'>
38 - <image src='../images/dichan.png'></image> 38 + <image src='http://pjq0ww1cj.bkt.clouddn.com/dichan.png'></image>
39 <view class='case_list_text'>地产</view> 39 <view class='case_list_text'>地产</view>
40 </view> 40 </view>
41 <view class='case_list' data-html="制造案例" bindtap='goFun'> 41 <view class='case_list' data-html="制造案例" bindtap='goFun'>
42 - <image src='../images/zhizao.png'></image> 42 + <image src='http://pjq0ww1cj.bkt.clouddn.com/zhizao.png'></image>
43 <view class='case_list_text'>制造</view> 43 <view class='case_list_text'>制造</view>
44 </view> 44 </view>
45 <view class='case_list' data-html="教育案例" bindtap='goFun'> 45 <view class='case_list' data-html="教育案例" bindtap='goFun'>
46 - <image src='../images/jiaoyu.png'></image> 46 + <image src='http://pjq0ww1cj.bkt.clouddn.com/jiaoyu.png'></image>
47 <view class='case_list_text'>教育</view> 47 <view class='case_list_text'>教育</view>
48 </view> 48 </view>
49 <view class='case_list' data-html="金融案例" bindtap='goFun'> 49 <view class='case_list' data-html="金融案例" bindtap='goFun'>
50 - <image src='../images/jinrong.png'></image> 50 + <image src='http://pjq0ww1cj.bkt.clouddn.com/jinrong.png'></image>
51 <view class='case_list_text'>金融</view> 51 <view class='case_list_text'>金融</view>
52 </view> 52 </view>
53 <view class='case_list' data-html="零售案例" bindtap='goFun'> 53 <view class='case_list' data-html="零售案例" bindtap='goFun'>
54 - <image src='../images/lingshou.png'></image> 54 + <image src='http://pjq0ww1cj.bkt.clouddn.com/lingshou.png'></image>
55 <view class='case_list_text'>零售</view> 55 <view class='case_list_text'>零售</view>
56 </view> 56 </view>
57 </view> 57 </view>
58 <view class='drop_img' bindtap="jumpFun"> 58 <view class='drop_img' bindtap="jumpFun">
59 - <image src='../images/drop.png'></image> 59 + <image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
60 </view> 60 </view>
61 </view> 61 </view>
62 <!-- 客服 --> 62 <!-- 客服 -->
63 <view class='chat_peo' > 63 <view class='chat_peo' >
64 <button open-type="contact" class='contacButton'> 64 <button open-type="contact" class='contacButton'>
65 - <image src='../images/chat_peo.png'></image> 65 + <image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
66 </button> 66 </button>
67 </view> 67 </view>
68 68
@@ -8,9 +8,9 @@ Page({ @@ -8,9 +8,9 @@ Page({
8 */ 8 */
9 data: { 9 data: {
10 imgUrls: [ 10 imgUrls: [
11 - // '../images/detail01.png',  
12 - // '../images/detail01.png',  
13 - // '../images/detail01.png', 11 + 'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
  12 + 'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
  13 + 'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
14 ], 14 ],
15 currentSwiper: 0, 15 currentSwiper: 0,
16 autoplay: true, 16 autoplay: true,
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 circular="{{circular}}"> 10 circular="{{circular}}">
11 <block wx:for="{{imgUrls}}" wx:key> 11 <block wx:for="{{imgUrls}}" wx:key>
12 <swiper-item> 12 <swiper-item>
13 - <image src="{{item.url}}" class="slide-image" width="100%" height="100%" /> 13 + <image src="{{item}}" class="slide-image" width="100%" height="100%" />
14 </swiper-item> 14 </swiper-item>
15 </block> 15 </block>
16 </swiper> 16 </swiper>
@@ -47,10 +47,10 @@ @@ -47,10 +47,10 @@
47 <view class='info_list' wx:if="{{listStatus==0}}"> 47 <view class='info_list' wx:if="{{listStatus==0}}">
48 <!-- <import src="/wxParse/wxParse.wxml"/> 48 <!-- <import src="/wxParse/wxParse.wxml"/>
49 <template is="wxParse" data="{{wxParseData:article.nodes}}"/> --> 49 <template is="wxParse" data="{{wxParseData:article.nodes}}"/> -->
50 - <image src="../images/jianjie.png" mode='widthFix'></image> 50 + <image src="http://pjq0ww1cj.bkt.clouddn.com/jianjie.png" mode='widthFix'></image>
51 </view> 51 </view>
52 <view class='info_list' wx:else> 52 <view class='info_list' wx:else>
53 - <image src="../images/shishi.png" mode='widthFix'></image> 53 + <image src="http://pjq0ww1cj.bkt.clouddn.com/shishi.png" mode='widthFix'></image>
54 </view> 54 </view>
55 </view> 55 </view>
56 </view> 56 </view>
@@ -16,6 +16,11 @@ Page({ @@ -16,6 +16,11 @@ Page({
16 title: options.html, 16 title: options.html,
17 }) 17 })
18 }, 18 },
  19 + jumpFun(e) {
  20 + wx.navigateTo({
  21 + url: '../caseDetail/caseDetail'
  22 + })
  23 + },
19 24
20 /** 25 /**
21 * 生命周期函数--监听页面初次渲染完成 26 * 生命周期函数--监听页面初次渲染完成
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <view class='case_list_box'> 3 <view class='case_list_box'>
4 <view class='case_list'> 4 <view class='case_list'>
5 <view class='case_top'> 5 <view class='case_top'>
6 - <view class='case_title'>某政府科技金融中心</view> 6 + <view class='case_title' bindtap='jumpFun'>某政府科技金融中心</view>
7 <view class='case_lable_box'> 7 <view class='case_lable_box'>
8 <view class='case_lable_list'>政府</view> 8 <view class='case_lable_list'>政府</view>
9 <view class='case_lable_list'>工作效率</view> 9 <view class='case_lable_list'>工作效率</view>
@@ -12,23 +12,23 @@ @@ -12,23 +12,23 @@
12 </view> 12 </view>
13 </view> 13 </view>
14 <view class='case_list_content'> 14 <view class='case_list_content'>
15 - <image src='../images/case_list.png'></image> 15 + <image src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
16 </view> 16 </view>
17 <view class='case_bottom_list'> 17 <view class='case_bottom_list'>
18 <view class='case_bottom_banner'> 18 <view class='case_bottom_banner'>
19 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 19 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
20 </view> 20 </view>
21 <view class='case_bottom_banner'> 21 <view class='case_bottom_banner'>
22 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 22 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
23 </view> 23 </view>
24 <view class='case_bottom_banner'> 24 <view class='case_bottom_banner'>
25 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 25 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
26 </view> 26 </view>
27 </view> 27 </view>
28 </view> 28 </view>
29 <view class='case_list'> 29 <view class='case_list'>
30 <view class='case_top'> 30 <view class='case_top'>
31 - <view class='case_title'>某政府科技金融中心</view> 31 + <view class='case_title' bindtap='jumpFun'>某政府科技金融中心</view>
32 <view class='case_lable_box'> 32 <view class='case_lable_box'>
33 <view class='case_lable_list'>政府</view> 33 <view class='case_lable_list'>政府</view>
34 <view class='case_lable_list'>工作效率</view> 34 <view class='case_lable_list'>工作效率</view>
@@ -37,23 +37,23 @@ @@ -37,23 +37,23 @@
37 </view> 37 </view>
38 </view> 38 </view>
39 <view class='case_list_content'> 39 <view class='case_list_content'>
40 - <image src='../images/case_list.png'></image> 40 + <image src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
41 </view> 41 </view>
42 <view class='case_bottom_list'> 42 <view class='case_bottom_list'>
43 <view class='case_bottom_banner'> 43 <view class='case_bottom_banner'>
44 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 44 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
45 </view> 45 </view>
46 <view class='case_bottom_banner'> 46 <view class='case_bottom_banner'>
47 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 47 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
48 </view> 48 </view>
49 <view class='case_bottom_banner'> 49 <view class='case_bottom_banner'>
50 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 50 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
51 </view> 51 </view>
52 </view> 52 </view>
53 </view> 53 </view>
54 <view class='case_list'> 54 <view class='case_list'>
55 <view class='case_top'> 55 <view class='case_top'>
56 - <view class='case_title'>某政府科技金融中心</view> 56 + <view class='case_title' bindtap='jumpFun'>某政府科技金融中心</view>
57 <view class='case_lable_box'> 57 <view class='case_lable_box'>
58 <view class='case_lable_list'>政府</view> 58 <view class='case_lable_list'>政府</view>
59 <view class='case_lable_list'>工作效率</view> 59 <view class='case_lable_list'>工作效率</view>
@@ -62,73 +62,26 @@ @@ -62,73 +62,26 @@
62 </view> 62 </view>
63 </view> 63 </view>
64 <view class='case_list_content'> 64 <view class='case_list_content'>
65 - <image src='../images/case_list.png'></image> 65 + <image src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
66 </view> 66 </view>
67 <view class='case_bottom_list'> 67 <view class='case_bottom_list'>
68 <view class='case_bottom_banner'> 68 <view class='case_bottom_banner'>
69 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 69 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
70 </view> 70 </view>
71 <view class='case_bottom_banner'> 71 <view class='case_bottom_banner'>
72 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 72 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
73 </view> 73 </view>
74 <view class='case_bottom_banner'> 74 <view class='case_bottom_banner'>
75 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image>  
76 - </view>  
77 - </view>  
78 - </view>  
79 - <view class='case_list'>  
80 - <view class='case_top'>  
81 - <view class='case_title'>某政府科技金融中心</view>  
82 - <view class='case_lable_box'>  
83 - <view class='case_lable_list'>政府</view>  
84 - <view class='case_lable_list'>工作效率</view>  
85 - <view class='case_lable_list'>业务分析</view>  
86 - <view class='case_lable_list'>快速报表</view>  
87 - </view>  
88 - </view>  
89 - <view class='case_list_content'>  
90 - <image src='../images/case_list.png'></image>  
91 - </view>  
92 - <view class='case_bottom_list'>  
93 - <view class='case_bottom_banner'>  
94 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image>  
95 - </view>  
96 - <view class='case_bottom_banner'>  
97 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image>  
98 - </view>  
99 - <view class='case_bottom_banner'>  
100 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image>  
101 - </view>  
102 - </view>  
103 - </view>  
104 - <view class='case_list'>  
105 - <view class='case_top'>  
106 - <view class='case_title'>某政府科技金融中心</view>  
107 - <view class='case_lable_box'>  
108 - <view class='case_lable_list'>政府</view>  
109 - <view class='case_lable_list'>工作效率</view>  
110 - <view class='case_lable_list'>业务分析</view>  
111 - <view class='case_lable_list'>快速报表</view>  
112 - </view>  
113 - </view>  
114 - <view class='case_list_content'>  
115 - <image src='../images/case_list.png'></image>  
116 - </view>  
117 - <view class='case_bottom_list'>  
118 - <view class='case_bottom_banner'>  
119 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image>  
120 - </view>  
121 - <view class='case_bottom_banner'>  
122 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 75 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
123 </view> 76 </view>
124 <view class='case_bottom_banner'> 77 <view class='case_bottom_banner'>
125 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 78 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
126 </view> 79 </view>
127 <view class='case_bottom_banner'> 80 <view class='case_bottom_banner'>
128 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 81 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
129 </view> 82 </view>
130 <view class='case_bottom_banner'> 83 <view class='case_bottom_banner'>
131 - <image mode='widthFix' src='../images/case_bottom_list01.png'></image> 84 + <image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
132 </view> 85 </view>
133 </view> 86 </view>
134 </view> 87 </view>
@@ -136,11 +89,11 @@ @@ -136,11 +89,11 @@
136 <!-- 客服 --> 89 <!-- 客服 -->
137 <view class='chat_peo'> 90 <view class='chat_peo'>
138 <button open-type="contact" class='contacButton'> 91 <button open-type="contact" class='contacButton'>
139 - <image src='../images/chat_peo.png'></image> 92 + <image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
140 </button> 93 </button>
141 </view> 94 </view>
142 <!-- 返回顶部 --> 95 <!-- 返回顶部 -->
143 <view class='chat_peo return_top' > 96 <view class='chat_peo return_top' >
144 - <image src='../images/dingbu.png'></image> 97 + <image src='http://pjq0ww1cj.bkt.clouddn.com/dingbu.png'></image>
145 </view> 98 </view>
146 </view> 99 </view>
1 <!--index.wxml--> 1 <!--index.wxml-->
2 <view class="container"> 2 <view class="container">
3 <view class='imgPolytope'> 3 <view class='imgPolytope'>
4 - <image src='../images/shouye.png'></image> 4 + <image src='http://pjq0ww1cj.bkt.clouddn.com/shouye.png'></image>
5 </view> 5 </view>
6 <view class='index_title'> 6 <view class='index_title'>
7 <view class='title init' animation="{{slide_up1}}">数据分析及可视化</view> 7 <view class='title init' animation="{{slide_up1}}">数据分析及可视化</view>
8 <view class='content contentInit' animation="{{slide_up2}}">大数据探索商业价值的无限可能</view> 8 <view class='content contentInit' animation="{{slide_up2}}">大数据探索商业价值的无限可能</view>
9 </view> 9 </view>
10 <view class='drop_img' bindtap="tapName"> 10 <view class='drop_img' bindtap="tapName">
11 - <image src='../images/drop.png'></image> 11 + <image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
12 </view> 12 </view>
13 13
14 </view> 14 </view>
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 }, 9 },
10 "compileType": "miniprogram", 10 "compileType": "miniprogram",
11 "libVersion": "1.6.6", 11 "libVersion": "1.6.6",
12 - "appid": "wxd88427f7f68c3da4", 12 + "appid": "wx075f82a7ed2fc9c1",
13 "projectname": "rw", 13 "projectname": "rw",
14 "condition": { 14 "condition": {
15 "search": { 15 "search": {