修复BUG

This commit is contained in:
kron
2025-11-06 11:29:08 +08:00
parent ae9ec4a7f7
commit 035171290c
2 changed files with 23 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ onBeforeUnmount(() => {
</script>
<template>
<Container title="应聘测试">
<Container title="音频测试">
<view class="container">
<view v-for="key in Object.keys(audioFils)" :key="key">
<text>{{ key }}</text>
@@ -47,5 +47,10 @@ onBeforeUnmount(() => {
align-items: center;
justify-content: space-between;
padding: 25rpx;
color: #fff;
border-bottom: 1rpx solid #fff9;
}
.container > view > button {
color: #fff;
}
</style>