diff --git a/api/address.js b/api/address.js index c646854..976740c 100644 --- a/api/address.js +++ b/api/address.js @@ -50,4 +50,8 @@ export const remove = (addressId) => { // 收货地址智能解析 export const analysis = (content) => { return request.get(api.analysis, { content }) +} +// 省市区 +export const province = (param) => { + return request.get('region/tree', param) } \ No newline at end of file diff --git a/pages/invoice/index.vue b/pages/invoice/index.vue index 2654252..123c5fc 100644 --- a/pages/invoice/index.vue +++ b/pages/invoice/index.vue @@ -29,7 +29,6 @@ +添加发票抬头 - 暂无相关信息 diff --git a/pages/news/goods/batchdel.vue b/pages/news/goods/batchdel.vue index f204f48..e75eae0 100644 --- a/pages/news/goods/batchdel.vue +++ b/pages/news/goods/batchdel.vue @@ -116,7 +116,15 @@ } - diff --git a/pages/news/goods/classify.vue b/pages/news/goods/classify.vue index 5407be0..1df0bfa 100644 --- a/pages/news/goods/classify.vue +++ b/pages/news/goods/classify.vue @@ -1,205 +1,291 @@ -