mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 23:39:36 +08:00
1
This commit is contained in:
parent
15b652e41f
commit
ebbe3b8b4e
@ -299,9 +299,10 @@ Page({
|
||||
console.log('onShareAppMessage');
|
||||
let _this = this;
|
||||
let obj = _this.data.detail
|
||||
let title = `${obj.address + '/' + obj.floor}(${obj.room})${obj.repairName}`
|
||||
//
|
||||
let param = {
|
||||
title: obj.repairName,
|
||||
title,
|
||||
path: `/pages/reportRepair/assign/detail/detail?id=${obj.id}`,
|
||||
imageUrl: obj.visibleImg,
|
||||
}
|
||||
|
@ -239,9 +239,9 @@
|
||||
border-radius: 6rpx;
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
padding: 16rpx 34rpx;
|
||||
padding: 16rpx 38rpx;
|
||||
|
||||
font-size: 24rpx;
|
||||
font-size: 30rpx;
|
||||
color: white;
|
||||
background: #579ff8;
|
||||
}
|
||||
|
@ -184,7 +184,7 @@ Page({
|
||||
let param = {
|
||||
pageNum,
|
||||
pageSize,
|
||||
menu: '3', // 派单
|
||||
menu: _this.data.userData.dataType, // 角色
|
||||
type,
|
||||
}
|
||||
// 查询数据
|
||||
|
@ -191,7 +191,7 @@ Page({
|
||||
let param = {
|
||||
pageNum,
|
||||
pageSize,
|
||||
menu: '1', // 报修
|
||||
menu: _this.data.userData.dataType, // 角色
|
||||
type,
|
||||
}
|
||||
// 查询数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user