Explorar o código

修改字段,字段命名冲突

潘超林 hai 2 días
pai
achega
9b9d14f3e9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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",