diff --git a/apis/modules/order.js b/apis/modules/order.js index b463d66..85062cd 100644 --- a/apis/modules/order.js +++ b/apis/modules/order.js @@ -12,4 +12,7 @@ export const orderConfirm = (data) => { } export const orderSubmit = (data) => { return post('nakadai/order/order/submit', data) +} +export const page = (data) => { + return get('nakadai/platformOrder/page', data) } \ No newline at end of file diff --git a/other/clue/clue.vue b/other/clue/clue.vue new file mode 100644 index 0000000..b2f5f24 --- /dev/null +++ b/other/clue/clue.vue @@ -0,0 +1,201 @@ + + + + + diff --git a/other/procure/procure.vue b/other/procure/procure.vue index 3e5310f..8ccba2d 100644 --- a/other/procure/procure.vue +++ b/other/procure/procure.vue @@ -1,9 +1,12 @@