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
75404ea4
Commit
75404ea4
authored
Jun 12, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: console
parent
2cc01e84
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
personCenter.js
src/component/personCenter/personCenter.js
+0
-1
picNav.json
src/component/picNav/picNav.json
+1
-0
couponCodeDetail.js
src/pages/couponCodeDetail/couponCodeDetail.js
+1
-1
userCenter.js
src/pages/userCenter/userCenter.js
+0
-1
No files found.
src/component/personCenter/personCenter.js
View file @
75404ea4
...
@@ -20,7 +20,6 @@ Component({
...
@@ -20,7 +20,6 @@ Component({
token
:{
token
:{
type
:
String
,
type
:
String
,
observer
(
newVal
){
observer
(
newVal
){
console
.
log
(
'888'
,
newVal
)
this
.
setData
({
this
.
setData
({
_token
:
newVal
_token
:
newVal
})
})
...
...
src/component/picNav/picNav.json
View file @
75404ea4
{
{
"component"
:
true
,
"component"
:
true
,
"onReachBottomDistance"
:
0
,
"usingComponents"
:
{
"usingComponents"
:
{
"authorization-modal"
:
"./../../component/authorization-modal/authorization-modal"
"authorization-modal"
:
"./../../component/authorization-modal/authorization-modal"
}
}
...
...
src/pages/couponCodeDetail/couponCodeDetail.js
View file @
75404ea4
...
@@ -32,7 +32,7 @@ wxService.page({
...
@@ -32,7 +32,7 @@ wxService.page({
}
}
},
},
canvasIdErrorCallback
(
e
)
{
canvasIdErrorCallback
(
e
)
{
console
.
error
(
e
.
detail
.
errMsg
)
console
.
log
(
'code'
,
e
.
detail
.
errMsg
)
},
},
// 查询单个优惠券
// 查询单个优惠券
getCouponDetail
(
cardno
){
getCouponDetail
(
cardno
){
...
...
src/pages/userCenter/userCenter.js
View file @
75404ea4
...
@@ -54,7 +54,6 @@ wxService.page({
...
@@ -54,7 +54,6 @@ wxService.page({
* 生命周期函数--监听页面显示
* 生命周期函数--监听页面显示
*/
*/
onShow
:
function
()
{
onShow
:
function
()
{
console
.
log
(
'5555'
,
wx
.
getStorageSync
(
'_baseUserInfo'
))
this
.
setData
({
this
.
setData
({
token
:
wx
.
getStorageSync
(
'token'
)
token
:
wx
.
getStorageSync
(
'token'
)
})
})
...
...
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