瀏覽代碼

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

suyuanyuan 3 天之前
父節點
當前提交
f921044f3a
共有 1 個文件被更改,包括 3 次插入1 次删除
  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",