@@ -92,9 +92,6 @@
|
||||
<view class="hall-main">
|
||||
<text class="hall-name">{{ unit.name }}</text>
|
||||
<view class="hall-meta-row">
|
||||
<view class="floor-badge">
|
||||
<text class="floor-badge-text">业务单元</text>
|
||||
</view>
|
||||
<text class="hall-meta-text">{{ unit.guideStopCount }} 个讲解点</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -128,9 +125,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<text v-if="stop.description" class="stop-desc">{{ stop.description }}</text>
|
||||
<view class="hall-meta-row">
|
||||
<view v-if="stop.audioStatus !== 'READY'" class="hall-meta-row">
|
||||
<view class="floor-badge">
|
||||
<text class="floor-badge-text">{{ stop.audioStatus === 'READY' ? '可讲解' : '图文' }}</text>
|
||||
<text class="floor-badge-text">图文</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user