瀏覽代碼

优化订单逻辑

max 6 月之前
父節點
當前提交
a68b2afd53
共有 1 個文件被更改,包括 3 次插入3 次删除
  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
 
 
-// onMounted(() => {
-//   getOrderInfo()
-// })
+onMounted(() => {
+  getOrderInfo()
+})
 </script>
 
 <style scoped lang="less">