From 6850c7d54745f18762346c677194e56e2dda5177 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 27 Mar 2024 18:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=88=86=E9=94=80?= =?UTF-8?q?=E5=95=86=E7=94=B3=E8=AF=B7=E8=BD=AC=E6=AD=A3=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 8 + pages.json | 6 + pages/user/index.vue | 7 +- pages/users/user_spread_user/formal.vue | 337 ++++++++++++++++++++++++ pages/users/user_spread_user/index.vue | 91 ++++--- 5 files changed, 413 insertions(+), 36 deletions(-) create mode 100644 pages/users/user_spread_user/formal.vue diff --git a/api/user.js b/api/user.js index d9598b5..d7942a0 100644 --- a/api/user.js +++ b/api/user.js @@ -715,6 +715,14 @@ export function writeOff(data) { export function vipExchangeCode(data) { return request.post("sVip/vipExchangeCode", data); } +// 分销商 - 申请转正信息提交 +export function brokerageApplyFormalPost(data) { + return request.post("user/brokerage_formal_info", data); +} +// 分销商 - 申请转正信息获取 +export function brokerageApplyFormalGet() { + return request.get("user/brokerage_formal_info"); +} diff --git a/pages.json b/pages.json index 3ee70ab..f21372c 100644 --- a/pages.json +++ b/pages.json @@ -248,6 +248,12 @@ "navigationBarTitleText": "我的推广" } }, + { + "path": "user_spread_user/formal", + "style": { + "navigationBarTitleText": "申请转正" + } + }, { "path": "user_spread_code/index", "style": { diff --git a/pages/user/index.vue b/pages/user/index.vue index 3d21106..df0451d 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -177,7 +177,7 @@ - + 运营中心 @@ -580,8 +580,9 @@ if(that.is_promoter == 1){ item.isShow = that.is_promoter == 1 && that.extension_status == 1 }else if(that.is_promoter == 0 ){ - item.isShow = that.is_promoter == 0 && that.extension_status == 1 - item.url="/pages/users/distributor/index" + item.isShow = false + // item.isShow = that.is_promoter == 0 && that.extension_status == 1 + // item.url="/pages/users/distributor/index" } } } diff --git a/pages/users/user_spread_user/formal.vue b/pages/users/user_spread_user/formal.vue new file mode 100644 index 0000000..d30000e --- /dev/null +++ b/pages/users/user_spread_user/formal.vue @@ -0,0 +1,337 @@ + + + + + diff --git a/pages/users/user_spread_user/index.vue b/pages/users/user_spread_user/index.vue index 3b71ec0..4630a13 100644 --- a/pages/users/user_spread_user/index.vue +++ b/pages/users/user_spread_user/index.vue @@ -31,30 +31,30 @@ 立即提现 - - - 推广名片 - - - - 推广人统计 - - - - 佣金明细 - - - - 推广人订单 - - - - - - - - - + + + 推广名片 + + + + 推广人统计 + + + + 佣金明细 + + + + 推广人订单 + + @@ -71,11 +71,9 @@