修改团购列表数据展示的逻辑
This commit is contained in:
parent
83b6a1a0c6
commit
6033edcd50
@ -155,7 +155,8 @@ export default {
|
||||
return
|
||||
}
|
||||
const params = {
|
||||
user_id: uni.getStorageSync('userId')
|
||||
user_id: uni.getStorageSync('userId'),
|
||||
community_id: uni.getStorageSync('changeCommData') ? uni.getStorageSync('changeCommData').id : ''
|
||||
}
|
||||
return request(apiArr.groupBuyList, 'POST', params).then(res => {
|
||||
const list = res.group_buy_list.map(item => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user