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;