Browse Source

fix: 未登录用户

zhangsiya 11 tháng trước cách đây
mục cha
commit
cd953fa8ae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/CustomerInfo.vue

+ 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>