记得上下班打卡 | git大法好,push需谨慎

Commit ec061c7a authored by dongchun's avatar dongchun

修改商品的查询接口

parent cf26d87c
......@@ -281,14 +281,13 @@
})
};
function common (num) {
console.log(num, '?????')
let url = '';
let idField = '';
let keyField = '';
let effectiveFields = '';
let domData = '';
if (!num) {
url = ctx+'compilations/goodsList';
url = ctx+'compilations/goodsList?name=';
idField = 'spuId';
keyField = 'name';
effectiveFields = ['name'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment