diff --git "a/\347\254\254\344\272\214\345\244\251/car.html" "b/\347\254\254\344\272\214\345\244\251/car.html" index 1d20078..b58ae80 100644 --- "a/\347\254\254\344\272\214\345\244\251/car.html" +++ "b/\347\254\254\344\272\214\345\244\251/car.html" @@ -18,15 +18,15 @@ - {{product.name}} + {{product?.name}} - + - - + + - {{product.price}} - {{product.price*product.count}} + {{product?.price}} + {{product?.price*product?.count}} @@ -131,4 +131,4 @@ - \ No newline at end of file +