From 86773d61655cd653b3feb70401aa2edf242aa29c Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Fri, 08 Jan 2021 18:19:56 +0800 Subject: [PATCH] 忘记密码 --- hive-app/common/jssdk/utils.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hive-app/common/jssdk/utils.js b/hive-app/common/jssdk/utils.js index 95d941b..f370c9e 100644 --- a/hive-app/common/jssdk/utils.js +++ b/hive-app/common/jssdk/utils.js @@ -80,7 +80,7 @@ }, formmatTime(fmt, date) { let ret; - if(uni.getSystemInfoSync().platform == 'ios'){ + if(uni.getSystemInfoSync().platform == 'ios' && date){ return date; } if(!date){ -- Gitblit v1.9.1