From 4c05c83588cdf21c1a8da3e41ad09dfc4f043b55 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 23 四月 2026 08:53:20 +0800
Subject: [PATCH] 支付宝支付ddd
---
small-program/App.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/small-program/App.vue b/small-program/App.vue
index b135e6e..cabc044 100644
--- a/small-program/App.vue
+++ b/small-program/App.vue
@@ -39,7 +39,7 @@
let res = await that.$u.api.getMemberInfo({})
if (res.code === 200) {
await that.$store.commit('setUserInfo', res.data)
- await that.$store.commit('setOpenid', res.data.openId)
+ await that.$store.commit('setOpenid', res.data.openid)
}
// 璁剧疆瀹氫綅
await that.checkLocationAuth()
--
Gitblit v1.9.3