Browse Source

Merge branch 'master' of http://gogs.sxdirectpurchase.com:3000/18790411793/qianzhi-message

suyuanyuan 3 days ago
parent
commit
f921044f3a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      TUIKit-House/components/TUIChat/index.vue

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

@@ -136,11 +136,13 @@ onMounted(() => {
 });
 });
 
 
 const initData = () => {
 const initData = () => {
+
   let data = {
   let data = {
     shopUserId: getParamValue("shopUserId"),
     shopUserId: getParamValue("shopUserId"),
-    userId: getParamValue("userId"),
+    userId: getParamValue("recruitUserId"),
     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",