ie8 兼容模式
ie8 标准渲染
应付金额 穿位
错误代码
<span class="span_em">应付金额:<em><span style="float: right;" id="rechargeMoney" value="${result.orderPaymentView.shouldPayMoney }">${result.orderPaymentView.shouldPayMoney }元</span></em></span>
更改后代码
<span class="span_em">应付金额:<em>${result.orderPaymentView.shouldPayMoney }元<span style="float: right;" id="rechargeMoney" value="${result.orderPaymentView.shouldPayMoney }"></span></em></span>
是兼容模式在解析<span>时占位及时在<span>标签外没有值也会占位