zhangxinlei1996 3 жил өмнө
parent
commit
fedc6d1ecd

+ 1 - 1
src/web/templates/frontRouter/pc/dataFile/sess/orderDetail.html

@@ -142,7 +142,7 @@
                         var prodMoney = (order_money * 100) + (getCouponMoney * 100)
                         var insetDom = $('*[data-need-before-money]')
 
-                        $(".price").text("¥ " + formatMoney(prodMoney / 100) + "元");
+                        $(".price").text("¥ "+(r.data.order.original_price/100) + "元");
                         // 已取消和已退款订单不显示优惠信息
                         if (r.data.order.order_status != -2 && r.data.order.order_status != -3) {
                             if (getPayMoney) {