diff --git a/api/newFun.js b/api/newFun.js index da18d97..cf461ba 100644 --- a/api/newFun.js +++ b/api/newFun.js @@ -163,3 +163,15 @@ export const wuliuList = (param) => { export const updatePrice = (param) => { return request.post('storeKeeper/updatePrice', param) } +//地址智能识别 +export const analysis = (param) => { + return request.get('address/analysis', param) +} +//物流查询 +export const expressSearch = (param) => { + return request.get('order/expressSearch', param) +} +// 发货记录---店长 +export const deliveryList = (param) => { + return request.get('order/deliveryList', param) +} \ No newline at end of file diff --git a/pages.json b/pages.json index 95e4d22..f702626 100644 --- a/pages.json +++ b/pages.json @@ -1124,6 +1124,15 @@ "navigationBarTitleText": "物流查询" } }, + { + "path": "LogisticsDetails", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "custom", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "物流信息" + } + }, { "path": "vipPrice", "style": { diff --git a/pages/invoice/index.vue b/pages/invoice/index.vue index 19fe761..2654252 100644 --- a/pages/invoice/index.vue +++ b/pages/invoice/index.vue @@ -29,11 +29,12 @@ +添加发票抬头 - + 暂无相关信息 + + diff --git a/pages/news3/LogisticsInquiry.vue b/pages/news3/LogisticsInquiry.vue index 9bba494..0861f8b 100644 --- a/pages/news3/LogisticsInquiry.vue +++ b/pages/news3/LogisticsInquiry.vue @@ -1,32 +1,30 @@