积分商城分享地址错误修复

feat/task1-c-wallet
Devil 2021-09-06 07:55:50 +08:00
parent 59ed4dff5d
commit 33137f5a3a
5 changed files with 5 additions and 5 deletions

View File

@ -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
};
},
});

View File

@ -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
};
},
});

View File

@ -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
};
},
});

View File

@ -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
};
},
});

View File

@ -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
};
},