From 2a91f5bb46d3dca5fc8276461cf344a24f22dbe0 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Mon, 4 Sep 2023 17:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ sheep/ui/su-video/su-video.vue | 1 - .../uni-datetime-picker/calendar.vue | 1 - .../uni-datetime-picker.vue | 2 -- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1fae18e4..6604b6e8 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,25 @@ _(注意:演示环境已屏蔽管理权限和相关操作)_ - [ ] Typescript 重构; +### V1.8.2 更新简介 2023/09/4 +1. 添加 图片热区组件 +2. 添加 商品评论商家回复功能 +3. 优化 购物车性能 +4. 优化 搜索组件 +5. 优化 动态添加直播组件 +6. 优化 轮播图组件 +7. 优化 微信小程序订阅消息提醒时机 +8. 优化 移动小程序端客服bug +9. 优化 h5支付拉起微信或者支付宝客户端时,支付单查询过早的问题 +10. 优化 标题栏组件 +11. 优化 二级分类组件 +12. 优化 规格弹框,手动输入数量无法改变数量问题 +13. 优化 绑定手机号 +14. 重构 瀑布流商品 +15. 重构 小程序快捷登录 +16. 海报图片协议转换,自动识别https协议 +17. 升级依赖版本 + ### V1.8.1 更新简介 2023/03/18 1. 优化搜索组件 diff --git a/sheep/ui/su-video/su-video.vue b/sheep/ui/su-video/su-video.vue index 574f1acf..a1af8a5f 100644 --- a/sheep/ui/su-video/su-video.vue +++ b/sheep/ui/su-video/su-video.vue @@ -132,7 +132,6 @@ const beforePlay = () => { uni.getNetworkType({ success: (res) => { - console.log(res.networkType, 'res.networkType'); const networkType = res.networkType; // if (networkType === 'wifi' || networkType === 'ethernet') { // startPlay(); diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue index f05adaf2..e0a1f09f 100644 --- a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue @@ -247,7 +247,6 @@ if (!this.range) { this.time = newVal } else { - // console.log('-----', newVal); this.timeRange.startTime = newVal.start this.timeRange.endTime = newVal.end } diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue index ea008579..91741815 100644 --- a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue @@ -769,10 +769,8 @@ }, leftMonthSwitch(e) { - // console.log('leftMonthSwitch 返回:', e) }, rightMonthSwitch(e) { - // console.log('rightMonthSwitch 返回:', e) } } }