门店搜索分享地址优化

master
gongfuxiang 2022-03-08 11:54:08 +08:00
parent 460e7e0569
commit e7c7df4049
2 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,7 @@
application_title: "ShopXO",
application_describe: "ShopXO开源商城、MIT协议、可商用、可二次开发、满足99%电商运营需求",
//
version: "v2.2.4",
version: "v2.2.5",
//
currency_symbol: "¥",
//

View File

@ -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 {