Function GetRelativeList(LabelStyle) If FCls.RefreshType="Content" Then GetRelativeList=GetGenericList(LabelStyle) Else GetRelativeList="相关链接标签只能放在内容页模板!" End If End Function
改成
Function GetRelativeList(LabelStyle) GetRelativeList=GetGenericList(LabelStyle) End Function