소스 검색

修复bug

xiaohaizhao 1 년 전
부모
커밋
aa032d03a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/share.js

+ 1 - 1
utils/share.js

@@ -165,7 +165,7 @@ function winTheCustomer(shareUserid = 0, appname, scene = '') {
     }).then(res => {
         console.log("记录获客", res)
     })
-    return uni.getStorageSync('userMsg').shareUserid;
+    return shareUserid;
 }
 module.exports = {
     winTheCustomer