From edcdab175aac758d855e245a74bb1a4bb4f91d60 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 26 Jan 2025 17:17:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pos=E5=88=B7=E5=8D=A1=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=96=B0=E5=A2=9E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/invest/posmachine.js | 9 ++ src/views/invest/posadvice/index.vue | 180 +++++++++++++++++++++++++++ 2 files changed, 189 insertions(+) create mode 100644 src/views/invest/posadvice/index.vue diff --git a/src/api/invest/posmachine.js b/src/api/invest/posmachine.js index 0ce79af..c15a88d 100644 --- a/src/api/invest/posmachine.js +++ b/src/api/invest/posmachine.js @@ -42,3 +42,12 @@ export function delPosmachine(id) { method: 'delete' }) } + +// 查询信用卡刷pos机信息列表 +export function creditPosList(query) { + return request({ + url: '/invest/posmachine/creditPosList', + method: 'get', + params: query + }) +} diff --git a/src/views/invest/posadvice/index.vue b/src/views/invest/posadvice/index.vue new file mode 100644 index 0000000..917af77 --- /dev/null +++ b/src/views/invest/posadvice/index.vue @@ -0,0 +1,180 @@ + + +