Compare commits
3 Commits
9172ced172
...
a215b9b263
| Author | SHA1 | Date |
|---|---|---|
|
|
a215b9b263 | |
|
|
deca26c218 | |
|
|
ca06240e86 |
|
|
@ -40,7 +40,8 @@
|
|||
|
||||
<!-- 水印 -->
|
||||
<view v-if="$isVip()">
|
||||
<liu-drag-button :canDocking="false" @clickBtn="$goRechargePage('watermark', 'uni_alipay_other_wangzhe')">
|
||||
<liu-drag-button :canDocking="false"
|
||||
@clickBtn="$goRechargePage('watermark', 'uni_alipay_other_game_heping')">
|
||||
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
||||
</liu-drag-button>
|
||||
</view>
|
||||
|
|
@ -283,6 +284,11 @@ function confirmEdit() {
|
|||
|
||||
// 数据修改后,重新渲染海报
|
||||
finalPosterPath.value = '';
|
||||
let tempBg = bgImage.value;
|
||||
bgImage.value = ''; // 强制卸载旧画板,确保能重新渲染和生成新海报
|
||||
setTimeout(() => {
|
||||
bgImage.value = tempBg;
|
||||
}, 50);
|
||||
}
|
||||
|
||||
async function handleChangeTheme(typeIndex) {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@
|
|||
|
||||
<!-- 水印 -->
|
||||
<view v-if="$isVip()">
|
||||
<liu-drag-button :canDocking="false" @clickBtn="$goRechargePage('watermark', 'uni_alipay_other_wangzhe')">
|
||||
<liu-drag-button :canDocking="false"
|
||||
@clickBtn="$goRechargePage('watermark', 'uni_alipay_other_game_wuweiqiyue')">
|
||||
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
||||
</liu-drag-button>
|
||||
</view>
|
||||
|
|
@ -284,9 +285,9 @@ onLoad(async () => {
|
|||
// 进入页面埋点
|
||||
proxy.$apiUserEvent('all', {
|
||||
type: 'click',
|
||||
key: 'heping',
|
||||
key: 'wuwei',
|
||||
prefix: '.uni.other.',
|
||||
value: "和平精英"
|
||||
value: "无畏契约"
|
||||
})
|
||||
})
|
||||
|
||||
|
|
@ -377,6 +378,11 @@ function confirmEdit() {
|
|||
|
||||
// 数据修改后,重新渲染海报
|
||||
finalPosterPath.value = '';
|
||||
let tempBg = bgImage.value;
|
||||
bgImage.value = ''; // 强制卸载旧画板,确保能重新渲染和生成新海报
|
||||
setTimeout(() => {
|
||||
bgImage.value = tempBg;
|
||||
}, 50);
|
||||
}
|
||||
|
||||
async function handleChangeTheme(typeIndex) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue