Browse Source

修复bug

xiaohaizhao 11 months ago
parent
commit
aa032d03a9
1 changed files with 1 additions and 1 deletions
  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