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