fix: 功能完善。
This commit is contained in:
@@ -160,7 +160,7 @@
|
|||||||
<text class="info-label">系列</text>
|
<text class="info-label">系列</text>
|
||||||
<text class="info-value">{{ getSeriesLabel(item.series) }}</text>
|
<text class="info-value">{{ getSeriesLabel(item.series) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.remark">
|
<view class="info-item info-item-full" v-if="item.remark">
|
||||||
<text class="info-label">发行公告</text>
|
<text class="info-label">发行公告</text>
|
||||||
<text class="info-value">{{ item.remark }}</text>
|
<text class="info-value">{{ item.remark }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user