Преглед изворни кода

报修管理图片显示路径修改

jichaobo пре 3 година
родитељ
комит
bc90aee3f1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      WebRoot/view/springhandle/scripts/springHandle.js

+ 1 - 1
WebRoot/view/springhandle/scripts/springHandle.js

@@ -2670,7 +2670,7 @@ Ext.onReady(function(){
 		 var title5 = document.createElement('img');
 			title5.setAttribute('class','SpringHandleTitle5');
 			title5.src='../../res/img/common/shangchaun.png';
-			title5.src=ConfirmStore[0].report_photos;
+			title5.src="https://qhome.usky.cn"+ConfirmStore[0].report_photos;
 			maintenanceCheckHtml21.appendChild(title5);	
 		 var title6 = document.createElement('div');
 			title6.setAttribute('class','SpringHandleTitle6');