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
592ac943
Commit
592ac943
authored
Aug 30, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉console
parent
7547ce91
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
9 deletions
+0
-9
bottomTabs.js
src/component/bottomTabs/bottomTabs.js
+0
-2
imageSwiper.js
src/component/imageSwiper/imageSwiper.js
+0
-1
picNav.js
src/component/picNav/picNav.js
+0
-1
shareModal.js
src/component/shareModal/shareModal.js
+0
-1
skuPopup.js
src/component/skuPopup/skuPopup.js
+0
-3
tabSort.js
src/component/tabSort/tabSort.js
+0
-1
No files found.
src/component/bottomTabs/bottomTabs.js
View file @
592ac943
...
...
@@ -68,8 +68,6 @@ Component({
const
ev
=
event
.
currentTarget
.
dataset
;
let
curItemType
=
ev
.
item
const
userInfo
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
console
.
log
(
'curItemType'
,
curItemType
,
curItemType
.
link
.
type
)
// link row
if
(
curItemType
.
link
)
{
let
currentClickType
=
app
.
globalData
.
commonFunc
.
getLink
(
curItemType
.
link
.
type
,
curItemType
)
...
...
src/component/imageSwiper/imageSwiper.js
View file @
592ac943
...
...
@@ -38,7 +38,6 @@ Component({
methods
:
{
preview
(
event
)
{
const
ev
=
event
.
currentTarget
.
dataset
;
console
.
log
(
'ev'
,
ev
)
let
curItemType
=
ev
.
item
// 获取当前帐号信息
const
userInfo
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
...
...
src/component/picNav/picNav.js
View file @
592ac943
...
...
@@ -47,7 +47,6 @@ Component({
let
curItemType
=
ev
.
item
// 获取当前帐号信息
const
userInfo
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
console
.
log
(
'222222222'
,
curItemType
)
// link row
if
(
curItemType
.
link
)
{
let
currentClickType
=
app
.
globalData
.
commonFunc
.
getLink
(
curItemType
.
link
.
type
,
curItemType
)
...
...
src/component/shareModal/shareModal.js
View file @
592ac943
...
...
@@ -34,7 +34,6 @@ Component({
*/
methods
:
{
hidePopup
(){
console
.
log
(
'111'
)
this
.
setData
({
show
:
false
})
...
...
src/component/skuPopup/skuPopup.js
View file @
592ac943
...
...
@@ -244,7 +244,6 @@ Component({
addNum
:
function
()
{
// 增加数量
let
proNum
=
this
.
data
.
proNum
const
curSku
=
this
.
data
.
curSku
console
.
log
(
curSku
)
proNum
++
this
.
setData
({
proNum
...
...
@@ -353,8 +352,6 @@ Component({
var
flag
=
true
for
(
let
i
=
0
;
i
<
curSpec
.
length
;
i
++
)
{
if
(
curSpec
[
i
]
&&
curSpec
[
i
].
id
!==
item
.
specValue
.
split
(
'###'
)[
i
])
{
console
.
log
(
'11111'
,
curSpec
[
i
])
console
.
log
(
'22222'
,
item
.
specValue
.
split
(
'###'
)[
i
])
flag
=
false
}
...
...
src/component/tabSort/tabSort.js
View file @
592ac943
...
...
@@ -38,7 +38,6 @@ Component({
// 设置tab active
switchNav
(
event
)
{
const
ev
=
event
.
currentTarget
.
dataset
;
console
.
log
(
'ev'
,
ev
)
let
cur
=
ev
.
current
let
curItemType
=
ev
.
item
const
userInfo
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
...
...
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