Karsa 3 жил өмнө
parent
commit
8794742092

+ 7 - 2
src/views/priceDriven/detail.vue

@@ -284,7 +284,7 @@ onUnmounted(() => {
           <div class="section">
             <h3>更新时间:</h3>
             <p class="time">
-              {{ info.modify_time }}
+              {{ moment(info.modify_time).format('YYYY年MM月DD日 ddd') }}
               <img
                 src="@/assets/pricedriven/new_ico.png"
                 alt=""
@@ -534,7 +534,7 @@ onUnmounted(() => {
   }
   .no-auth-wrap {
     text-align: center;
-    color: #f3a52f;
+    color: #999;
     margin-top: 150px;
     min-height: 200px;
     position: relative;
@@ -557,3 +557,8 @@ onUnmounted(() => {
   }
 }
 </style>
+<style lang="scss">
+  p[data-f-id="pbf"] {
+    display: none !important;
+  }
+</style>