From df84660448a5f5d59d0e335c2dca9914dac63cca Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 18 Jul 2024 18:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 15 ++ pages/my/index.vue | 4 + pages/video/index.vue | 433 +++++++++++++++++++++++++++++++++++++++ pages/video/setVideo.vue | 299 +++++++++++++++++++++++++++ static/play.png | Bin 0 -> 2961 bytes 5 files changed, 751 insertions(+) create mode 100644 pages/video/index.vue create mode 100644 pages/video/setVideo.vue create mode 100644 static/play.png diff --git a/pages.json b/pages.json index d4f93c1..e9caab2 100644 --- a/pages.json +++ b/pages.json @@ -56,6 +56,21 @@ "navigationBarTitleText": "修改商家信息" } }, + { + "path": "pages/video/index", + "style": { + "navigationBarTitleText": "视频", + "app-plus": { + "titleNView": false + } + } + }, + { + "path": "pages/video/setVideo", + "style": { + "navigationBarTitleText": "发布视频" + } + }, { "path": "pages/index/currentIncome", "style": { diff --git a/pages/my/index.vue b/pages/my/index.vue index 9938ce0..f3001b3 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -230,6 +230,10 @@ 设置中心 + + + 视频 +