潘超林 5 days ago
parent
commit
517f2d1532
1 changed files with 1 additions and 2 deletions
  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 = {
   let data = {
     shopUserId: getParamValue("shopUserId"),
     shopUserId: getParamValue("shopUserId"),
-    userId: getParamValue("recruitUserId"),
+    userId: getParamValue("recruitUserId") || getParamValue("userId") ,
     houseId: getParamValue("houseId"),
     houseId: getParamValue("houseId"),
   };
   };
-  debugger
   let url = config.baseUrl + "/house/communicate/status";
   let url = config.baseUrl + "/house/communicate/status";
   const header = {
   const header = {
     "Content-Type": "application/x-www-form-urlencoded",
     "Content-Type": "application/x-www-form-urlencoded",