提交修改

This commit is contained in:
daihh
2022-11-16 14:58:51 +08:00
parent f088eaa62a
commit b88a963320
2 changed files with 150 additions and 58 deletions

View File

@@ -3,7 +3,7 @@ const studyDurationKey='xus_duration';
const studyVideoSpeedKey='xus_video_speed';
const studyVideoKeyPre='xus_video';
/**保存播放速度*/
const setVideoSpeed=function(speed){
uni.setStorageSync(studyVideoSpeedKey,speed);
}