Commit c2d1df72 by hank

字段

parent e28c5ef1
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
'<a href="./dynamicDetail.html?id='+ item.id+'"> ' + '<a href="./dynamicDetail.html?id='+ item.id+'"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title item-title2"> ' + '<div class="item-title item-title2"> ' +
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
'<a href="./dynamicDetail.html?id='+ item.id+'"> ' + '<a href="./dynamicDetail.html?id='+ item.id+'"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title item-title2"> ' + '<div class="item-title item-title2"> ' +
......
...@@ -595,8 +595,8 @@ ...@@ -595,8 +595,8 @@
html += html +=
'<div class="item">' + '<div class="item">' +
'<a href="./productDetail.html?id='+item.id +'"> '+ '<a href="./productDetail.html?id='+item.id +'"> '+
' <img src="'+ item.imagesUrl+'" alt=""></a>'+ ' <img src="'+ item.thumb+'" alt=""></a>'+
'<div class="item-title">'+item.proName+'</div>'+ '<div class="item-title">'+item.title+'</div>'+
'</div>' '</div>'
}); });
return html; return html;
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
'<a href="./dynamicDetail.html?id='+ item.id+'"> ' + '<a href="./dynamicDetail.html?id='+ item.id+'"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title item-title2"> ' + '<div class="item-title item-title2"> ' +
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'</div></div>'; '</div></div>';
......
...@@ -425,11 +425,11 @@ ...@@ -425,11 +425,11 @@
'<a href="./productDetail.html?id=' + item.id + '"> ' + '<a href="./productDetail.html?id=' + item.id + '"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title"> ' + '<div class="item-title"> ' +
item.proName + item.title +
'</div>' + '</div>' +
'<ul class="tag-list">' + '<ul class="tag-list">' +
(function (a) { (function (a) {
...@@ -528,12 +528,12 @@ ...@@ -528,12 +528,12 @@
'<a href="./productDetail.html?id=' + item.id + '"> ' + '<a href="./productDetail.html?id=' + item.id + '"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
// item.thumb + // item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title"> ' + '<div class="item-title"> ' +
item.proName + item.title +
// item.title + // item.title +
'</div>' + '</div>' +
'<ul class="tag-list">' + '<ul class="tag-list">' +
...@@ -569,10 +569,7 @@ ...@@ -569,10 +569,7 @@
// pagination: '.swiper-pagination' // pagination: '.swiper-pagination'
}); });
// update(); // update();
$.ajax({ ideal.ajax("product").done(function(res){
type: 'get',
url: "http://bdideal-cms.iyunfish.com/index.php?m=api&c=news&a=index&type=case"
}).done(function(res){
console.log(JSON.parse(res)) console.log(JSON.parse(res))
var res = JSON.parse(res); var res = JSON.parse(res);
ideal.produtsList = res.data; ideal.produtsList = res.data;
...@@ -585,15 +582,13 @@ ...@@ -585,15 +582,13 @@
} else { } else {
html += '<div class="menu-item">' + item.catname + '</div>' html += '<div class="menu-item">' + item.catname + '</div>'
} }
}) })
// $(".menu-list").html(html) $(".menu-list").html(html)
// update(createHtml(res.data[0].news)) update(createHtml(res.data[0].news))
// tab(); tab();
}) })
update() update()
function update(html) { function update(html) {
$('#swiper1') $('#swiper1')
......
...@@ -370,11 +370,11 @@ ...@@ -370,11 +370,11 @@
'<a href="./productDetail.html?id=' + item.id + '"> ' + '<a href="./productDetail.html?id=' + item.id + '"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title"> ' + '<div class="item-title"> ' +
item.proName + item.title +
'</div>' + '</div>' +
'<ul class="tag-list">' + '<ul class="tag-list">' +
(function (a) { (function (a) {
...@@ -473,11 +473,11 @@ ...@@ -473,11 +473,11 @@
'<a href="./productDetail.html?id=' + item.id + '"> ' + '<a href="./productDetail.html?id=' + item.id + '"> ' +
'<div class="img-container">' + '<div class="img-container">' +
'<img src="' + '<img src="' +
item.imagesUrl + item.thumb +
'" alt="">' + '" alt="">' +
'</div>' + '</div>' +
'<div class="item-title"> ' + '<div class="item-title"> ' +
item.proName + item.title +
'</div>' + '</div>' +
'<ul class="tag-list">' + '<ul class="tag-list">' +
(function (a) { (function (a) {
......
...@@ -42,76 +42,86 @@ this.ideal = this.ideal || {}; ...@@ -42,76 +42,86 @@ this.ideal = this.ideal || {};
} }
} }
ideal.getUrlQuery = GetRequest; 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 大数据可视化 | 数字展厅 | 数字互动展厅解决方案 // type 123 大数据可视化 | 数字展厅 | 数字互动展厅解决方案
ideal.produtsList = [ ideal.produtsList = [
{ {
id: 1, id: 1,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro9.jpg', thumb: 'http://bdideal.com/asset/img/homepro9.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 2, id: 2,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro10.jpg', thumb: 'http://bdideal.com/asset/img/homepro10.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 3, id: 3,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro8.jpg', thumb: 'http://bdideal.com/asset/img/homepro8.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 4, id: 4,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro7.jpg', thumb: 'http://bdideal.com/asset/img/homepro7.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 5, id: 5,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro6.jpg', thumb: 'http://bdideal.com/asset/img/homepro6.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 6, id: 6,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro5.jpg', thumb: 'http://bdideal.com/asset/img/homepro5.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 7, id: 7,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro4.jpg', thumb: 'http://bdideal.com/asset/img/homepro4.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 8, id: 8,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro3.jpg', thumb: 'http://bdideal.com/asset/img/homepro3.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 9, id: 9,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro2.jpg', thumb: 'http://bdideal.com/asset/img/homepro2.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
}, },
{ {
id: 10, id: 10,
proName: '隆基泰和大数据分析决策系统', title: '隆基泰和大数据分析决策系统',
imagesUrl: 'http://bdideal.com/asset/img/homepro1.jpg', thumb: 'http://bdideal.com/asset/img/homepro1.jpg',
tags: ['客群画像', '视频直播', '实时客流', '动线热力图'], tags: ['客群画像', '视频直播', '实时客流', '动线热力图'],
type: 1 type: 1
} }
...@@ -121,7 +131,7 @@ this.ideal = this.ideal || {}; ...@@ -121,7 +131,7 @@ this.ideal = this.ideal || {};
id: 1, id: 1,
title: '数字理想作为优秀被投企业受邀参加哈工创投三周年庆典', title: '数字理想作为优秀被投企业受邀参加哈工创投三周年庆典',
date: '2019.01.21', date: '2019.01.21',
imagesUrl: '../img/dynamics1.png', thumb: '../img/dynamics1.png',
type: '大数据', type: '大数据',
images: [] images: []
}, },
...@@ -130,7 +140,7 @@ this.ideal = this.ideal || {}; ...@@ -130,7 +140,7 @@ this.ideal = this.ideal || {};
title: '数字理想用120个昼夜在潼湖实现了一个小目标', title: '数字理想用120个昼夜在潼湖实现了一个小目标',
date: '2018.11.29', date: '2018.11.29',
type: '数据可视化', type: '数据可视化',
imagesUrl: '../img/dynamics2.png', thumb: '../img/dynamics2.png',
images: [] images: []
}, },
{ {
...@@ -138,14 +148,14 @@ this.ideal = this.ideal || {}; ...@@ -138,14 +148,14 @@ this.ideal = this.ideal || {};
title: '可视化百人谈丨彭群生:可视化应成为辅助思维的有力工具', title: '可视化百人谈丨彭群生:可视化应成为辅助思维的有力工具',
date: '2019.02.15', date: '2019.02.15',
type: '数据可视化', type: '数据可视化',
imagesUrl: '../img/dynamics3.png', thumb: '../img/dynamics3.png',
images: [] images: []
}, },
{ {
id: 4, id: 4,
title: '《新闻1+1》大数据里,我们过了怎样的年?', title: '《新闻1+1》大数据里,我们过了怎样的年?',
date: '2019.01.21', date: '2019.01.21',
imagesUrl: '../img/dynamics4.png', thumb: '../img/dynamics4.png',
type: '大数据', type: '大数据',
images: [] images: []
}, },
...@@ -153,7 +163,7 @@ this.ideal = this.ideal || {}; ...@@ -153,7 +163,7 @@ this.ideal = this.ideal || {};
id: 5, id: 5,
title: '数字理想作为优秀被投企业受邀参加哈工创投三周年庆典', title: '数字理想作为优秀被投企业受邀参加哈工创投三周年庆典',
date: '2019.01.21', date: '2019.01.21',
imagesUrl: '../img/dynamics1.png', thumb: '../img/dynamics1.png',
type: '大数据', type: '大数据',
images: [] images: []
}, },
...@@ -162,7 +172,7 @@ this.ideal = this.ideal || {}; ...@@ -162,7 +172,7 @@ this.ideal = this.ideal || {};
title: '数字理想用120个昼夜在潼湖实现了一个小目标', title: '数字理想用120个昼夜在潼湖实现了一个小目标',
date: '2018.11.29', date: '2018.11.29',
type: '数据可视化', type: '数据可视化',
imagesUrl: '../img/dynamics2.png', thumb: '../img/dynamics2.png',
images: [] images: []
}, },
{ {
...@@ -170,14 +180,14 @@ this.ideal = this.ideal || {}; ...@@ -170,14 +180,14 @@ this.ideal = this.ideal || {};
title: '可视化百人谈丨彭群生:可视化应成为辅助思维的有力工具', title: '可视化百人谈丨彭群生:可视化应成为辅助思维的有力工具',
date: '2019.02.15', date: '2019.02.15',
type: '数据可视化', type: '数据可视化',
imagesUrl: '../img/dynamics3.png', thumb: '../img/dynamics3.png',
images: [] images: []
}, },
{ {
id: 8, id: 8,
title: '《新闻1+1》大数据里,我们过了怎样的年?', title: '《新闻1+1》大数据里,我们过了怎样的年?',
date: '2019.01.21', date: '2019.01.21',
imagesUrl: '../img/dynamics4.png', thumb: '../img/dynamics4.png',
type: '大数据', type: '大数据',
images: [] 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