Przeglądaj źródła

订单列表时间修改

zuypeng 1 rok temu
rodzic
commit
6b6b751cdb
1 zmienionych plików z 1 dodań i 1 usunięć
  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>