Browse Source

style: 将微信登录按钮文本修改为授权登录

fox
前端-胡立永 1 month ago
parent
commit
415edd73e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages_order/auth/wxLogin.vue

+ 1
- 1
pages_order/auth/wxLogin.vue View File

@ -17,7 +17,7 @@
class="btn" class="btn"
@click="wxLogin" @click="wxLogin"
> >
微信登录
授权登录
</button> </button>
<button class="btn btn-cancel" :plain="true" :hairline="false" @click="onCancel"> <button class="btn btn-cancel" :plain="true" :hairline="false" @click="onCancel">


Loading…
Cancel
Save