Commit 0be014ee authored by youjie's avatar youjie

no message

parent 7d0d3107
...@@ -9,9 +9,11 @@ ...@@ -9,9 +9,11 @@
enter-active-class="animated fadeInRight" enter-active-class="animated fadeInRight"
leave-active-class="animated fadeInLeft" leave-active-class="animated fadeInLeft"
> >
<passbookHead v-if="MonthObj&&datainfo" :dataNum="datainfo?datainfo.Client_Balance:0"/> <template v-if="MonthObj&&datainfo">
<rebate v-if="MonthObj&&datainfo"/> <passbookHead :dataNum="datainfo?datainfo.Client_Balance:0"/>
<redEnvelope v-if="MonthObj&&datainfo" :Obj="MonthObj" :info="datainfo"/> <rebate/>
<redEnvelope :Obj="MonthObj" :info="datainfo"/>
</template>
</transition-group> </transition-group>
<transition <transition
v-else 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