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