问题修复

This commit is contained in:
”chenxuelian“
2023-02-01 21:56:58 +08:00
parent 22d4ab414a
commit 7b7a0126d2
4 changed files with 42 additions and 7 deletions

View File

@@ -77,7 +77,14 @@
ideasList: []
}
},
onLoad() {
onLoad(options) {
console.log(options)
if(options && options.index) {
console.log(options)
options.index = options.index - 1
this.tabChange(options)
return
}
this.getIdeasAndNeeds()
},
methods: {