潘超林 дней назад: 5
Родитель
Сommit
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",