From c17ed1fc7988cc548ffbeec011c423ec29f2a4ff Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 16 Jul 2024 23:02:59 +0800 Subject: [PATCH] uu --- common/api/user.js | 2 +- common/enum.js | 3 +- .../bpe-bindedpost-tmp.vue | 23 ++++++- pages/post/post.vue | 12 +++- pages/tabBar/search/search.vue | 4 +- pages/user/exclusiveCourier.vue | 69 ++++++++++--------- 6 files changed, 71 insertions(+), 42 deletions(-) diff --git a/common/api/user.js b/common/api/user.js index ee927e1..3fc5cc4 100644 --- a/common/api/user.js +++ b/common/api/user.js @@ -25,5 +25,5 @@ export const getListBindSalesmen = (data = {})=> { // 绑定业务员 export const bindSalesmen = (data = {})=> { - return coreRequest(url.bindSalesmen, data, {}) + return coreRequest(url.bindSalesmen, data, {}, "GET") } \ No newline at end of file diff --git a/common/enum.js b/common/enum.js index 7a407c2..63ca551 100644 --- a/common/enum.js +++ b/common/enum.js @@ -23,7 +23,8 @@ const dateRangeList = [ const pageEventNames = { globalClick: "globalClick", // 全局页面 click事件 - chooseAddress: "chooseAddress", // 地址选择 + chooseAddress: "chooseAddress", // 选择地址 + chooseEpm: "chooseEpm", // 选择快递小哥 addressSaveSuccess: "addressSaveSuccess", // 地址保存成功 } diff --git a/components/buns-post-edit-templates/bpe-bindedpost-tmp.vue b/components/buns-post-edit-templates/bpe-bindedpost-tmp.vue index a770c19..69e0d7e 100644 --- a/components/buns-post-edit-templates/bpe-bindedpost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-bindedpost-tmp.vue @@ -2,7 +2,7 @@ 您的专属快递员 - 李晓 + {{modelInfo.salesmen}} @@ -12,6 +12,8 @@ diff --git a/pages/post/post.vue b/pages/post/post.vue index 715aeef..755cbd5 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -3,13 +3,13 @@