diff --git a/src/api/shop.js b/src/api/shop.js index dd1f0e7..e5c2e3a 100644 --- a/src/api/shop.js +++ b/src/api/shop.js @@ -334,4 +334,28 @@ export function tbShopInfoPost(data, method = 'post') { }) } +/** + * 详情(配置三方支付) + * @returns + */ +export function tbMerchantThirdApply(shopId) { + return request({ + url: `/api/tbMerchantThirdApply/${shopId}`, + method: 'get' + }) +} + +/** + * 修改第三方配置 + * @returns + */ +export function tbMerchantThirdApplyPut(data) { + return request({ + url: `/api/tbMerchantThirdApply`, + method: 'put', + data + }) +} + + diff --git a/src/views/shop/components/detailModal.vue b/src/views/shop/components/detailModal.vue new file mode 100644 index 0000000..47a743b --- /dev/null +++ b/src/views/shop/components/detailModal.vue @@ -0,0 +1,107 @@ + + + + + \ No newline at end of file diff --git a/src/views/shop/list/index.vue b/src/views/shop/list/index.vue index 18c7711..8271744 100644 --- a/src/views/shop/list/index.vue +++ b/src/views/shop/list/index.vue @@ -69,14 +69,14 @@ @@ -88,15 +88,17 @@ @current-change="paginationChange" layout="total, sizes, prev, pager, next, jumper"> +