|
@@ -336,8 +336,10 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
- status: '',
|
|
|
},
|
|
|
+ extParams: {
|
|
|
+ status: '',
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -358,8 +360,10 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
- status: '',
|
|
|
},
|
|
|
+ extParams: {
|
|
|
+ status: '',
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -385,8 +389,10 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
- status: '',
|
|
|
},
|
|
|
+ extParams: {
|
|
|
+ status: '',
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
switch (extensionsInstallChannel) {
|
|
@@ -655,8 +661,10 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
- status: '',
|
|
|
},
|
|
|
+ extParams: {
|
|
|
+ status: '',
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}, 500)
|
|
@@ -707,8 +715,10 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
- status: this.reportStatus,
|
|
|
},
|
|
|
+ extParams: {
|
|
|
+ status: this.reportStatus,
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}, 1000)
|
|
@@ -730,8 +740,10 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
- status: this.reportStatus,
|
|
|
},
|
|
|
+ extParams: {
|
|
|
+ status: this.reportStatus,
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}
|