|
|
|
@ -196,7 +196,8 @@ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
let routes = this.$mp.page.route |
|
|
|
|
let routes = this.$mp.page.route; |
|
|
|
|
console.log(routes) |
|
|
|
|
let that = this; |
|
|
|
|
// ifdef APP |
|
|
|
|
uni.share({ |
|
|
|
@ -205,7 +206,7 @@ |
|
|
|
|
scene:'WXSceneSession',//provider 为 weixin 时必选 WXSceneSession分享到聊天界面,WXSceneTimeline分享到朋友圈,WXSceneFavorite分享到微信收藏 |
|
|
|
|
title:this.titleInfo.title,//分享内容的标题 |
|
|
|
|
summary:this.titleInfo.title,//分享内容的摘要 |
|
|
|
|
href:`http://lxwx.h5.njrenzhou.cn/#/${routes}?id=${this.titleInfo.wx_category_id}`,//跳转链接,type 为 0 时必选 |
|
|
|
|
href:`http://lxwx.h5.njrenzhou.cn/#/${routes}?id=${this.titleInfo.wx_category_id}&menu_id=${this.menu_id}&logo=${this.logo}`,//跳转链接,type 为 0 时必选 |
|
|
|
|
imageUrl:`http://lxwx.njrenzhou.cn${this.titleInfo.listimage}`,//图片地址,type 为 0、2、5 时必选 |
|
|
|
|
success(res) { |
|
|
|
|
//成功返回的参数 |
|
|
|
|