zhangsiya 11 сар өмнө
parent
commit
cd953fa8ae

+ 2 - 2
src/components/CustomerInfo.vue

@@ -20,7 +20,7 @@
     </div>
     <div class="info-content" v-loading="loading">
       <div class="item_" v-show="active === 1">
-        <div v-show="showProblemList && userInfo.isTourist !== 2">
+        <div v-show="showProblemList">
           <problemList :uid="userId" :list="clintProblemInfo.list" @back="viewMoreProblem"></problemList>
         </div>
         <div  v-show="!showProblemList">
@@ -39,7 +39,7 @@
             </div>
             <div v-else class="empty-text">暂无订阅</div>
           </Cell>
-          <Cell class="problem-tag-cell" v-if="clintProblemInfo.current_cycle && userInfo.isTourist !== 2">
+          <Cell class="problem-tag-cell" v-if="clintProblemInfo.current_cycle">
             <template #title>
               <span>用户问题标签</span>
               <span class="view-more" @click="viewMoreProblem(true)" v-if="clintProblemInfo.list.length > 0">更多<i class="el-icon-arrow-right"></i></span>