|
@@ -60,8 +60,8 @@
|
|
</uni-forms>
|
|
</uni-forms>
|
|
|
|
|
|
<view v-if="current === 2">
|
|
<view v-if="current === 2">
|
|
- <button v-if="!protocol" class="send-button" @click="showProtocolToast">微信一键登录</button>
|
|
|
|
- <button v-else class="send-button" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">微信一键登录</button>
|
|
|
|
|
|
+ <button v-if="!protocol" class="send-button" @click="showProtocolToast">手机号快捷登录</button>
|
|
|
|
+ <button v-else class="send-button" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">手机号快捷登录</button>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="quickLogon">
|
|
<view class="quickLogon">
|
|
@@ -150,7 +150,7 @@ import { getSmsCode, getSmsTimer } from '@/utils/code'
|
|
import { userStore } from '@/store/user'
|
|
import { userStore } from '@/store/user'
|
|
|
|
|
|
const useUserStore = userStore()
|
|
const useUserStore = userStore()
|
|
-const items = ['短信登录', '账号登录', '微信一键登录']
|
|
|
|
|
|
+const items = ['短信登录', '账号登录', '手机号快捷登录']
|
|
const current = ref(0)
|
|
const current = ref(0)
|
|
const accountLoginRef = ref()
|
|
const accountLoginRef = ref()
|
|
const smsLoginRef = ref()
|
|
const smsLoginRef = ref()
|