mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-06-06 02:38:52 +08:00
多商户首页支持分类筛选
This commit is contained in:
@ -97,11 +97,15 @@
|
||||
|
||||
onLoad(params) {
|
||||
// 调用公共事件方法
|
||||
app.globalData.page_event_onload_handle(params);
|
||||
app.globalData.page_event_onload_handle(params);
|
||||
|
||||
// 参数处理
|
||||
params = app.globalData.launch_params_handle(params);
|
||||
|
||||
// 设置参数
|
||||
this.setData({
|
||||
params: params,
|
||||
params: params,
|
||||
nav_active_value: params.category_id || 0,
|
||||
});
|
||||
// 数据加载
|
||||
this.get_data();
|
||||
|
||||
Reference in New Issue
Block a user