修改语音播放等三个bug

This commit is contained in:
田岩
2025-09-08 20:41:33 +08:00
5 changed files with 1001 additions and 991 deletions
+8
View File
@@ -35,6 +35,14 @@ export const insertTraAskFeedback = (data) => {
data
});
};
// 取消反馈 取消踩 /traAskFeedback/updateDownvoteStat
export const updateDownvoteStat = (data) => {
return request({
url: '/traask/traAskFeedback/updateDownvoteStat',
method: 'post',
data
});
};
// 赞 /取消赞/traAskFeedback/updateDownvoteStat
export const updateLikeStat = (data) => {
return request({
-7
View File
@@ -88,15 +88,8 @@ watch(
}
)
const mdText = computed(() => {
//#ifndef APP-PLUS
// h5 假数据
let _text = (props.dataInfo?.talkingText|| '').replace(/\\n/g, `\n`);
return _text
// #endif
//#ifdef APP-PLUS
return (props.dataInfo?.talkingText|| '')
// #endif
})
const fileList = computed(() => props.dataInfo?.talkingFiles || [])
const crsList = computed(() => props.dataInfo?.talkingCrsList || [])
+953 -983
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -88,6 +88,7 @@ export default {
padding-top: 10rpx;
line-height: 46rpx;
box-sizing: border-box;
background-color: #fff;
font-weight: 500;
color: #000;
position: fixed;