mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 03:56:57 +08:00
积分商城分享地址错误修复
This commit is contained in:
@ -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
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user