Browse Source

余额记录时间显示错误

xiongzhu 3 năm trước cách đây
mục cha
commit
d263c06d25
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/user/Point.vue

+ 1 - 1
src/views/user/Point.vue

@@ -24,7 +24,7 @@
                 </div>
                 <div class="text2">
                     <span>编号:{{ item.id }}</span>
-                    <span> {{ getTime(item.payAt) }}</span>
+                    <span> {{ getTime(item.createdAt) }}</span>
                 </div>
             </div>
         </van-list>