diff --git a/src/api/yxStoreProductRelation.js b/src/api/yxStoreProductRelation.js index e69de29..b99f858 100644 --- a/src/api/yxStoreProductRelation.js +++ b/src/api/yxStoreProductRelation.js @@ -0,0 +1,27 @@ +import request from '@/utils/request' + +export function add(data) { + return request({ + url: 'api/yxStoreProductRelation', + method: 'post', + data + }) +} + +export function del(ids) { + return request({ + url: 'api/yxStoreProductRelation/', + method: 'delete', + data: ids + }) +} + +export function edit(data) { + return request({ + url: 'api/yxStoreProductRelation', + method: 'put', + data + }) +} + +export default { add, edit, del } diff --git a/src/views/shop/collect/index.vue b/src/views/shop/collect/index.vue new file mode 100644 index 0000000..e918bbd --- /dev/null +++ b/src/views/shop/collect/index.vue @@ -0,0 +1,145 @@ + + + + + diff --git a/src/views/shop/foot/index.vue b/src/views/shop/foot/index.vue index 8f0d44e..a1e5a25 100644 --- a/src/views/shop/foot/index.vue +++ b/src/views/shop/foot/index.vue @@ -41,9 +41,22 @@ + - - + + + + + + +