Browse Source

删除console,更新readme

kele 1 year ago
parent
commit
2a91f5bb46

+ 19 - 0
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. 优化搜索组件

+ 0 - 1
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();

+ 0 - 1
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
 					}

+ 0 - 2
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)
 			}
 		}
 	}