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