浏览代码

音频样式优化

liyongli 4 年之前
父节点
当前提交
7fa2f0d6fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }"