Sfoglia il codice sorgente

Merge branch 'tech_pool_33'

hbchen 2 anni fa
parent
commit
488c0e9f67
3 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/question/MyList.vue
  2. 1 0
      src/views/sandBox/List.vue
  3. 1 0
      src/views/video/List.vue

+ 2 - 2
src/views/question/MyList.vue

@@ -61,9 +61,9 @@ let question = reactive({
 // 顶部导航栏
 const getBarList = async ()=>{
   await store.dispatch('getUserInfo')
-  question.selectKey = store.state.userInfo.is_inner==1?'Wait':'Replied'
   question.isUserResearcher = store.state.userInfo.is_inner==1&&store.state.userInfo.is_researcher==1 ? true:false
-  console.log(question.selectKey,question.isUserResearcher);
+  question.selectKey = question.isUserResearcher?'Distribute':'Replied'
+  // console.log(question.selectKey,question.isUserResearcher);
   const res = await apiBarTotal();
   if(res.code == 403){
       question.isAuthor=0

+ 1 - 0
src/views/sandBox/List.vue

@@ -584,6 +584,7 @@ onActivated(()=>{
                     background-color: #F6F6F6;
                     font-size: 16px;
                     margin-right: 30px;
+                    margin-bottom:10px;
                     cursor: pointer;
                     span{
                         font-family: 'PingFang SC';

+ 1 - 0
src/views/video/List.vue

@@ -393,6 +393,7 @@ onActivated(()=>{
                 background-color: #F6F6F6;
                 font-size: 16px;
                 margin-right: 30px;
+                margin-bottom:10px;
                 cursor: pointer;
             }
             .active{