阅读时间
This commit is contained in:
parent
f8680355ee
commit
462d9ba125
@ -8,7 +8,7 @@
|
||||
|
||||
<style>
|
||||
strong {
|
||||
font-weight: bold!important;;
|
||||
font-weight: bold!important;
|
||||
}
|
||||
.nodata{
|
||||
width:100%;
|
||||
|
||||
@ -164,7 +164,7 @@ const changeDialog=(type)=>{
|
||||
};
|
||||
if(type==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();
|
||||
}else if(type==2){
|
||||
dialogType.value=2;
|
||||
@ -172,7 +172,7 @@ const changeDialog=(type)=>{
|
||||
cdialog.value.openDialog();
|
||||
}else if(type==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();
|
||||
}else{
|
||||
dialogType.value=4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user