diff --git a/packageC/pages/group_list/group_list.js b/packageC/pages/group_list/group_list.js index 53632e2..92eb93e 100644 --- a/packageC/pages/group_list/group_list.js +++ b/packageC/pages/group_list/group_list.js @@ -115,11 +115,15 @@ Page({ let typeValue = e.currentTarget.dataset.ty; this.data.type = typeValue; let url = '/api/weshop/goods/groupBuy/page'; + + let user_id=getApp().globalData.user_id || 0; + let data = { store_id: app.globalData.setting.stoid, is_show: 1, is_end: 0, - timetype: typeValue + timetype: typeValue, + user_id:user_id }; this.getData(true, url, data).then(function() {