فهرست منبع

修改图片地址

zhangxc 5 سال پیش
والد
کامیت
78cce054a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      src/js/information.js

+ 1 - 3
src/js/information.js

@@ -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)