3
0
Fork 0

fix(share): 修复浏览器端不展示合成图的bug

This commit is contained in:
woody 2025-09-03 17:15:46 +08:00
parent eae0ce5f65
commit 75388af820
1 changed files with 2 additions and 14 deletions

View File

@ -21,10 +21,7 @@
/>
<!-- 微信环境全屏图片显示 -->
<view
class="wechat-fullscreen-overlay"
v-show="(isWechat || userInfo.sharePosterImage) && generatedImageUrl"
>
<view class="wechat-fullscreen-overlay" v-show="generatedImageUrl">
<img class="fullscreen-image" :src="generatedImageUrl" @click.stop="" />
</view>
</view>
@ -139,16 +136,7 @@ export default {
})
uni.hideLoading()
if (this.isWechat) {
//
this.generatedImageUrl = dataUrl
} else {
//
if (this.isSpecialScene) {
//
this.generatedImageUrl = dataUrl
}
}
this.generatedImageUrl = dataUrl
},
//