修改红包弹窗

This commit is contained in:
2024-12-06 17:13:22 +08:00
parent c97811b50d
commit e7d2b21ec2
5 changed files with 216 additions and 12 deletions

View File

@@ -76,7 +76,7 @@
</template> -->
</view>
</view>
<ling-qu ref="refLingqu" @success="getRedPack"></ling-qu>
<ling-qu ref="refLingqu" @close="lingquClose"></ling-qu>
</view>
</template>
@@ -530,6 +530,10 @@
this.freeNum=res.count||0
}
},
lingquClose(){
this.getCount()
this.getRedPack()
},
showLingPop(data){
this.$refs.refLingqu.open(data)
}