Commit 53cd705747156235b2dfaefb9b9bdd854799bfa3
1 parent
0bfdd97a
调接口
Showing
1 changed file
with
1 additions
and
3 deletions
src/components/home.vue
1 | 1 | <template> |
2 | 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 | 4 | <Loading v-show="_getshowflag"/> |
7 | 5 | </div> |
8 | 6 | </template> | ... | ... |