From 6131cd2e96c4e38c39de2fffe2fcfb789ba1ac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 2 Jun 2026 10:44:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=A7=A6=E5=BA=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/MyOrders/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/SellerDashboard/MyOrders/index.vue b/src/views/SellerDashboard/MyOrders/index.vue index 231158ee..72ecc38c 100644 --- a/src/views/SellerDashboard/MyOrders/index.vue +++ b/src/views/SellerDashboard/MyOrders/index.vue @@ -142,10 +142,9 @@ } list.value.push(obj) }) - total.value = res.total page.value++ - finish.value = page.value > total.value / size.value + finish.value = total.value <= list.value.length loading.value = false }) .catch(() => { From 70ddcb63d03bf73965eb54496aa9a3711bfc04f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 2 Jun 2026 11:40:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8D=96=E5=AE=B6=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E8=A3=81=E5=89=AA=E4=B8=8D=E8=B6=85=E5=87=BA=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index a75a6cc4..fc605652 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -51,7 +51,7 @@ :isProduct="isProduct" :url="data.url" :type="type" - :centerBox="isProduct" + :centerBox="isProduct || $attrs.centerBox" @change="(v) => (data.preview_url = v)" /> From 4dd1eab217686e441d0a8c4ec19eb7aafa4a221e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 2 Jun 2026 13:37:42 +0800 Subject: [PATCH 3/3] 1 --- src/views/SellerDashboard/Settings/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SellerDashboard/Settings/index.vue b/src/views/SellerDashboard/Settings/index.vue index a79d1a60..d4cecfe3 100644 --- a/src/views/SellerDashboard/Settings/index.vue +++ b/src/views/SellerDashboard/Settings/index.vue @@ -1,5 +1,5 @@