Commit 1c25fb07 authored by mengcuiguang's avatar mengcuiguang

分享用户uid

parent 1b652dc3
......@@ -90,7 +90,7 @@
// baseUrl: 'http://192.168.110.71:8301/miniApi',
titleButtonWidth: 38,
token: '',
userId: '',
userId: 0,
inviteUId: '',
serviceUrl: '',
downUrl: '', //
......
......@@ -34,7 +34,7 @@
data() {
return {
tips1: '',
shareId: '',
shareId: 0,
slotParam: '',
appName: ''
}
......@@ -146,7 +146,7 @@
success: ({
data
}) => {
app.globalData.userId = data.idcode;
app.globalData.userId = data.pk_id;
uni.setStorage({
key: 'token',
data: data.token
......
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