fixed cart
This commit is contained in:
parent
477009c020
commit
bce05bc40c
|
|
@ -111,10 +111,10 @@
|
||||||
var app = new Vue({
|
var app = new Vue({
|
||||||
el: "#app-cart",
|
el: "#app-cart",
|
||||||
data: {
|
data: {
|
||||||
products: @json($carts),
|
products: @json($data['carts']),
|
||||||
total_quantity: @json($quantity),
|
total_quantity: @json($data['quantity']),
|
||||||
amount: @json($amount),
|
amount: @json($data['amount']),
|
||||||
amount_format: @json($amount_format),
|
amount_format: @json($data['amount_format']),
|
||||||
},
|
},
|
||||||
// components: {},
|
// components: {},
|
||||||
// 计算属性
|
// 计算属性
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue