mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-08 14:39:58 +08:00
分享默认地址优化
This commit is contained in:
2
App.vue
2
App.vue
@ -1293,7 +1293,7 @@
|
||||
var result = {
|
||||
title: data.title || share_config.title || this.data.application_title,
|
||||
desc: data.desc || share_config.desc || this.data.application_describe,
|
||||
path: data.path || '/pages/index/index',
|
||||
path: data.path || this.data.tabbar_pages[0],
|
||||
query: this.share_query_handle(data.query || ''),
|
||||
img: data.img || share_config.pic || this.get_config('config.home_site_logo_square')
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user