Browse Source

页面调整

master
parent
commit
17b664e563
  1. 3
      src/views/auth/index.vue
  2. 2
      src/views/index/index.vue

3
src/views/auth/index.vue

@ -1,4 +1,7 @@
<template>
<div style="text-align: center;margin-top: 100px;">
<van-empty image="search" description="加载中..." />
</div>
</template>
<script>

2
src/views/index/index.vue

@ -1,5 +1,7 @@
<template>
<div style="text-align: center;margin-top:20px;">
<van-button type="primary" @click="pay">拉起支付宝</van-button>
</div>
</template>
<script>

Loading…
Cancel
Save