mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 00:49:37 +08:00
1
This commit is contained in:
parent
ebbe3b8b4e
commit
ad39807c40
@ -380,9 +380,10 @@ Page({
|
|||||||
console.log('onShareAppMessage', e);
|
console.log('onShareAppMessage', e);
|
||||||
let _this = this;
|
let _this = this;
|
||||||
let obj = e.target.dataset.obj
|
let obj = e.target.dataset.obj
|
||||||
|
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: app.IMG_NAME + obj.visibleImg,
|
imageUrl: app.IMG_NAME + obj.visibleImg,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user