提交
This commit is contained in:
@@ -4,11 +4,7 @@ import useQuestionStore from '@/jtools/store/question' //引入store
|
||||
export default {
|
||||
onLaunch: function () {
|
||||
useUserStore().queryVipList()
|
||||
if(useQuestionStore().curSubject=='1'){
|
||||
useQuestionStore().getOrderQuestion_sub1()
|
||||
}else if(useQuestionStore().curSubject=='4'){
|
||||
useQuestionStore().getOrderQuestion_sub4()
|
||||
}
|
||||
useQuestionStore().getAllQuestion()
|
||||
if(useUserStore().isLogin) {
|
||||
useUserStore().getUserInfo()
|
||||
useUserStore().searchUserVip()
|
||||
|
||||
Reference in New Issue
Block a user