diff --git a/index.html b/index.html index 6576262..62a9c94 100644 --- a/index.html +++ b/index.html @@ -250,7 +250,7 @@
diff --git a/static/js/api/index.js b/static/js/api/index.js
index 41a04c7..583fb45 100644
--- a/static/js/api/index.js
+++ b/static/js/api/index.js
@@ -67,7 +67,7 @@ var friendsLinks = '/transaction/website/links'//查询网站底部友情链接
@param
dictType:0
*/
-var allViewCount = '/transaction/website/outproject/allViewCount'//查询挂牌项目浏览总次数
+var allViewCount = '/transaction/website/outproject/allViewCount'//查询交易项目浏览总次数
/*
@purl /transaction/website/outproject/{projectNumberArr}/{deptId}/{limit}
@@ -79,7 +79,7 @@ var allViewCount = '/transaction/website/outproject/allViewCount'//查询挂牌
deptId:行政区划部门ID
limit:需要获取的数据条数(如获取3条,参数设置为 3)
*/
-var webListing = '/transaction/website/outproject'//查询挂牌项目信息列表
+var webListing = '/transaction/website/outproject'//查询交易项目信息列表
/*
@purl /transaction/website/outproject/publicity/{deptId}/{limit}
diff --git a/static/js/api/items.js b/static/js/api/items.js
index ec6805e..ddbe446 100644
--- a/static/js/api/items.js
+++ b/static/js/api/items.js
@@ -1,5 +1,5 @@
/*--------------
-* 挂牌项目类
+* 交易项目类
-----------------*/
/*
@@ -33,14 +33,14 @@ var webDept = '/transaction/website/deptList'//标的物所在地
@param
id: 主键ID
*/
-var outProject = '/transaction/website/outproject'//挂牌项目基本信息
+var outProject = '/transaction/website/outproject'//交易项目基本信息
/*
@purl /transaction/website/transfer/{type}
@param
type: 传递字典类型参数,获取相应的字典值列表List
*/
-var Dictionaries = '/transaction/website/transfer'//挂牌项目字典
+var Dictionaries = '/transaction/website/transfer'//交易项目字典
/*
@purl /transaction/website/outproject/showImg/id/{id}
diff --git a/static/js/common/main.js b/static/js/common/main.js
index e19b1d2..2538fbd 100644
--- a/static/js/common/main.js
+++ b/static/js/common/main.js
@@ -1,167 +1,167 @@
-requirejs.config({
- urlArgs: "ver=1.0_" + (new Date).getTime(),
- baseUrl: '/static/js/',
- paths: {
- //第三方库的路径配置
- jquery: 'lib/jquery/jquery-1.9.1.min', //jquery
- bootstrap: 'lib/bootstrap/js/bootstrap.min', //bootstrap
- jqueryCookie: 'lib/jquery-cookie/jquery.cookie', //cookie插件
- template: 'lib/template/template', //模板引擎
- templaten: 'lib/template/template-native', //模板引擎-后端写法
- jqueryLazyload: 'lib/jQuery-plugins/jquery.lazyload.min', //图片延迟加载
- dialog: 'lib/dialog/dialog', //artDialog弹窗插件
- dialogConf: 'lib/dialog/dialog-config',
- drag: 'lib/dialog/drag',
- popup: 'lib/dialog/popup',
- swiper: 'lib/swiper/swiper.min', //焦点图插件
- nprogress: 'lib/nprogress/nprogress', //页面加载loading组件
- echarts: 'lib/echarts/echarts.min', //echarts组件
- laydata:'lib/laydata/laydata',
- paging:'lib/paging/page_common',//分页插件
- cupload:'lib/cupload/cupload',//上传图片插件
- dateTime:'lib/dateTime/dateTime.min',//时间选择器
- signature:'lib/jq-signature/jq-signature',
- WritingPad:'lib/jq-signature/WritingPad',
-
- //自己写的路径配置
- Tools: 'common/tools',
- addressApi: 'api/index', //所有Ajax接口存放地
- newApi: 'api/new', //新闻接口
- itemsApi: 'api/items', //挂牌项目接口
- biddingApi: 'api/bidding', //竞价大厅接口
- announApi: 'api/announcementList', //项目公告接口
- demandApi: 'api/demand', //个人供求接口
- policyApi: 'api/policy',//政策法规接口
- interactApi: 'api/interact',//互动交流接口
- user: 'api/user',//用户信息接口
- register:'api/register',//用户注册接口
- ajaxUploadImage:'lib/ajaxUpload/ajaxupload',//上传图片
- kindeditor:'lib/kindeditor/kindeditor-all',
- zhCN:'lib/kindeditor/lang/zh-CN',
- jsencrypt:'lib/jsencrypt/jsencrypt.min',//加密解密
- },
- shim: {
- bootstrap: {
- deps: ['jquery']
- },
- jqueryLazyload: {
- deps: ['jquery']
- },
- dialog: {
- deps: ['jquery', 'dialogConf', 'drag', 'popup'],
- exports: 'dialog'
- },
- swiper: {
- deps: ['jquery'],
- exports: 'swiper'
- },
- nprogress: {
- deps: ['jquery'],
- exports: 'nprogress'
- },
- paging: {
- deps: ['jquery'],
- exports: 'paging'
- },
- dateTime: {
- deps: ['jquery'],
- exports: 'dateTime'
- },
- ajaxUploadImage: {
- deps: ['jquery'],
- exports: 'ajaxUploadImage'
- },
- kindeditor: {
- deps: ['zhCN'],
- exports: 'kindeditor'
- },
- jsencrypt: {
- deps: ['jquery'],
- exports: 'jsencrypt'
- },
- // WritingPad: {
- // deps: ['jquery','signature'],
- // exports: 'WritingPad'
- // },
- }
-});
-
-//所有页面都需要的js,先行加载
-require(['jquery', 'addressApi']);
-
-// require(["jquery", "nprogress"], function ($, nprogress) {
-require(["jquery"], function ($) {
- //ajax加载页面跳转
- // $(document).ajaxStart(function () {
- // // $('.loading').show();
- // // nprogress.start();
- // }).ajaxStop(function () {
- // // $('.loading').hide();
- // // nprogress.done();
- // });
- //根据条件加载不同js文件
- var currentPage = $("#require-page").attr("current-page");
- var targetModule = $("#require-page").attr("target-module");
- if (targetModule) {
- // 页面加载完毕后再执行相关业务代码比较稳妥
- $(function () {
- require([targetModule], function (targetModule) {
- //不要在这里写业务代码
- //全部统一调用init方法
- //也就是每个模块都暴露一个init方法用于事件监听,页面内容加载等
- targetModule.init(currentPage);
- });
- });
- return;
- }
-})
-
-require(["jquery", "Tools","addressApi"], function ($, Tools) {
- var tools = new Tools();
- // document.getElementById('dress').onmouseover = function(){
- // document.getElementById('dressList').style.display = 'block';
- // };
- // document.getElementById('dressList').onmouseover = function(){
- // document.getElementById('dressList').style.display = 'block';
- // };
- // document.getElementById('dress').onmouseout = function(){
- // document.getElementById('dressList').style.display = 'none';
- // };
- // document.getElementById('dressList').onmouseout = function(){
- // document.getElementById('dressList').style.display = 'none';
- // };
- if(tools.getCookie('Admin-Token') != ''){
- document.getElementById('userInfo').style.display = 'block';
- document.getElementById('userLogin').style.display = 'none';
- document.getElementById('userRealName').innerHTML = tools.getCookie('userName');
- document.getElementById('userRealName2').innerHTML = tools.getCookie('userName');
- document.getElementById('userInfo').onmouseover = function(){
- document.getElementById('headHover').style.display = 'block';
- };
- document.getElementById('headHover').onmouseover = function(){
- document.getElementById('headHover').style.display = 'block';
- };
- document.getElementById('userInfo').onmouseout = function(){
- document.getElementById('headHover').style.display = 'none';
- };
- document.getElementById('headHover').onmouseout = function(){
- document.getElementById('headHover').style.display = 'none';
- };
- }else{
- document.getElementById('userLogin').style.display = 'block';
- }
-
- outLogin = function(){
- tools.removeAllCookie();
- }
-
- goIndex = function(){
- tools.skip('/');
- }
-
- searchAllNew = function () {
- var searchAllTitle = $('#searchAllTitle').val();
- tools.skip('view/new/newList.html?title='+searchAllTitle);
- }
-
-})
\ No newline at end of file
+requirejs.config({
+ urlArgs: "ver=1.0_" + (new Date).getTime(),
+ baseUrl: '/static/js/',
+ paths: {
+ //第三方库的路径配置
+ jquery: 'lib/jquery/jquery-1.9.1.min', //jquery
+ bootstrap: 'lib/bootstrap/js/bootstrap.min', //bootstrap
+ jqueryCookie: 'lib/jquery-cookie/jquery.cookie', //cookie插件
+ template: 'lib/template/template', //模板引擎
+ templaten: 'lib/template/template-native', //模板引擎-后端写法
+ jqueryLazyload: 'lib/jQuery-plugins/jquery.lazyload.min', //图片延迟加载
+ dialog: 'lib/dialog/dialog', //artDialog弹窗插件
+ dialogConf: 'lib/dialog/dialog-config',
+ drag: 'lib/dialog/drag',
+ popup: 'lib/dialog/popup',
+ swiper: 'lib/swiper/swiper.min', //焦点图插件
+ nprogress: 'lib/nprogress/nprogress', //页面加载loading组件
+ echarts: 'lib/echarts/echarts.min', //echarts组件
+ laydata:'lib/laydata/laydata',
+ paging:'lib/paging/page_common',//分页插件
+ cupload:'lib/cupload/cupload',//上传图片插件
+ dateTime:'lib/dateTime/dateTime.min',//时间选择器
+ signature:'lib/jq-signature/jq-signature',
+ WritingPad:'lib/jq-signature/WritingPad',
+
+ //自己写的路径配置
+ Tools: 'common/tools',
+ addressApi: 'api/index', //所有Ajax接口存放地
+ newApi: 'api/new', //新闻接口
+ itemsApi: 'api/items', //交易项目接口
+ biddingApi: 'api/bidding', //竞价大厅接口
+ announApi: 'api/announcementList', //项目公告接口
+ demandApi: 'api/demand', //个人供求接口
+ policyApi: 'api/policy',//政策法规接口
+ interactApi: 'api/interact',//互动交流接口
+ user: 'api/user',//用户信息接口
+ register:'api/register',//用户注册接口
+ ajaxUploadImage:'lib/ajaxUpload/ajaxupload',//上传图片
+ kindeditor:'lib/kindeditor/kindeditor-all',
+ zhCN:'lib/kindeditor/lang/zh-CN',
+ jsencrypt:'lib/jsencrypt/jsencrypt.min',//加密解密
+ },
+ shim: {
+ bootstrap: {
+ deps: ['jquery']
+ },
+ jqueryLazyload: {
+ deps: ['jquery']
+ },
+ dialog: {
+ deps: ['jquery', 'dialogConf', 'drag', 'popup'],
+ exports: 'dialog'
+ },
+ swiper: {
+ deps: ['jquery'],
+ exports: 'swiper'
+ },
+ nprogress: {
+ deps: ['jquery'],
+ exports: 'nprogress'
+ },
+ paging: {
+ deps: ['jquery'],
+ exports: 'paging'
+ },
+ dateTime: {
+ deps: ['jquery'],
+ exports: 'dateTime'
+ },
+ ajaxUploadImage: {
+ deps: ['jquery'],
+ exports: 'ajaxUploadImage'
+ },
+ kindeditor: {
+ deps: ['zhCN'],
+ exports: 'kindeditor'
+ },
+ jsencrypt: {
+ deps: ['jquery'],
+ exports: 'jsencrypt'
+ },
+ // WritingPad: {
+ // deps: ['jquery','signature'],
+ // exports: 'WritingPad'
+ // },
+ }
+});
+
+//所有页面都需要的js,先行加载
+require(['jquery', 'addressApi']);
+
+// require(["jquery", "nprogress"], function ($, nprogress) {
+require(["jquery"], function ($) {
+ //ajax加载页面跳转
+ // $(document).ajaxStart(function () {
+ // // $('.loading').show();
+ // // nprogress.start();
+ // }).ajaxStop(function () {
+ // // $('.loading').hide();
+ // // nprogress.done();
+ // });
+ //根据条件加载不同js文件
+ var currentPage = $("#require-page").attr("current-page");
+ var targetModule = $("#require-page").attr("target-module");
+ if (targetModule) {
+ // 页面加载完毕后再执行相关业务代码比较稳妥
+ $(function () {
+ require([targetModule], function (targetModule) {
+ //不要在这里写业务代码
+ //全部统一调用init方法
+ //也就是每个模块都暴露一个init方法用于事件监听,页面内容加载等
+ targetModule.init(currentPage);
+ });
+ });
+ return;
+ }
+})
+
+require(["jquery", "Tools","addressApi"], function ($, Tools) {
+ var tools = new Tools();
+ // document.getElementById('dress').onmouseover = function(){
+ // document.getElementById('dressList').style.display = 'block';
+ // };
+ // document.getElementById('dressList').onmouseover = function(){
+ // document.getElementById('dressList').style.display = 'block';
+ // };
+ // document.getElementById('dress').onmouseout = function(){
+ // document.getElementById('dressList').style.display = 'none';
+ // };
+ // document.getElementById('dressList').onmouseout = function(){
+ // document.getElementById('dressList').style.display = 'none';
+ // };
+ if(tools.getCookie('Admin-Token') != ''){
+ document.getElementById('userInfo').style.display = 'block';
+ document.getElementById('userLogin').style.display = 'none';
+ document.getElementById('userRealName').innerHTML = tools.getCookie('userName');
+ document.getElementById('userRealName2').innerHTML = tools.getCookie('userName');
+ document.getElementById('userInfo').onmouseover = function(){
+ document.getElementById('headHover').style.display = 'block';
+ };
+ document.getElementById('headHover').onmouseover = function(){
+ document.getElementById('headHover').style.display = 'block';
+ };
+ document.getElementById('userInfo').onmouseout = function(){
+ document.getElementById('headHover').style.display = 'none';
+ };
+ document.getElementById('headHover').onmouseout = function(){
+ document.getElementById('headHover').style.display = 'none';
+ };
+ }else{
+ document.getElementById('userLogin').style.display = 'block';
+ }
+
+ outLogin = function(){
+ tools.removeAllCookie();
+ }
+
+ goIndex = function(){
+ tools.skip('/');
+ }
+
+ searchAllNew = function () {
+ var searchAllTitle = $('#searchAllTitle').val();
+ tools.skip('view/new/newList.html?title='+searchAllTitle);
+ }
+
+})
diff --git a/static/js/project/bidding/biddingBigData.js b/static/js/project/bidding/biddingBigData.js
index 605cb2b..1da166a 100644
--- a/static/js/project/bidding/biddingBigData.js
+++ b/static/js/project/bidding/biddingBigData.js
@@ -16,7 +16,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
var tools = new Tools();
module.init = function (page) {
- //查询挂牌项目浏览总次数
+ //查询交易项目浏览总次数
// tools.doGet(biddingHallList + '/0/10', {}, module.biddingHallList, true);
tools.doGet(biddingList, {deptId:100}, module.biddingHallList,true);
//竞价大厅-滚动
@@ -175,4 +175,4 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/bidding/biddingBigDataDetail.js b/static/js/project/bidding/biddingBigDataDetail.js
index 87378c8..7147427 100644
--- a/static/js/project/bidding/biddingBigDataDetail.js
+++ b/static/js/project/bidding/biddingBigDataDetail.js
@@ -63,7 +63,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
tools.doGet(Dictionaries+'/bidding_type', {}, module.biddingTypeDictionaries,true);
//期满处理字典
tools.doGet(Dictionaries+'/bidding_direct', {}, module.biddingDirectDictionaries,true);
- //挂牌项目竞价记录
+ //交易项目竞价记录
tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true);
}
@@ -260,4 +260,4 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/bidding/biddingList.js b/static/js/project/bidding/biddingList.js
index 5293a3a..f38255f 100644
--- a/static/js/project/bidding/biddingList.js
+++ b/static/js/project/bidding/biddingList.js
@@ -150,7 +150,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT
document.getElementById('bannerBottom').src = '../../static/images/bannerBottom.jpg'
}
}
- //挂牌项目列表
+ //交易项目列表
module.biddingList = function (data) {
if (data.code == 200) {
console.log(data)
@@ -369,4 +369,4 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT
tools.skip('../listingItems/itemsDetail.html?id='+id);
}
return module;
-});
\ No newline at end of file
+});
diff --git a/static/js/project/index.js b/static/js/project/index.js
index d2738bd..3e0d292 100644
--- a/static/js/project/index.js
+++ b/static/js/project/index.js
@@ -1,833 +1,833 @@
-/**
- * Created by Administrator on 2021/4/5.
- */
-define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, template, Tools, echarts, swiper) {
- //数据存储
- var module = {
- data: {
- //服务器地址
- serverApi:'',
- //焦点图数据
- focusList: [],
- //焦点图数据
- focusListTop: [],
- //底部焦点图
- focusListNext:[],
- //新闻资讯数据
- newsInformationList: [],
- //政策法规数据
- policiesRegulationsList: [],
- //交易规则数据
- tradingRulesList: [],
- //资料下载数据
- dataDownloadList: [],
- //标的物所在地
- deptLocationList:[],
- //标的物类型
- deptTypeList:[],
- //网站配置信息
- webConfigInformationList:[],
- //底部友情链接
- friendsLinksList:[],
- //土地林地四荒地数据
- landListList:[],
- //集体资产数据
- collectiveAssetsList:[],
- //小型水利设施数据
- waterConservancyFacilitiesList:[],
- //农业生产设备数据
- productionEquipmentList:[],
- //挂牌项目总浏览次数
- allViewCountList:[],
- //成交公示数据
- announcementListList:[],
- //鉴证公告数据
- attestationList:[],
- //供应列表
- supplyDemandList:[],
- //需求列表
- supplyDemand2List:[]
- },
- //柱状图参数
- option: {
- xAxis: {
- type: 'category',
- axisLine: {
- show: true,
- lineStyle: {
- width: 1,
- type: "solid"
- }
- },
- axisLabel: { //设置x轴的字
- show: true,
- interval: 0,//使x轴横坐标全部显示
- textStyle: {//x轴字体样式
- margin: 15
- }
- },
- data: []
- },
- yAxis: {
- type: 'value',
- min: 400,
- max: 1000,
- splitNumber: 7,
- splitLine: {
- lineStyle: {
- type: 'dashed'
- }
- },
- axisLine: {
- show: true,
- lineStyle: {
- width: 1,
- type: "solid"
- }
- },
-
- },
- series: [{
- data: [],//实际值减300
- type: 'bar',
- itemStyle: {
- color: '#007b76'
- }
- }],
- grid: {
- height: 200,
- width: 230,
- top: '-5px'
- },
- tooltip: {
- trigger: "axis",
- axisPointer: {
- // 坐标轴指示器,坐标轴触发有效
- type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
- },
- },
- }
- };
- var tools = new Tools();
-
- module.init = function (page) {
- //获取焦点图信息
- tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true);
- //获取焦点图信息
- tools.doGet(websitePicture, {picType:2,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsPC , true);
-
- //获取焦点图信息
- tools.doGet(websiteNew + '/1/0/4', {}, module.focusNews , true);
-
- //新闻资讯
- tools.doGet(websiteNew + '/2/0/6', {}, module.NewsInformation , true);
-
- //政策法规
- tools.doGet(websiteNew + '/3/0/6', {}, module.policiesRegulations , true);
-
- //交易规则
- tools.doGet(websiteNew + '/4/0/6', {}, module.tradingRules , true);
-
- //资料下载
- tools.doGet(websiteNew + '/5/0/6', {}, module.dataDownload, true);
-
- //标的物所在地
- // tools.doGet(webDept, {deptId:''}, module.deptLocation , true);
-
- //标的物类型
- tools.doGet(webDeptType+"/project_type", {}, module.deptType, true);
-
- //标的物类型下拉菜单
- // tools.doGet(webDeptType+"/project_type", {}, module.deptTypeSelect, true);
-
- //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号)
- tools.getWebConfig();
-
- //底部友情链接
- tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
-
- //供应项目
- tools.doGet(itemsList, {projectNumber:'',pageSize:'5',pageNum:'1'}, module.itemList, true);
-
- //需求项目
- tools.doGet(needProjectList, {projectNumber:'',pageSize:'5',pageNum:'1'}, module.itemLists, true);
-
- //农业生产设备
- // tools.doGet(webListing + '/9/0/5', {}, module.productionEquipment, true);
-
- //小型水利设施
- // tools.doGet(webListing + '/8/0/5', {}, module.waterConservancyFacilities, true);
-
- //查询挂牌项目浏览总次数
- // tools.doGet(allViewCount + '/100', {}, module.allViewCount, true);
-
- //查询挂牌项目浏览总次数
- tools.doGet(announcementList + '/0/4', {}, module.announcementList, true);
-
- //查询挂牌项目浏览总次数
- tools.doGet(biddingHallList + '/0/100', {}, module.biddingHallList, true);
-
- //查询挂牌项目浏览总次数
- tools.doGet(attestationList + '/0/5', {}, module.attestationList, true);
-
- //个人供求
- tools.doGet(supplyDemand + '/100/1/5', {}, module.supplyDemand, true);
-
- tools.doGet(supplyDemand + '/100/2/5', {}, module.supplyDemand2, true);
-
- //互动交流
- tools.doGet(communicateList + '/100/5/notnull', {}, module.communicateList, true);
-
- //土地挂牌价格走势统计图
- // tools.doGet(statistics, {deptId: 100}, module.statisticsContent, true);
-
- //竞价大厅-滚动
- module.hallRolling();
- setTimeout(function(){
- //主题图片切换
- module.switchTheme();
- },500)
-
- };
-
- //主题图片切换
- module.switchTheme = function(){
- if(themeColor == 'red'){
- document.getElementById('centerBanner').src = './static/images/centerBanner_red.jpg'
- document.getElementById('bannerBottom').src = './static/images/bannerBottom_red.jpg'
- }else if(themeColor == 'green'){
- document.getElementById('centerBanner').src = './static/images/centerBanner.jpg'
- document.getElementById('bannerBottom').src = './static/images/bannerBottom.jpg'
- }
- }
-
- //焦点图数据
- module.focusNewsTop = function (data) {
-
- if (data.code == 200) {
-
- let focusArray = [];
-
- if(data.data.length<1){
- focusArray.push({
- picUrl:'../static/images/banner1.png'
- },{
- picUrl:'../static/images/banner2.png'
- },{
- picUrl:'../static/images/banner3.png'
- })
- }else{
- data.data.forEach(res=>{
- focusArray.push({
- picUrl:'/api'+res.picUrl
- })
- })
- }
-
- module.data.focusListTop = focusArray;
- var bannerFocusDataTop = template('bannerFocusDataTop', module.data);
- $("#bannerFocusTopContent").html(bannerFocusDataTop);
-
- new Swiper('#bannerFocusWrapTop', {
- paginationClickable: true,
- autoplay : 4000,
- loop:true
- })
-
- }
-
- }
-
- //焦点图数据
- module.focusNewsPC = function (data) {
- if (data.code == 200) {
- module.data.focusListPC = data.data;
- var bannerFocusDataPC = template('bannerFocusDataPC', module.data);
- $("#bannerFocusPCContent").html(bannerFocusDataPC);
- }
- }
-
- //焦点图数据
- module.focusNews = function (data) {
- if (data.code == 200) {
- var content = data.data;
- var focusList = [];
- for (var i = 0; i < content.length; i++) {
- var imgStrs = content[i].content.match(/