Commit c2d1df72 by hank

字段

parent e28c5ef1
......@@ -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"> ' +
......
......@@ -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.proName+'</div>'+
' <img src="'+ item.thumb+'" alt=""></a>'+
'<div class="item-title">'+item.title+'</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"> ' +
......
......@@ -181,7 +181,7 @@
'<div class="img-container">' +
'<img src="' +
item.imagesUrl +
item.thumb +
'" alt="">' +
'</div>' +
'</div></div>';
......
......@@ -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.proName +
item.title +
'</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.proName +
item.title +
// 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;
......@@ -585,15 +582,13 @@
} else {
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')
......
......@@ -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.proName +
item.title +
'</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.proName +
item.title +
'</div>' +
'<ul class="tag-list">' +
(function (a) {
......
......@@ -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,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro9.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro9.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 2,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro10.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro10.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 3,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro8.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro8.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 4,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro7.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro7.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 5,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro6.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro6.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 6,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro5.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro5.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 7,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro4.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro4.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 8,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro3.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro3.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 9,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro2.jpg',
title: '隆基泰和大数据分析决策系统',
thumb: 'http://bdideal.com/asset/img/homepro2.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1
},
{
id: 10,
proName: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro1.jpg',
title: '隆基泰和大数据分析决策系统',
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: []
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment