Преглед на файлове

面谈项目新增参数修改

雷佳斌 преди 6 месеца
родител
ревизия
040ba2ef04
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/pages/customerProfile/index.jsx

+ 1 - 1
src/pages/customerProfile/index.jsx

@@ -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: "请选择要添加的项目",