diff --git a/package.json b/package.json index d843b6d..52b2eb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.2.34", + "version": "1.2.36", "type": "module", "scripts": { "dev": "vite", diff --git a/src/api/shop.js b/src/api/shop.js index c16a86d..1d859c5 100644 --- a/src/api/shop.js +++ b/src/api/shop.js @@ -223,4 +223,28 @@ export function manualMerchantIncom(params) { url: `/merchantChannel/manualMerchantIncom`, params }) -} \ No newline at end of file +} + +/** + * 营业执照信息 + * @returns + */ +export function merchLicense(userId) { + return request({ + method: 'get', + url: `/merchantInfo/detail/merchLicense/${userId}` + }) +} + +/** + * 更改营业执照信息 + * @param {*} data + * @returns + */ +export function updatemerchLicense(data) { + return request({ + method: 'post', + url: '/merchantInfo/detail/updatemerchLicense', + data + }) +} diff --git a/src/views/organization/components/businessLicense.vue b/src/views/organization/components/businessLicense.vue new file mode 100644 index 0000000..5fe984a --- /dev/null +++ b/src/views/organization/components/businessLicense.vue @@ -0,0 +1,154 @@ + + + + \ No newline at end of file diff --git a/src/views/organization/components/settleInfo.vue b/src/views/organization/components/settleInfo.vue index 9f7584e..b45a7ad 100644 --- a/src/views/organization/components/settleInfo.vue +++ b/src/views/organization/components/settleInfo.vue @@ -40,7 +40,7 @@ - @@ -103,7 +103,7 @@ - diff --git a/src/views/organization/shop_detail.vue b/src/views/organization/shop_detail.vue index fb532d0..3e1cf50 100644 --- a/src/views/organization/shop_detail.vue +++ b/src/views/organization/shop_detail.vue @@ -9,10 +9,6 @@
-
@@ -68,12 +64,13 @@