Commit 0be014ee authored by youjie's avatar youjie

no message

parent 7d0d3107
......@@ -9,9 +9,11 @@
enter-active-class="animated fadeInRight"
leave-active-class="animated fadeInLeft"
>
<passbookHead v-if="MonthObj&&datainfo" :dataNum="datainfo?datainfo.Client_Balance:0"/>
<rebate v-if="MonthObj&&datainfo"/>
<redEnvelope v-if="MonthObj&&datainfo" :Obj="MonthObj" :info="datainfo"/>
<template v-if="MonthObj&&datainfo">
<passbookHead :dataNum="datainfo?datainfo.Client_Balance:0"/>
<rebate/>
<redEnvelope :Obj="MonthObj" :info="datainfo"/>
</template>
</transition-group>
<transition
v-else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment