|
@@ -23,7 +23,7 @@
|
|
|
<ezyActiveVue class="ezy-btn-active login-btn" @aclick="getYzmBtn" :class="indexData.telStatus">发送验证码
|
|
<ezyActiveVue class="ezy-btn-active login-btn" @aclick="getYzmBtn" :class="indexData.telStatus">发送验证码
|
|
|
</ezyActiveVue>
|
|
</ezyActiveVue>
|
|
|
<view class="bottom-btn-box">
|
|
<view class="bottom-btn-box">
|
|
|
- <view class="bottom-tip">选择游客登录</view>
|
|
|
|
|
|
|
+ <view class="bottom-tip">其他登录方式</view>
|
|
|
<view class="btn-box">
|
|
<view class="btn-box">
|
|
|
<!-- <view v-if="wxFlag" class="wx-btn" @click="wxLoginClick">
|
|
<!-- <view v-if="wxFlag" class="wx-btn" @click="wxLoginClick">
|
|
|
<icon></icon>
|
|
<icon></icon>
|
|
@@ -168,10 +168,12 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- const ykConfirmBtn = () => {
|
|
|
|
|
- uni.redirectTo({
|
|
|
|
|
- url: `/pages/selectGradesTerms/index`
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ const ykConfirmBtn = () => {
|
|
|
|
|
+ indexData.isAgreed = true;
|
|
|
|
|
+ ykBtn()
|
|
|
|
|
+ // uni.redirectTo({
|
|
|
|
|
+ // url: `/pages/selectGradesTerms/index`
|
|
|
|
|
+ // })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const wxConfirmBtn = () => {
|
|
const wxConfirmBtn = () => {
|