From 74088d626aab3a7110cd732dc746b1b99fbdbdf3 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 11 Jan 2021 16:46:17 +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