diff --git a/api/model/order.js b/api/model/order.js index 577ea14..fd5d279 100644 --- a/api/model/order.js +++ b/api/model/order.js @@ -27,6 +27,11 @@ const api = { url: '/order_common/invoice', method: 'POST', }, + //发票列表 + getInvoicePageList:{ + url: '/order_common/getInvoicePageList', + method: 'GET', + }, // 订单活动签到 signIn: { url: '/order_common/signIn', @@ -37,6 +42,11 @@ const api = { url: '/order_common/createOrder', method: 'POST', }, + //我主理的信息 + getTwoPageList: { + url: '/index_common/getTwoPageList', + method: 'GET', + } } export default api \ No newline at end of file diff --git a/api/model/zhaomu.js b/api/model/zhaomu.js index 12316aa..3d3cb5a 100644 --- a/api/model/zhaomu.js +++ b/api/model/zhaomu.js @@ -20,6 +20,11 @@ const api = { url: '/shop_common/getActivityMemberPageList', method: 'get', }, + //参与招募 + shopUserAuth: { + url: '/shop_common/shopUserAuth', + method: 'POST', + }, } export default api \ No newline at end of file diff --git a/components/cart/CardList.vue b/components/cart/CardList.vue index 4769395..8b38568 100644 --- a/components/cart/CardList.vue +++ b/components/cart/CardList.vue @@ -7,7 +7,7 @@ - + @@ -25,7 +25,7 @@ -