|
@@ -9,7 +9,7 @@ const {
|
|
|
} = require('./promise.js');
|
|
|
const $ = require("jquery");
|
|
|
let TxtICon = require('./../images/txtIcon.png')
|
|
|
-let VedioIcon = require('./../images/VedioIcon.png')
|
|
|
+let VedioIcon = require('./../images/vedioIcon.png')
|
|
|
|
|
|
if(isIe8()) {
|
|
|
let reg = /undefined/g
|
|
@@ -17,7 +17,6 @@ if(isIe8()) {
|
|
|
VedioIcon = VedioIcon.replace(reg, '')
|
|
|
}
|
|
|
const isLocal = window.location.hostname.indexOf('localhost') !=-1;
|
|
|
-console.log('isLocal',isLocal)
|
|
|
function getInfomation() {
|
|
|
var param = {
|
|
|
"type": getUrlArgObject('type'),
|
|
@@ -56,7 +55,6 @@ function getInfomation() {
|
|
|
// "padding": "0px 60px 50px 0px"
|
|
|
// });
|
|
|
if(param.type == 82 || param.type == 83){
|
|
|
- console.log('list',list)
|
|
|
for (var i = 0; i < list.length; i++) {
|
|
|
item = list[i];
|
|
|
let contentObj = JSON.parse(item.content)
|