Commit 6fcd69df authored by 黄奎's avatar 黄奎

11

parent adea96d1
...@@ -214,6 +214,7 @@ ...@@ -214,6 +214,7 @@
b2bResult.customerInfoChildrenId=b2bData.customerInfoChildrenId; b2bResult.customerInfoChildrenId=b2bData.customerInfoChildrenId;
b2bResult.name = b2bData.name; b2bResult.name = b2bData.name;
b2bResult.customerName = b2bData.customerName; b2bResult.customerName = b2bData.customerName;
b2bResult.token=b2bData.token;
uni.setStorageSync('b2b_user', b2bResult) uni.setStorageSync('b2b_user', b2bResult)
} }
}, (error2) => { }, (error2) => {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment