From a0a743eb5490e9dbf8c7b061bbbc445b23a59bc5 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Fri, 26 Dec 2025 22:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E4=BF=A1=E6=81=AF=E6=8A=96?= =?UTF-8?q?=E9=9F=B3UID=E6=8D=A2=E6=88=90=E9=97=A8=E5=BA=97ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/my.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue index 3267a68..8f26e95 100644 --- a/src/pages/my/my.vue +++ b/src/pages/my/my.vue @@ -66,8 +66,8 @@ {{ storeInfo.name }} - 抖音uid: - {{ storeInfo.dy_uid || '-' }} + 门店ID: + {{ storeInfo.id }} 门店地址: @@ -155,8 +155,8 @@ const isLogin = ref(false) // 门店信息 const storeInfo = ref({ + id: 0, name: '', - dy_uid: '', address: '', business_hours: '', contact_phone: '',