if (order_id && this.is_show_tip == 1) {
return {
title: share_title,
path: "lionfish_comshop/moduleB/invite/share?share_id=3&community_id="+ order_id,
imageUrl: share_img ? share_img : goods_share_image
};
以上链接(share_id=3&community_id)的3是邀请人id,我想让这个id变成动态的,谁转发ID就是谁的,请问这里的代码要怎么写?