From df9890d55db6f07f0aa6f26c070a6a62745dcaef Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Mon, 6 Jan 2025 18:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E5=A4=8D=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/model/order.js | 10 ++++++++++ api/model/zhaomu.js | 5 +++++ components/cart/CardList.vue | 4 ++-- components/zhaomu/zhaomu-item.vue | 16 +++++++++++----- components/zhaomu/zlx-item.vue | 18 +++++++++--------- config.js | 8 ++++---- manifest.json | 2 +- pages_my/collection.vue | 2 +- pages_my/travelList.vue | 10 ++++++++-- pages_my/zlx-qiandao.vue | 4 ++-- pages_order/huodong-detail.vue | 2 +- pages_order/invoiceIssuance.vue | 15 +++++++++++++-- pages_order/invoiceRecords.vue | 36 ++++++++++++++++++++++++++---------- pages_order/lvyou-detail.vue | 2 +- pages_zlx/zlx-form.vue | 2 +- 15 files changed, 95 insertions(+), 41 deletions(-) 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 @@ -