From 72157573f7d10c9f9e093689968d9d47af422189 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 20 十二月 2022 17:02:26 +0800
Subject: [PATCH] #
---
pages/business/cstmr/cstmrDetails.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/pages/business/cstmr/cstmrDetails.vue b/pages/business/cstmr/cstmrDetails.vue
index a562b54..ce74f77 100644
--- a/pages/business/cstmr/cstmrDetails.vue
+++ b/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
--
Gitblit v1.9.1