潘超林 3 天之前
父節點
當前提交
517f2d1532
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      TUIKit-House/components/TUIChat/index.vue

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

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