chenhaozhe
2025-08-13 2b1caeb8defa28b2dc769da5ca23c77873eb36d9
utils/common.js
@@ -287,6 +287,11 @@
          }
      })
   }
   stringToBoolean(str) {
     // 忽略大小写的转换
     return str?.toLowerCase() === "true";
   }
    // uni-app 播放音频封装
    playSound(e) {