소스 검색

nsy update .

ningsy 5 년 전
부모
커밋
f36f352cae
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/magnet/wxMagnet.html

+ 8 - 1
suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/magnet/wxMagnet.html

@@ -120,7 +120,14 @@
 		            field: 'url',
 		            title: '请求地址',
 		            width: '30%',
-		            align: "left"
+					align: "left",
+					formatter: function(value, item, index) {
+						if(item.magnetType =="1"){
+							return item.appletQrUrl;
+						}else {
+							return item.url;
+						}
+					}
 		        },
 				{
 					title: '磁贴类型',