修改红包弹窗
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user