From a401acc990e0f0c33724b82234f323b927de42f7 Mon Sep 17 00:00:00 2001 From: dengxiongfei Date: Thu, 13 Jan 2022 11:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=81=E4=BF=A1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/creditManagementApi.js | 16 ++++++++++ pages.json | 53 +++++++++++++++++-------------- pages/credit-management/index.vue | 52 ++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 24 deletions(-) create mode 100644 apis/creditManagementApi.js create mode 100644 pages/credit-management/index.vue diff --git a/apis/creditManagementApi.js b/apis/creditManagementApi.js new file mode 100644 index 0000000..8b3a8f8 --- /dev/null +++ b/apis/creditManagementApi.js @@ -0,0 +1,16 @@ +import http from '../utils/http/index.js' + +// 添加纸品 +export function addPaper(data) { + return http.post({ + url: '/base-paper-trading/create/product', + data + }) +} + +export function getPaperCategory(data) { + return http.get({ + url: '/base-paper-trading/get/product/category-list', + data + }) +} diff --git a/pages.json b/pages.json index 85267b6..0375b04 100644 --- a/pages.json +++ b/pages.json @@ -205,31 +205,36 @@ "navigationBarTitleText": "统一第三方页面", "enablePullDownRefresh": false } + }, + { + "path": "pages/store-settings/index", + "style": { + "navigationBarTitleText": "店铺设置", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/follow-up-records/index", + "style": { + "navigationBarTitleText": "跟进记录" + } + }, + { + "path": "pages/add-record/index", + "style": { + "navigationBarTitleText": "新增跟进记录", + "navigationStyle": "custom" + } + }, + { + "path": "pages/credit-management/index", + "style": { + "navigationBarTitleText": "征信管理", + "navigationStyle": "custom" + } } - ,{ - "path" : "pages/store-settings/index", - "style" : - { - "navigationBarTitleText": "店铺设置", - "navigationStyle": "custom", - "enablePullDownRefresh": false - } - - }, - { - "path": "pages/follow-up-records/index", - "style": { - "navigationBarTitleText": "跟进记录" - } - }, - { - "path": "pages/add-record/index", - "style": { - "navigationBarTitleText": "新增跟进记录", - "navigationStyle": "custom" - } - } - ], + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", diff --git a/pages/credit-management/index.vue b/pages/credit-management/index.vue new file mode 100644 index 0000000..22e5d69 --- /dev/null +++ b/pages/credit-management/index.vue @@ -0,0 +1,52 @@ + + + + +