From d0378c7fce817dff8d8a180ea4d23b11bda6d1bc Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 22 八月 2025 11:10:40 +0800
Subject: [PATCH] 前端
---
small-program/store/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/small-program/store/index.js b/small-program/store/index.js
index 337989e..af4c2ea 100644
--- a/small-program/store/index.js
+++ b/small-program/store/index.js
@@ -16,7 +16,7 @@
statusbarHeight: statusbarHeight || '',
userInfo: userInfo || {},
token: token || '',
- openid: token || '',
+ openid: openid || '',
latitude: '',
longitude: '',
--
Gitblit v1.9.3