fixed cart
This commit is contained in:
parent
477009c020
commit
bce05bc40c
|
|
@ -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: {},
|
||||
// 计算属性
|
||||
|
|
|
|||
Loading…
Reference in New Issue