Compare commits

..

No commits in common. "a215b9b263b0319d710070e547804f37566d63de" and "9172ced1723962dfb671b7b8154b4cdc0c94b6ae" have entirely different histories.

2 changed files with 4 additions and 16 deletions

View File

@ -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) {

View File

@ -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) {