From 7c79be72d2dcf072280b78584422c10228bb36ab Mon Sep 17 00:00:00 2001 From: Jruome <2559028966@qq.com> Date: Mon, 5 Jun 2023 14:02:59 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=20=E6=8E=A8=E5=B9=BF=E5=91=98=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/pages.json | 6 + yudao-ui-app/pages/users/promoter/index.vue | 515 ++++++++++++++++++++ 2 files changed, 521 insertions(+) create mode 100644 yudao-ui-app/pages/users/promoter/index.vue diff --git a/yudao-ui-app/pages.json b/yudao-ui-app/pages.json index cf7acbb29..5032ee311 100644 --- a/yudao-ui-app/pages.json +++ b/yudao-ui-app/pages.json @@ -452,6 +452,12 @@ "navigationBarTitleText": "登录" } }, + { + "path": "promoter/index", + "style": { + "navigationBarTitleText": "推广员申请" + } + }, { "path": "goods_comment_list/index", "style": { diff --git a/yudao-ui-app/pages/users/promoter/index.vue b/yudao-ui-app/pages/users/promoter/index.vue new file mode 100644 index 000000000..00592da7c --- /dev/null +++ b/yudao-ui-app/pages/users/promoter/index.vue @@ -0,0 +1,515 @@ + + +