Merge pull request '问题修复' (#75) from chenxuelian into dev

Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/75
This commit is contained in:
1171906056
2023-02-01 13:58:15 +00:00
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: {