浏览代码

修复bug

xiaohaizhao 11 月之前
父节点
当前提交
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