Commit 3a731513 authored by youjie's avatar youjie

no message

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