门店搜索分享地址优化
parent
460e7e0569
commit
e7c7df4049
2
App.vue
2
App.vue
|
|
@ -46,7 +46,7 @@
|
|||
application_title: "ShopXO",
|
||||
application_describe: "ShopXO开源商城、MIT协议、可商用、可二次开发、满足99%电商运营需求",
|
||||
// 版本号
|
||||
version: "v2.2.4",
|
||||
version: "v2.2.5",
|
||||
// 货币价格符号
|
||||
currency_symbol: "¥",
|
||||
// 主题类型 主题颜色
|
||||
|
|
|
|||
|
|
@ -168,11 +168,12 @@
|
|||
share_info: {
|
||||
title: this.search_keywords_value || this.data_base.seo_title || this.data_base.application_name,
|
||||
desc: this.data_base.seo_desc,
|
||||
path: '/pages/plugins/realstore/search/search'
|
||||
path: '/pages/plugins/realstore/search/search',
|
||||
query: 'category_id='+this.nav_active_value+'&keywords='+this.search_keywords_value
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 获取列表数据
|
||||
this.get_data_list(1);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue