摘要: 项目中有联系客服的功能,我们需要在微信端接入网易七鱼客服系统,记录一下使用方法。 网易七鱼客服在线连接分为 服务异步加载(推荐)和 服务同步加载 1、服务异步加载(推荐) 我是在react的外层html中引入 <script> (function (w, d, n, a, j) { w[n] = w 阅读全文
posted @ 2019-09-23 16:10 aimmz 阅读(655) 评论(0) 推荐(0) 编辑
摘要: function Date2Week(value){ const day = new Date(Date.parse(value.replace(/-/g, '/'))); const today = ["周日", "周一", "周二", "周三", "周四", "周五", "周六"]; retur 阅读全文
posted @ 2019-09-23 15:50 aimmz 阅读(984) 评论(0) 推荐(0) 编辑