浏览代码

修改字段,字段命名冲突

潘超林 2 天之前
父节点
当前提交
9b9d14f3e9
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      TUIKit-House/components/TUIChat/index.vue

+ 3 - 1
TUIKit-House/components/TUIChat/index.vue

@@ -136,11 +136,13 @@ onMounted(() => {
 });
 
 const initData = () => {
+
   let data = {
     shopUserId: getParamValue("shopUserId"),
-    userId: getParamValue("userId"),
+    userId: getParamValue("recruitUserId"),
     houseId: getParamValue("houseId"),
   };
+  debugger
   let url = config.baseUrl + "/house/communicate/status";
   const header = {
     "Content-Type": "application/x-www-form-urlencoded",