|
@@ -150,7 +150,7 @@ export default {
|
|
|
title: "加载中",
|
|
|
});
|
|
|
this.$http
|
|
|
- .get(`wap/group/groupList`, { user_id: this.userId })
|
|
|
+ .get(`wap/group/groupList`, { userId: this.userId })
|
|
|
.then((res) => {
|
|
|
uni.hideLoading();
|
|
|
if (res.data.data) {
|
|
@@ -170,7 +170,7 @@ export default {
|
|
|
.post(
|
|
|
"wap/group/deleteGroup",
|
|
|
{
|
|
|
- group_id: item.groupId,
|
|
|
+ groupId: item.groupId,
|
|
|
},
|
|
|
{
|
|
|
header: {
|