Commit c56aa82e by doszhang

dos

parent 10caef28
...@@ -346,10 +346,10 @@ function createPoster() { ...@@ -346,10 +346,10 @@ function createPoster() {
// flagListHeight = flagListHeight * 2; // flagListHeight = flagListHeight * 2;
if (flagListHeight < pxToRem(383)) { if (flagListHeight < pxToRem(383)) {
posterCanvasHeight = topHalfHeight; posterCanvasHeight = topHalfHeight + pxToRem(383) + bottomHalfHeight;
flagListHeight = pxToRem(383); flagListHeight = pxToRem(383);
} else { } else {
posterCanvasHeight = topHalfHeight + flagListHeight + bottomHalfHeight; posterCanvasHeight = topHalfHeight;
} }
console.log('flagListHeight:' + flagListHeight); console.log('flagListHeight:' + flagListHeight);
console.log('posterCanvasHeight:' + posterCanvasHeight); console.log('posterCanvasHeight:' + posterCanvasHeight);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment