Browse Source

fix: 修复文章详情的豆瓣资源名称重复显示

小莫唐尼 4 months ago
parent
commit
90f6516f45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/article-douban/article-douban.vue

+ 1 - 1
components/article-douban/article-douban.vue

@@ -9,7 +9,7 @@
 				<view v-if="posterEmpty" class="poster round-2">无封面</view>
 				<image v-else class="poster round-2" :src="poster" mode="aspectFill" @error="onPosterError"></image>
 				<view class="box">
-					<view class="title text-overflow">{{ detail.spec.name }}{{ detail.spec.name }}</view>
+					<view class="title text-overflow">{{ detail.spec.name }}</view>
 					<view class="flex" style="align-items: center; margin-top: 12rpx">
 						<text class="text-size-s">评分:</text>
 						<tm-rate v-model="detail.spec.score / 2" color="orange" size="24" :margin="2" :num="5"></tm-rate>