Jelajahi Sumber

音频样式优化

liyongli 4 tahun lalu
induk
melakukan
7fa2f0d6fd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/Detail/audio.vue

+ 1 - 1
src/components/Detail/audio.vue

@@ -13,7 +13,7 @@
     </div>
     <div v-if="item.id">
       <van-cell-group>
-        <van-cell :title="item.title" :value="item.publishTime" />
+        <van-cell :title="item.title" :label="item.publishTime" />
         <div
           @click="showIntrodu = !showIntrodu"
           :class="{ introduction: true, 'van-ellipsis': !showIntrodu }"