zhjx 6 năm trước cách đây
mục cha
commit
a2e4fb4cae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      resources/views/web/order/result.blade.php

+ 2 - 2
resources/views/web/order/result.blade.php

xqd xqd
@@ -112,7 +112,7 @@
         choses += '<label class="col-xs-12 col-lg-4">'
         choses += '<span class="price" style="color:red">'+chose[i].price+'</span><input type="text" class="cprice" value="'+chose[i].name+'" name="xiangmu[]" disabled/>';
         choses += '</label>';
-        zonger += Number(chose[i].realPrice);
+        zonger += Number(chose[i].price);
         choses += '</div>'
     }
     for (var t = 0; t < tl; t++) {
@@ -122,7 +122,7 @@
         taocans += '</label>';
         taocans += '<div class="neirong">'+taocan[t].content+'</div>';
         taocans += '</div>'
-        zonger += Number(taocan[t].realPrice);
+        zonger += Number(taocan[t].youhui);
     }
     // for (var i = 0; i < cl; i++) {
     //     taocans += '<div class="col-lg-12 quest">'