首页工单 视频通话

This commit is contained in:
shidongli 2023-11-02 11:25:58 +08:00
parent da3919eed9
commit 84e039123a
2 changed files with 17 additions and 1 deletions

View File

@ -65,6 +65,14 @@
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/Industrialbutler/Industrialbutler",
"style" :
{
"navigationBarTitleText" : "视频通话",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {

View File

@ -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;