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()"> <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) {

View File

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