订单号: <%= order.orderId %>
商品: <%= order.productName %>
金额: ¥ <%= (order.totalFee / 100).toFixed(2) %>