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