Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@@ -162,6 +162,10 @@ export default {
this.loading = false
if (res.code === 200 && res.data) {
this.product = res.data
+ this.setShareInfo(
+ this.product.name,
+ '/pages/discover-detail/product-detail/product-detail?id=' + this.product.id
+ )
}
}).catch(() => {