#
whycq
2022-12-20 72157573f7d10c9f9e093689968d9d47af422189
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