From 950bdb2b10ef9f3b92198bb35047f4fc854c73cc Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 2 Dec 2024 14:19:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +- pages/verification/index.vue | 37 +- static/js/CommonFunction.js | 2 +- subPackages/user/infoFilling.vue | 478 +++++++++++++++++++++++--- subPackages/user/register.vue | 247 +++++++++----- subPackages/user/userInfo.vue | 569 +++++++++++++++++++++++++++++++ subPackages/video/index.vue | 41 +++ 7 files changed, 1217 insertions(+), 167 deletions(-) create mode 100644 subPackages/user/userInfo.vue create mode 100644 subPackages/video/index.vue diff --git a/pages.json b/pages.json index 7110695..733c14f 100644 --- a/pages.json +++ b/pages.json @@ -54,9 +54,9 @@ } }, { - "path": "user/register", + "path": "user/userInfo", "style": { - "navigationBarTitleText": "注册信息" + "navigationBarTitleText": "请完善导游信息" } }, { @@ -65,6 +65,12 @@ "navigationBarTitleText": "账号密码" } }, + { + "path": "video/index", + "style": { + "navigationBarTitleText": "" + } + }, { "path": "order/orderList", "style": { diff --git a/pages/verification/index.vue b/pages/verification/index.vue index 10f3ce3..aa8be9a 100644 --- a/pages/verification/index.vue +++ b/pages/verification/index.vue @@ -132,9 +132,6 @@ + + diff --git a/subPackages/video/index.vue b/subPackages/video/index.vue new file mode 100644 index 0000000..01c3f25 --- /dev/null +++ b/subPackages/video/index.vue @@ -0,0 +1,41 @@ + + + + + + \ No newline at end of file