Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
74126a92
"document/vscode:/vscode.git/clone" did not exist on "a69b3a7385fe42e0f13d180f8a98fac99e1fc203"
Commit
74126a92
authored
Apr 16, 2019
by
Junling Bu
Browse files
fix[litemall-vue: 注释debugger
parent
9b217226
Changes
6
Show whitespace changes
Inline
Side-by-side
litemall-vue/src/views/items/detail/mix.js
View file @
74126a92
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
this
.
isSkuBuy
&&
this
.
$emit
(
'
skuBuy
'
,
data
);
this
.
isSkuBuy
&&
this
.
$emit
(
'
skuBuy
'
,
data
);
},
},
selectSkuData
(
data
)
{
selectSkuData
(
data
)
{
debugger
//
debugger
if
(
data
.
selectedSkuComb
)
{
if
(
data
.
selectedSkuComb
)
{
data
.
selectedSkuComb
.
sku_str
=
data
.
selectedSkuComb
.
props_str_arr
data
.
selectedSkuComb
.
sku_str
=
data
.
selectedSkuComb
.
props_str_arr
.
map
(
str
=>
str
.
match
(
/
[^
:
]
*:
([^
:
]
*
)
/
)[
1
])
.
map
(
str
=>
str
.
match
(
/
[^
:
]
*:
([^
:
]
*
)
/
)[
1
])
...
...
litemall-vue/src/views/items/list/index.vue
View file @
74126a92
...
@@ -164,7 +164,7 @@ export default {
...
@@ -164,7 +164,7 @@ export default {
const
{
tabActive
:
i
}
=
this
;
const
{
tabActive
:
i
}
=
this
;
this
.
tabsItem
[
i
].
items
=
[];
this
.
tabsItem
[
i
].
items
=
[];
const
targetScroll
=
this
.
$refs
[
`tabScrolls
${
i
}
`
][
0
];
const
targetScroll
=
this
.
$refs
[
`tabScrolls
${
i
}
`
][
0
];
debugger
;
//
debugger;
targetScroll
&&
targetScroll
.
resetInit
();
targetScroll
&&
targetScroll
.
resetInit
();
},
},
toggleFilterModal
(
status
)
{
toggleFilterModal
(
status
)
{
...
...
litemall-vue/src/views/items/search-result/index.vue
View file @
74126a92
...
@@ -80,7 +80,7 @@ export default {
...
@@ -80,7 +80,7 @@ export default {
methods
:
{
methods
:
{
initData
()
{
initData
()
{
debugger
;
//
debugger;
this
.
items
=
[];
this
.
items
=
[];
return
this
.
$reqGet
(
return
this
.
$reqGet
(
...
...
litemall-vue/src/views/user/module-collect/index.vue
View file @
74126a92
...
@@ -72,7 +72,7 @@ export default {
...
@@ -72,7 +72,7 @@ export default {
hideLoading
:
true
hideLoading
:
true
}
}
).
then
(
res
=>
{
).
then
(
res
=>
{
debugger
;
//
debugger;
const
{
collectList
,
page
}
=
res
.
data
.
data
;
const
{
collectList
,
page
}
=
res
.
data
.
data
;
this
.
items
.
push
(...
collectList
);
this
.
items
.
push
(...
collectList
);
return
page
;
return
page
;
...
...
litemall-vue/src/views/user/user-information-set/index.vue
View file @
74126a92
...
@@ -89,7 +89,7 @@ export default {
...
@@ -89,7 +89,7 @@ export default {
'
background_image
'
,
'
background_image
'
,
'
avatar
'
'
avatar
'
);
);
debugger
;
//
debugger;
this
.
avatar
=
infoData
.
avatar
;
this
.
avatar
=
infoData
.
avatar
;
this
.
nickName
=
infoData
.
nickName
;
this
.
nickName
=
infoData
.
nickName
;
// this.gender = infoData.gender;
// this.gender = infoData.gender;
...
...
litemall-vue/src/vue/mixin/list-load-more.js
View file @
74126a92
...
@@ -16,7 +16,7 @@ export default {
...
@@ -16,7 +16,7 @@ export default {
methods
:
{
methods
:
{
async
resetInit
()
{
async
resetInit
()
{
this
.
resetData
();
this
.
resetData
();
debugger
;
//
debugger;
const
page
=
await
this
.
initData
();
const
page
=
await
this
.
initData
();
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
setPages
(
page
);
this
.
setPages
(
page
);
...
...
Write
Preview
Supports
Markdown
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