加载失败
{{item.itemname}}
编号:{{item.itemno}}
规格:{{item.spec}}
型号:{{item.model}}
品牌:{{item.brandname}}
领域:{{item.tradefield_shoppingcart}}
¥{{item.gradeprice}}/¥{{item.oldprice}}
选中
module.exports = {
checked: function (id, list) {
return list.some(function (v) {
return v == id
});
}
}