Ver código fonte

订单列表时间修改

zuypeng 1 ano atrás
pai
commit
6b6b751cdb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages-order/list/index.vue

+ 1 - 1
src/pages-order/list/index.vue

@@ -21,7 +21,7 @@
               </view>
               <view class="wallet-item_body">
                 <text class="wallet-item_body-order">{{ item.orderId }}</text>
-                <text class="wallet-item_body-time">{{ fmtDateTime(item.createTime) }}</text>
+                <text class="wallet-item_body-time">{{ fmtDateTime(item.startTime) }}</text>
               </view>
             </view>
           </template>