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
14f7fff3
Commit
14f7fff3
authored
Jun 14, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 打开登录弹框_return false
parent
5f219db6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
bottom.js
src/component/bottom/bottom.js
+1
-0
imageSwiper.js
src/component/imageSwiper/imageSwiper.js
+1
-0
picNav.js
src/component/picNav/picNav.js
+1
-0
wxService.js
src/utils/wxService.js
+2
-3
No files found.
src/component/bottom/bottom.js
View file @
14f7fff3
...
...
@@ -72,6 +72,7 @@ Component({
this
.
setData
({
isAuthorization
:
true
})
return
false
}
}
}
...
...
src/component/imageSwiper/imageSwiper.js
View file @
14f7fff3
...
...
@@ -79,6 +79,7 @@ Component({
this
.
setData
({
isAuthorization
:
true
})
return
false
}
}
...
...
src/component/picNav/picNav.js
View file @
14f7fff3
...
...
@@ -77,6 +77,7 @@ Component({
this
.
setData
({
isAuthorization
:
true
})
return
false
}
// 2019.06.14
let
currentClickType
=
app
.
globalData
.
commonFunc
.
getLink
(
item
.
link
.
type
,
item
)
...
...
src/utils/wxService.js
View file @
14f7fff3
...
...
@@ -570,16 +570,15 @@ class WXService extends Http {
return
Math
.
floor
(
random
*
precision
)
}
//打开登录弹框
//
打开登录弹框
openAuthModal
(){
return
new
Promise
((
resolve
,
reject
)
=>
{
resolve
({
isAuthorization
:
true
})
return
false
})
}
}
const
wxService
=
new
WXService
()
...
...
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