ningsy il y a 5 ans
Parent
commit
f36f352cae

+ 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: '磁贴类型',