首页工单 视频通话
This commit is contained in:
parent
da3919eed9
commit
84e039123a
@ -65,6 +65,14 @@
|
||||
"navigationBarTitleText": "个人信息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/Industrialbutler/Industrialbutler",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "视频通话",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user