Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
06adad3e
Commit
06adad3e
authored
Jun 17, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.0.1' into feature-zyw
parents
c1c578a6
7799567a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
userCenter.js
src/pages/userCenter/userCenter.js
+7
-2
No files found.
src/pages/userCenter/userCenter.js
View file @
06adad3e
...
@@ -22,7 +22,7 @@ wxService.page({
...
@@ -22,7 +22,7 @@ wxService.page({
// isAllScreen: fullSucreen.isAllScreen
// isAllScreen: fullSucreen.isAllScreen
isAllScreen
:
config
.
isAllScreen
,
isAllScreen
:
config
.
isAllScreen
,
token
:
''
,
token
:
''
,
isAuthorization
:
tru
e
,
isAuthorization
:
fals
e
,
pageId
:
3
,
pageId
:
3
,
baseUserInfo
:
null
,
baseUserInfo
:
null
,
cardMember
:
null
,
cardMember
:
null
,
...
@@ -76,13 +76,18 @@ wxService.page({
...
@@ -76,13 +76,18 @@ wxService.page({
this
.
setData
({
this
.
setData
({
token
:
wx
.
getStorageSync
(
'token'
),
token
:
wx
.
getStorageSync
(
'token'
),
baseUserInfo
,
baseUserInfo
,
cardMember
cardMember
,
isAuthorization
:
false
})
})
// 积分数量
// 积分数量
this
.
getMemberPointInfo
()
this
.
getMemberPointInfo
()
// 优惠券数量
// 优惠券数量
this
.
getMemberCouponInfo
()
this
.
getMemberCouponInfo
()
}
else
{
this
.
setData
({
isAuthorization
:
true
})
}
}
},
},
// 查询积分信息
// 查询积分信息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment