删除console,更新readme

This commit is contained in:
kele
2023-09-04 17:19:39 +08:00
parent 568836a56e
commit 2a91f5bb46
4 changed files with 19 additions and 4 deletions
-1
View File
@@ -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();