充值来源

This commit is contained in:
tangxinyue 2026-07-10 11:50:57 +08:00
parent 6242e47490
commit ca06240e86
2 changed files with 6 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>

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: "无畏契约"
})
})