工资条水印跳转

This commit is contained in:
小李 2026-05-21 17:54:56 +08:00
parent cfe224cf83
commit eb59411bda
2 changed files with 8 additions and 1 deletions

View File

@ -250,7 +250,7 @@ const otherList = [{
},
{
icon: "/static/image/index/qita/gongzidan.png",
name: "工资",
name: "工资",
path: "/pages/other/splash/splash"
},
{

View File

@ -170,6 +170,13 @@
</view>
</view>
</view>
<!-- 水印 -->
<view v-if="$isVip()">
<liu-drag-button :canDocking="false"
@clickBtn="$goRechargePage('watermark', 'uni_alipay_other_gongzhitiao')">
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
</liu-drag-button>
</view>
</view>
</template>