积分商城分享地址错误修复
parent
59ed4dff5d
commit
33137f5a3a
|
|
@ -117,7 +117,7 @@ Page({
|
|||
return {
|
||||
title: this.data.data_base.seo_title || '积分商城 - '+app.data.application_title,
|
||||
desc: this.data.data_base.seo_desc || '积分抵扣、兑换 - '+app.data.application_describe,
|
||||
path: '/pages/plugins/signin/index-detail/index-detail?referrer=' + user_id
|
||||
path: '/pages/plugins/points/index/index?referrer=' + user_id
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
@ -124,7 +124,7 @@ Page({
|
|||
return {
|
||||
title: this.data.data_base.seo_title || '积分商城 - ' + app.data.application_title,
|
||||
desc: this.data.data_base.seo_desc || '积分抵扣、兑换 - ' + app.data.application_describe,
|
||||
path: '/pages/plugins/signin/index-detail/index-detail?referrer=' + user_id
|
||||
path: '/pages/plugins/points/index/index?referrer=' + user_id
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
@ -117,7 +117,7 @@ Page({
|
|||
return {
|
||||
title: this.data.data_base.seo_title || '积分商城 - '+app.data.application_title,
|
||||
desc: this.data.data_base.seo_desc || '积分抵扣、兑换 - '+app.data.application_describe,
|
||||
path: '/pages/plugins/signin/index-detail/index-detail?referrer=' + user_id
|
||||
path: '/pages/plugins/points/index/index?referrer=' + user_id
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
@ -117,7 +117,7 @@ Page({
|
|||
return {
|
||||
title: this.data.data_base.seo_title || '积分商城 - '+app.data.application_title,
|
||||
desc: this.data.data_base.seo_desc || '积分抵扣、兑换 - '+app.data.application_describe,
|
||||
path: '/pages/plugins/signin/index-detail/index-detail?referrer=' + user_id
|
||||
path: '/pages/plugins/points/index/index?referrer=' + user_id
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
@ -120,7 +120,7 @@ Page({
|
|||
return {
|
||||
title: this.data.data_base.seo_title || '积分商城 - '+app.data.application_title,
|
||||
desc: this.data.data_base.seo_desc || '积分抵扣、兑换 - '+app.data.application_describe,
|
||||
path: '/pages/plugins/signin/index-detail/index-detail?referrer=' + user_id
|
||||
path: '/pages/plugins/points/index/index?referrer=' + user_id
|
||||
};
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue