<s:if test="params.data.ticketPrice==0"> <p>无</p> </s:if> <s:else> <p>${params.data.ticketPrice} 元</p> </s:else>