From e4dce854b6ca85e7914ff277624386325c720a02 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 21 Oct 2024 17:33:36 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=B8=8D=E5=A4=9F=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesOrder/pay-order/pay-order.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pagesOrder/pay-order/pay-order.vue b/pagesOrder/pay-order/pay-order.vue index 6acb4e9..0ed8f1b 100644 --- a/pagesOrder/pay-order/pay-order.vue +++ b/pagesOrder/pay-order/pay-order.vue @@ -177,8 +177,8 @@ function setUser(par) { console.log(option); const submitPar = { - masterId: option.masterId, - tableId: option.tableId, + tableId: order.tableId, + masterId: order.masterId, vipUserId: user.value.id ? user.value.id : '', type: user.value.id ? 0 : 1 //0 设置 1 取消 } From 4e68a0cda3ea21ad9381190e78de11896deef3f9 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 21 Oct 2024 17:34:39 +0800 Subject: [PATCH 02/10] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index d820985..2673ea5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -119,11 +119,11 @@ icon: '/static/indexImg/icon-work.svg', pageUrl: 'PAGES_WORK_INDEX', }, - { - title: '极速开票', - icon: '/static/indexImg/red-envelope.svg', - pageUrl: 'PAGES_INVOICE' - }, + // { + // title: '极速开票', + // icon: '/static/indexImg/red-envelope.svg', + // pageUrl: 'PAGES_INVOICE' + // }, { title: '排队', icon: '/static/indexImg/icon-line-up.svg', From 555570501c0342e47dcd2decfc5d081b99c29214 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 22 Oct 2024 09:51:21 +0800 Subject: [PATCH 03/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E5=AE=A2?= =?UTF-8?q?=E4=B8=8B=E5=8D=95=E5=88=86=E7=B1=BB=E6=A0=B7=E5=BC=8F=E9=99=90?= =?UTF-8?q?=E5=88=B6=E6=9C=80=E5=A4=A7=E4=B8=89=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesCreateOrder/index/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pagesCreateOrder/index/index.vue b/pagesCreateOrder/index/index.vue index b4f706c..a4c3aac 100644 --- a/pagesCreateOrder/index/index.vue +++ b/pagesCreateOrder/index/index.vue @@ -52,7 +52,7 @@ :scroll-top="data.scrollTop" :scroll-into-view="data.itemId"> - {{item.name}} + {{item.name}} Date: Tue, 22 Oct 2024 14:15:50 +0800 Subject: [PATCH 04/10] =?UTF-8?q?=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=AE=E5=A4=8D=E5=94=AE=E7=BD=84=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=85=B3=E9=97=AD=E6=95=B0=E6=8D=AE=E6=9C=AA=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageProduct/index/components/goods.vue | 7 +++---- pageProduct/index/index.vue | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pageProduct/index/components/goods.vue b/pageProduct/index/components/goods.vue index 0598bfd..7eb9cf3 100644 --- a/pageProduct/index/components/goods.vue +++ b/pageProduct/index/components/goods.vue @@ -52,7 +52,9 @@ @click="guigeClick(index)"> {{item.specSnap||item.name}} 上架中 - 已下架 + 已售罄 + 已下架 + - Date: Tue, 22 Oct 2024 14:21:35 +0800 Subject: [PATCH 05/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageCategory/edit-category/edit-category.vue | 79 ++++++++++++++------ 1 file changed, 55 insertions(+), 24 deletions(-) diff --git a/pageCategory/edit-category/edit-category.vue b/pageCategory/edit-category/edit-category.vue index 4358d90..13686b4 100644 --- a/pageCategory/edit-category/edit-category.vue +++ b/pageCategory/edit-category/edit-category.vue @@ -207,14 +207,15 @@ - + @@ -241,9 +242,11 @@ + + - -