Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | <div class="nickname">{{ tree_data?.nickname }}</div> | 16 | <div class="nickname">{{ tree_data?.nickname }}</div> |
| 17 | </div> | 17 | </div> |
| 18 | </div> --> | 18 | </div> --> |
| 19 | - <div class="poster-img-boxer"> | 19 | + <div v-if="tree_data?.name" class="poster-img-boxer"> |
| 20 | <div :class="'poster-img' + tree_data?.revision" :style="{ backgroundImage: `url(https://cdn.ipadbiz.cn/xfPark/post/public/title/${tree_data?.revision}.png)` }"></div> | 20 | <div :class="'poster-img' + tree_data?.revision" :style="{ backgroundImage: `url(https://cdn.ipadbiz.cn/xfPark/post/public/title/${tree_data?.revision}.png)` }"></div> |
| 21 | </div> | 21 | </div> |
| 22 | <div style="position: relative;"> | 22 | <div style="position: relative;"> |
| ... | @@ -193,7 +193,6 @@ const createImage = () => { | ... | @@ -193,7 +193,6 @@ const createImage = () => { |
| 193 | // canvas: canvas, | 193 | // canvas: canvas, |
| 194 | useCORS: true,//配置允许跨域 | 194 | useCORS: true,//配置允许跨域 |
| 195 | scale: DPR(), | 195 | scale: DPR(), |
| 196 | - // scale: 10, | ||
| 197 | // windowWidth: document.body.scrollWidth, | 196 | // windowWidth: document.body.scrollWidth, |
| 198 | // windowHeight: document.body.scrollHeight, | 197 | // windowHeight: document.body.scrollHeight, |
| 199 | // x: 0, | 198 | // x: 0, | ... | ... |
-
Please register or login to post a comment