修改语音播放等三个bug
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user