diff --git a/src/components/http/order.vue b/src/components/http/order.vue index 5d2946a..787697d 100644 --- a/src/components/http/order.vue +++ b/src/components/http/order.vue @@ -58,7 +58,6 @@ export default { get() { this.$api.post(this.$api.phpURL + "http/admin/get_order_list", this.searchModel).then(res => { this.retData = res; - console.log(res) }); }, } diff --git a/src/components/http/payments.vue b/src/components/http/payments.vue new file mode 100644 index 0000000..1f6d79b --- /dev/null +++ b/src/components/http/payments.vue @@ -0,0 +1,44 @@ + + diff --git a/src/components/user/index.vue b/src/components/user/index.vue index ac04296..fcfbbf7 100644 --- a/src/components/user/index.vue +++ b/src/components/user/index.vue @@ -32,6 +32,7 @@ --> +