居民助手

This commit is contained in:
liuye
2024-01-05 17:36:07 +08:00
parent db7faeac8a
commit 537d27db17

View File

@@ -182,7 +182,7 @@ export default {
if(res.code == 0) {
this.voiceUrl = ''
this.voiceId = ''
res.data((item) => {
res.data.map((item) => {
if(item.sdkFileUrl) {
item.isPlay = false
}