mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-04 13:02:48 +08:00
标签详情分享地址id为空修复
This commit is contained in:
@ -151,7 +151,8 @@
|
||||
share_info: {
|
||||
title: this.label.seo_title || this.label.name,
|
||||
desc: this.label.seo_desc,
|
||||
path: '/pages/plugins/label/detail/detail'
|
||||
path: '/pages/plugins/label/detail/detail',
|
||||
query: 'id='+this.label.id
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user