|
@@ -492,7 +492,7 @@ class CustomerProfile extends Component {
|
|
|
}
|
|
|
postAddProject() {
|
|
|
const { checkProject, dtails, info } = this.state;
|
|
|
- const params = { uid: dtails.id };
|
|
|
+ const params = { uid: dtails.uid };
|
|
|
if (!checkProject.length) {
|
|
|
Taro.showToast({
|
|
|
title: "请选择要添加的项目",
|