Compare commits

...

3 Commits

Author SHA1 Message Date
tangxinyue a215b9b263 编辑数据后重新刷新海报 2026-07-10 13:51:02 +08:00
tangxinyue deca26c218 Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1 2026-07-10 11:51:44 +08:00
tangxinyue ca06240e86 充值来源 2026-07-10 11:50:57 +08:00
2 changed files with 16 additions and 4 deletions

View File

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

View File

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