From 4d77b1c4019fc0cc02e486c718f259e0c28a66ba Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 4 Nov 2024 09:45:57 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- api/user/sessionApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/user/sessionApi.js b/api/user/sessionApi.js index 4c8859a..3abb260 100644 --- a/api/user/sessionApi.js +++ b/api/user/sessionApi.js @@ -127,7 +127,7 @@ export function _refreshWechatOpenId(options, appId) { }).then(_data => { if (_data.code == 0) { let _date = new Date(); - uni.setStorageSync("refreshUserOpenId", _data.getTime()); + uni.setStorageSync("refreshUserOpenId", _date.getTime()); window.location.href = _data.data.openUrl; return; }