This commit is contained in:
SelfRidicule 2024-08-20 14:48:02 +08:00
parent 15b652e41f
commit ebbe3b8b4e
4 changed files with 6 additions and 5 deletions

View File

@ -299,9 +299,10 @@ Page({
console.log('onShareAppMessage'); console.log('onShareAppMessage');
let _this = this; let _this = this;
let obj = _this.data.detail let obj = _this.data.detail
let title = `${obj.address + '/' + obj.floor}${obj.room}${obj.repairName}`
// //
let param = { let param = {
title: obj.repairName, title,
path: `/pages/reportRepair/assign/detail/detail?id=${obj.id}`, path: `/pages/reportRepair/assign/detail/detail?id=${obj.id}`,
imageUrl: obj.visibleImg, imageUrl: obj.visibleImg,
} }

View File

@ -239,9 +239,9 @@
border-radius: 6rpx; border-radius: 6rpx;
margin-right: 20rpx; margin-right: 20rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
padding: 16rpx 34rpx; padding: 16rpx 38rpx;
font-size: 24rpx; font-size: 30rpx;
color: white; color: white;
background: #579ff8; background: #579ff8;
} }

View File

@ -184,7 +184,7 @@ Page({
let param = { let param = {
pageNum, pageNum,
pageSize, pageSize,
menu: '3', // 派单 menu: _this.data.userData.dataType, // 角色
type, type,
} }
// 查询数据 // 查询数据

View File

@ -191,7 +191,7 @@ Page({
let param = { let param = {
pageNum, pageNum,
pageSize, pageSize,
menu: '1', // 报修 menu: _this.data.userData.dataType, // 角色
type, type,
} }
// 查询数据 // 查询数据