1
This commit is contained in:
@@ -141,10 +141,12 @@
|
||||
cartId: v.cartId, //购物车ID
|
||||
listingId: v.listingId, //资产ID
|
||||
title: v.title, //标题
|
||||
brand: v.shopName, //店铺名称
|
||||
cover: v.cover, //封面
|
||||
amount: v.price, //价格
|
||||
status: v.status, //状态
|
||||
date: v.addTime, //添加时间
|
||||
tags: v.productCategory, //标签
|
||||
checked: false
|
||||
}
|
||||
arr.push(obj)
|
||||
|
||||
Reference in New Issue
Block a user