feat:添加桥宝
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
<view class="login_info_item">
|
||||
<up-input placeholder="请输入手机号/账户名称" border="surround" v-model="form.name" :customStyle="inputCss"
|
||||
:adjust-position="false" @change="checkNameParam"></up-input>
|
||||
</view>
|
||||
<qiaobao-assistant page-key="pages/login_package/login/login" title="账户登录" />
|
||||
</view>
|
||||
<!-- 密码登录 -->
|
||||
<view class="login_info_item" v-if="loginWay === 'password'">
|
||||
<up-input placeholder="请输入密码" border="surround" v-model="form.password" :customStyle="inputCss"
|
||||
|
||||
Reference in New Issue
Block a user