Sfoglia il codice sorgente

优化订单逻辑

max 6 mesi fa
parent
commit
a68b2afd53
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/cashier.vue

+ 3 - 3
src/views/cashier.vue

@@ -232,9 +232,9 @@ function signSort(args) {
 // http://localhost:8001/admin/dj/open/pvs/conversion-factors?currency=USDM&amount=100.00
 // http://localhost:8001/admin/dj/open/pvs/conversion-factors?currency=USDM&amount=100.00
 
 
 
 
-// onMounted(() => {
-//   getOrderInfo()
-// })
+onMounted(() => {
+  getOrderInfo()
+})
 </script>
 </script>
 
 
 <style scoped lang="less">
 <style scoped lang="less">