Commit c51aefd6 authored by 肖健's avatar 肖健

按钮文案更改。

增加京东加签的index.js,使用方法看README.md
parent 2c1e9d68
js-security-jdxcx.zip解压后放入到node_modules目录下(因为这是京东内部的包,我们无法访问)
\ No newline at end of file
......@@ -9,10 +9,10 @@
@getphonenumber="getPhoneNumber"
:style="config.loginConfig && config.loginConfig.wxBtnStyle"
>
微信手机号快捷登录
手机号快捷登录
</button>
<!-- 防止连续点击触发获取微信用户信息 -->
<button class="phone-btn" :style="config.loginConfig && config.loginConfig.wxBtnStyle" v-else @tap="needAuthor">微信手机号快捷登录</button>
<button class="phone-btn" :style="config.loginConfig && config.loginConfig.wxBtnStyle" v-else @tap="needAuthor">手机号快捷登录</button>
</view>
<!-- 弹窗类型展示协议授权 -->
<view class="dialog-tips" v-if="selfTipsDialog">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment