From 34637def9189f08186b78d768d874ff23ae42ac7 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 22 Aug 2025 17:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=98=AF=E8=AE=A2=E5=8D=95=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index 98cbb0a..189c248 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -297,7 +297,7 @@ export default { }, goToAgentBenefits() { uni.showToast({ - title: '代理权益', + title: '我的订单', icon: 'none', }) },