Skip to content

Commit

Permalink
删除console,更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keleSalt committed Sep 4, 2023
1 parent 568836a commit 2a91f5b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 优化搜索组件
Expand Down
1 change: 0 additions & 1 deletion sheep/ui/su-video/su-video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@
if (!this.range) {
this.time = newVal
} else {
// console.log('-----', newVal);
this.timeRange.startTime = newVal.start
this.timeRange.endTime = newVal.end
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -769,10 +769,8 @@
},
leftMonthSwitch(e) {
// console.log('leftMonthSwitch 返回:', e)
},
rightMonthSwitch(e) {
// console.log('rightMonthSwitch 返回:', e)
}
}
}
Expand Down

0 comments on commit 2a91f5b

Please sign in to comment.