mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-22 09:16:48 +08:00
feat:修改面授课
This commit is contained in:
@@ -136,6 +136,12 @@ const { data } =
|
||||
|
||||
console.log("data==----->", data);
|
||||
//作业倒计时
|
||||
// const state = reactive({
|
||||
// hour,
|
||||
// minute,
|
||||
// seconds,
|
||||
// });
|
||||
// const { hour, minute, seconds } = toRefs(state);
|
||||
let hour = ref(0);
|
||||
let minute = ref(0);
|
||||
let seconds = ref(0);
|
||||
|
||||
Reference in New Issue
Block a user