Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
bdideal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c2d1df72
authored
Mar 11, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段
parent
e28c5ef1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
57 additions
and
52 deletions
+57
-52
html/dynamic.html
+2
-2
html/index.html
+3
-3
html/productDetail.html
+1
-1
html/products.html
+9
-14
html/solution.html
+4
-4
js/tools.js
+38
-28
No files found.
html/dynamic.html
View file @
c2d1df72
...
...
@@ -188,7 +188,7 @@
'
<
a
href
=
"./dynamicDetail.html?id='+ item.id+'"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title item-title2"
>
' +
...
...
@@ -288,7 +288,7 @@
'
<
a
href
=
"./dynamicDetail.html?id='+ item.id+'"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title item-title2"
>
' +
...
...
html/index.html
View file @
c2d1df72
...
...
@@ -595,8 +595,8 @@
html
+=
'
<
div
class
=
"item"
>
' +
'
<
a
href
=
"./productDetail.html?id='+item.id +'"
>
'+
'
<
img
src
=
"'+ item.
imagesUrl
+'"
alt
=
""
><
/a>'
+
'
<
div
class
=
"item-title"
>
'+item.
proNam
e+'
<
/div>'
+
'
<
img
src
=
"'+ item.
thumb
+'"
alt
=
""
><
/a>'
+
'
<
div
class
=
"item-title"
>
'+item.
titl
e+'
<
/div>'
+
'
<
/div>
'
});
return
html
;
...
...
@@ -611,7 +611,7 @@
'
<
a
href
=
"./dynamicDetail.html?id='+ item.id+'"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title item-title2"
>
' +
...
...
html/productDetail.html
View file @
c2d1df72
...
...
@@ -181,7 +181,7 @@
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
/div></
div
>
';
...
...
html/products.html
View file @
c2d1df72
...
...
@@ -425,11 +425,11 @@
'
<
a
href
=
"./productDetail.html?id=' + item.id + '"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title"
>
' +
item.
proNam
e +
item.
titl
e +
'
<
/div>'
+
'
<
ul
class
=
"tag-list"
>
' +
(function (a) {
...
...
@@ -528,12 +528,12 @@
'
<
a
href
=
"./productDetail.html?id=' + item.id + '"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
// item.thumb +
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title"
>
' +
item.
proNam
e +
item.
titl
e +
// item.title +
'
<
/div>'
+
'
<
ul
class
=
"tag-list"
>
' +
...
...
@@ -569,10 +569,7 @@
// pagination: '.swiper-pagination'
});
// update();
$
.
ajax
({
type
:
'get'
,
url
:
"http://bdideal-cms.iyunfish.com/index.php?m=api&c=news&a=index&type=case"
}).
done
(
function
(
res
){
ideal
.
ajax
(
"product"
).
done
(
function
(
res
){
console
.
log
(
JSON
.
parse
(
res
))
var
res
=
JSON
.
parse
(
res
);
ideal
.
produtsList
=
res
.
data
;
...
...
@@ -586,14 +583,12 @@
html
+=
'
<
div
class
=
"menu-item"
>
' + item.catname + '
<
/div>
'
}
})
// $(".menu-list").html(html)
// update(createHtml(res.data[0].news))
// tab();
$
(
".menu-list"
).
html
(
html
)
update
(
createHtml
(
res
.
data
[
0
].
news
))
tab
();
})
})
update
()
function
update
(
html
)
{
$
(
'#swiper1'
)
...
...
html/solution.html
View file @
c2d1df72
...
...
@@ -370,11 +370,11 @@
'
<
a
href
=
"./productDetail.html?id=' + item.id + '"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title"
>
' +
item.
proNam
e +
item.
titl
e +
'
<
/div>'
+
'
<
ul
class
=
"tag-list"
>
' +
(function (a) {
...
...
@@ -473,11 +473,11 @@
'
<
a
href
=
"./productDetail.html?id=' + item.id + '"
>
' +
'
<
div
class
=
"img-container"
>
' +
'
<
img
src
=
"' +
item.
imagesUrl
+
item.
thumb
+
'"
alt
=
""
>
' +
'
<
/div>'
+
'
<
div
class
=
"item-title"
>
' +
item.
proNam
e +
item.
titl
e +
'
<
/div>'
+
'
<
ul
class
=
"tag-list"
>
' +
(function (a) {
...
...
js/tools.js
View file @
c2d1df72
...
...
@@ -42,76 +42,86 @@ this.ideal = this.ideal || {};
}
}
ideal
.
getUrlQuery
=
GetRequest
;
ideal
.
ajax
=
function
(
type
)
{
if
(
!
type
)
{
type
=
"product"
}
return
$
.
ajax
({
type
:
'get'
,
url
:
"http://bdideal-cms.iyunfish.com/index.php?m=api&c=news&a=index&type="
+
type
})
}
// 解决方案列表
// type 123 大数据可视化 | 数字展厅 | 数字互动展厅解决方案
ideal
.
produtsList
=
[
{
id
:
1
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro9.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro9.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
2
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro10.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro10.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
3
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro8.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro8.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
4
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro7.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro7.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
5
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro6.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro6.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
6
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro5.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro5.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
7
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro4.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro4.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
8
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro3.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro3.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
9
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro2.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro2.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
},
{
id
:
10
,
proNam
e
:
'隆基泰和大数据分析决策系统'
,
imagesUrl
:
'http://bdideal.com/asset/img/homepro1.jpg'
,
titl
e
:
'隆基泰和大数据分析决策系统'
,
thumb
:
'http://bdideal.com/asset/img/homepro1.jpg'
,
tags
:
[
'客群画像'
,
'视频直播'
,
'实时客流'
,
'动线热力图'
],
type
:
1
}
...
...
@@ -121,7 +131,7 @@ this.ideal = this.ideal || {};
id
:
1
,
title
:
'数字理想作为优秀被投企业受邀参加哈工创投三周年庆典'
,
date
:
'2019.01.21'
,
imagesUrl
:
'../img/dynamics1.png'
,
thumb
:
'../img/dynamics1.png'
,
type
:
'大数据'
,
images
:
[]
},
...
...
@@ -130,7 +140,7 @@ this.ideal = this.ideal || {};
title
:
'数字理想用120个昼夜在潼湖实现了一个小目标'
,
date
:
'2018.11.29'
,
type
:
'数据可视化'
,
imagesUrl
:
'../img/dynamics2.png'
,
thumb
:
'../img/dynamics2.png'
,
images
:
[]
},
{
...
...
@@ -138,14 +148,14 @@ this.ideal = this.ideal || {};
title
:
'可视化百人谈丨彭群生:可视化应成为辅助思维的有力工具'
,
date
:
'2019.02.15'
,
type
:
'数据可视化'
,
imagesUrl
:
'../img/dynamics3.png'
,
thumb
:
'../img/dynamics3.png'
,
images
:
[]
},
{
id
:
4
,
title
:
'《新闻1+1》大数据里,我们过了怎样的年?'
,
date
:
'2019.01.21'
,
imagesUrl
:
'../img/dynamics4.png'
,
thumb
:
'../img/dynamics4.png'
,
type
:
'大数据'
,
images
:
[]
},
...
...
@@ -153,7 +163,7 @@ this.ideal = this.ideal || {};
id
:
5
,
title
:
'数字理想作为优秀被投企业受邀参加哈工创投三周年庆典'
,
date
:
'2019.01.21'
,
imagesUrl
:
'../img/dynamics1.png'
,
thumb
:
'../img/dynamics1.png'
,
type
:
'大数据'
,
images
:
[]
},
...
...
@@ -162,7 +172,7 @@ this.ideal = this.ideal || {};
title
:
'数字理想用120个昼夜在潼湖实现了一个小目标'
,
date
:
'2018.11.29'
,
type
:
'数据可视化'
,
imagesUrl
:
'../img/dynamics2.png'
,
thumb
:
'../img/dynamics2.png'
,
images
:
[]
},
{
...
...
@@ -170,14 +180,14 @@ this.ideal = this.ideal || {};
title
:
'可视化百人谈丨彭群生:可视化应成为辅助思维的有力工具'
,
date
:
'2019.02.15'
,
type
:
'数据可视化'
,
imagesUrl
:
'../img/dynamics3.png'
,
thumb
:
'../img/dynamics3.png'
,
images
:
[]
},
{
id
:
8
,
title
:
'《新闻1+1》大数据里,我们过了怎样的年?'
,
date
:
'2019.01.21'
,
imagesUrl
:
'../img/dynamics4.png'
,
thumb
:
'../img/dynamics4.png'
,
type
:
'大数据'
,
images
:
[]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment