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: '',