Commit 53cd705747156235b2dfaefb9b9bdd854799bfa3

Authored by liuqimichale
1 parent 0bfdd97a

调接口

Showing 1 changed file with 1 additions and 3 deletions
src/components/home.vue
1 <template> 1 <template>
2 <div class="wrap"> 2 <div class="wrap">
3 - <InOut v-if="inOutVal==='1'" :toflag = "0"/>  
4 - <Pay v-else-if="inOutVal==='2'&&_getPayFlag" :title="title" :money="money"/>  
5 - <InOut v-else :toflag = "1" @commitpass="transmit"/> 3 + <Pay :title="title" :money="money"/>
6 <Loading v-show="_getshowflag"/> 4 <Loading v-show="_getshowflag"/>
7 </div> 5 </div>
8 </template> 6 </template>