Commit 49237263 by 梁建民

分享地址

parent 8493ce83
...@@ -72,6 +72,7 @@ Page({ ...@@ -72,6 +72,7 @@ Page({
return { return {
title: '每日分享', title: '每日分享',
imageUrl: 'http://img.ichunt.com/images/ichunt/minProgram/d70d39f0d68d410b230bc7eb9da0140b.jpg',
path: "/pages/person/auth/index?from=share&user_id=" + user_id path: "/pages/person/auth/index?from=share&user_id=" + user_id
} }
......
...@@ -79,6 +79,7 @@ Page({ ...@@ -79,6 +79,7 @@ Page({
if (this.data.weixin_exchange_info.exchange_id) { if (this.data.weixin_exchange_info.exchange_id) {
return { return {
title: '好友助力', title: '好友助力',
imageUrl: 'http://img.ichunt.com/images/ichunt/minProgram/d70d39f0d68d410b230bc7eb9da0140b.jpg',
path: "/pages/person/helpfriend/index?exchange_id=" + this.data.weixin_exchange_info.exchange_id path: "/pages/person/helpfriend/index?exchange_id=" + this.data.weixin_exchange_info.exchange_id
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment