Explorar o código

订单列表时间修改

zuypeng hai 1 ano
pai
achega
6b6b751cdb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>