fixed cart

This commit is contained in:
Edward Yang 2022-06-29 15:56:52 +08:00
parent 477009c020
commit bce05bc40c
1 changed files with 4 additions and 4 deletions

View File

@ -111,10 +111,10 @@
var app = new Vue({
el: "#app-cart",
data: {
products: @json($carts),
total_quantity: @json($quantity),
amount: @json($amount),
amount_format: @json($amount_format),
products: @json($data['carts']),
total_quantity: @json($data['quantity']),
amount: @json($data['amount']),
amount_format: @json($data['amount_format']),
},
// components: {},
// 计算属性