浏览代码

修改客服id判断

潘超林 4 月之前
父节点
当前提交
15b6d5d035
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 1 1
      TUIKit/components/TUIChat/message-list/index.vue
  2. 2 0
      pages/group/add.vue

+ 1 - 1
TUIKit/components/TUIChat/message-list/index.vue

@@ -348,7 +348,7 @@ onMounted(() => {
   uni.$on("scroll-to-bottom", scrollToLatestMessage);
 
   let personId = uni.getStorageSync("personId");
-  if (personId != "001") {
+  if (personId != "136895") {
     isMerchant();
   }
 });

+ 2 - 0
pages/group/add.vue

@@ -140,6 +140,8 @@ export default {
           console.log(res);
           this.userInfo = res.data;
           this.loading = false;
+        } else {
+          this.loading = false;
         }
       });
     },