zuypeng 1 жил өмнө
parent
commit
6b6b751cdb

+ 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>