#
whycq
2022-12-20 72157573f7d10c9f9e093689968d9d47af422189
#
1个文件已修改
6 ■■■■■ 已修改文件
pages/business/cstmr/cstmrDetails.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/business/cstmr/cstmrDetails.vue
@@ -147,16 +147,14 @@
                        followerId.push(followerList[i].value)
                    }
                }
                console.log(followerId);
                var followerIds = []
                uni.request({
                    url: that.baseUrl + '/cstmr/followers/add/json',
                    header:{'token':uni.getStorageSync('token'),
                        // 'content-type':'application/x-www-form-urlencoded',
                        },
                    data: {
                        cstmrId: 921,
                        followerIdList:[59,60]},
                        cstmrId: cstmrId,
                        followerIdList:followerId},
                    method: 'POST',
                    success(result) {
                        var res = result.data