阅读时间

This commit is contained in:
zoujiandong 2025-03-13 09:31:46 +08:00
parent f8680355ee
commit 462d9ba125
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<style> <style>
strong { strong {
font-weight: bold!important;; font-weight: bold!important;
} }
.nodata{ .nodata{
width:100%; width:100%;

View File

@ -164,7 +164,7 @@ const changeDialog=(type)=>{
}; };
if(type==1){ if(type==1){
dialogType.value=1; dialogType.value=1;
dialog_message.value='阅读时长满足'+read_duration.value/60+'分钟可获得'+complete_read.value+unit+'、留言入选优质点评有机会获得'+first_high_quality.value+unit+',是否继续学习?'; dialog_message.value='阅读时长满足'+read_duration.value/60+'分钟可获得'+complete_read_time.value+unit+'、留言入选优质点评有机会获得'+first_high_quality.value+unit+',是否继续学习?';
cdialog.value.openDialog(); cdialog.value.openDialog();
}else if(type==2){ }else if(type==2){
dialogType.value=2; dialogType.value=2;
@ -172,7 +172,7 @@ const changeDialog=(type)=>{
cdialog.value.openDialog(); cdialog.value.openDialog();
}else if(type==3){ }else if(type==3){
dialogType.value=3; dialogType.value=3;
dialog_message.value='阅读时长满足'+read_duration.value/60+'分钟可获得'+complete_read.value+unit+',是否继续学习?' dialog_message.value='阅读时长满足'+read_duration.value/60+'分钟可获得'+complete_read_time.value+unit+',是否继续学习?'
cdialog.value.openDialog(); cdialog.value.openDialog();
}else{ }else{
dialogType.value=4; dialogType.value=4;