'学习模式处改成下拉框'

This commit is contained in:
fooperage
2023-02-02 22:36:21 +08:00
parent 4c1d917570
commit 9e03c2db7c
2 changed files with 27 additions and 23 deletions

View File

@@ -95,15 +95,6 @@ export default {
type: Object
}
},
// watch:{
// unlockModeVisible(val){
// if(val){
// for(let key in this.formData){
// this.formData[key] = this.routerInfo[key]
// }
// }
// }
// },
setup(props, ctx) {
console.log("获取属性",props)
const state = reactive({
@@ -112,12 +103,12 @@ export default {
type: 1,
text: "自由学习模式",
},
// {
// type: 2,
// text: "按学习时间解锁",
// },
{
type: 2,
text: "按学习时间解锁",
},
{
type: 3,
text: "闯关模式",
},
],