From 917cf312a09bb4973eb6417094a91758106e9a64 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 27 Aug 2024 16:02:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=87=AA=E7=99=BB=E9=99=86bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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; }