From 84e039123ab072d09608e29f9f46e95655a01410 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 2 Nov 2023 11:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B7=A5=E5=8D=95=20?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E9=80=9A=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++++++ pages/homepage/homepage.vue | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index cc9f6f5..8e496d5 100644 --- a/pages.json +++ b/pages.json @@ -65,6 +65,14 @@ "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false } + }, + { + "path" : "pages/Industrialbutler/Industrialbutler", + "style" : + { + "navigationBarTitleText" : "视频通话", + "enablePullDownRefresh" : false + } } ], "globalStyle": { diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index dc2614e..0f79014 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -246,6 +246,14 @@ } }) }, + // 视频通话 + govideo(item){ + console.log(item) + uni.navigateTo({ + url: `/pages/Industrialbutler/Industrialbutler?item=${JSON.stringify(item)}` + }) + + }, info() { this.query.pageNum = 1 getList(this.query).then(res => { @@ -456,7 +464,7 @@ height: 30rpx; .text { - width: 82rpx; + // width: 82rpx; height: 27rpx; font-size: 28rpx; font-weight: 500;