pages/business/cstmr/cstmrDetails.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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