优化代码

This commit is contained in:
pengxiaolong
2025-07-29 14:23:27 +08:00
parent 36005c9604
commit 3eddd94922
38 changed files with 4423 additions and 20192 deletions

View File

@@ -379,6 +379,9 @@ export default {
onHide() {
this.onPage = false;
},
onUnload() {
this.onPage = false;
},
onLoad(options) {
this.recorderManager.onStop((res) => {
console.log("录音结束", res);
@@ -933,12 +936,14 @@ export default {
top: 120rpx;
width: 46rpx;
height: 46rpx;
z-index: 1;
z-index: 2;
}
.title {
position: fixed;
top: 120rpx;
left: 325rpx;
left:0;
right: 0;
text-align: center;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;