去除debugger
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -346,7 +346,6 @@ export default { | ... | @@ -346,7 +346,6 @@ export default { |
346 | (document.documentElement.clientHeight || | 346 | (document.documentElement.clientHeight || |
347 | document.body.clientHeight) - 332; | 347 | document.body.clientHeight) - 332; |
348 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 220; | 348 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 220; |
349 | debugger | ||
350 | console.log((document.documentElement.clientWidth || document.body.clientWidth) ,'(document.documentElement.clientWidth || document.body.clientWidth) '); | 349 | console.log((document.documentElement.clientWidth || document.body.clientWidth) ,'(document.documentElement.clientWidth || document.body.clientWidth) '); |
351 | this.lpbContentwidth = (document.documentElement.clientWidth || document.body.clientWidth) - 380; | 350 | this.lpbContentwidth = (document.documentElement.clientWidth || document.body.clientWidth) - 380; |
352 | }); | 351 | }); | ... | ... |
-
Please register or sign in to post a comment