隐藏首页弹窗

This commit is contained in:
duan
2025-01-06 16:06:55 +08:00
parent f3d8894974
commit 1a1c583742
3 changed files with 5 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
:src="`../../static/red-pack-new.gif`"
style="width: 200rpx;height: 200rpx;position: fixed;right: 10rpx;bottom: 180rpx;"></u-image>
<u-modal v-model="ruleShow" confirm-text="知道了" :title="rule_title" :title-style="{ fontWeight: '700' }"
<u-modal v-if="isShowMoneyPay" v-model="ruleShow" confirm-text="知道了" :title="rule_title" :title-style="{ fontWeight: '700' }"
confirm-color="rgb(255, 117, 129)">
<view class="u-p-30 u-text-left">
<scroll-view scroll-y="true" style="max-height: 50vh;">

View File

@@ -459,7 +459,9 @@
this.$Request.getT('/app/taskCenter/selectTaskCenter', {}).then(res => {
if (res.code == 0) {
console.log(this.isShowMoneyPay,'debug2')
if (!this.isShowMoneyPay) {
// let arr =['分享奖励','新人福利','']
if (res.data[0].title == '分享奖励') {
res.data.shift()
this.list = res.data