Explorar o código

音频样式优化

liyongli %!s(int64=4) %!d(string=hai) anos
pai
achega
7fa2f0d6fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }"