|
@@ -24,11 +24,11 @@
|
|
|
</view>
|
|
|
<view class="login-btn" @click="getYzmBtn" :class="indexData.telStatus"></view>
|
|
|
</view>
|
|
|
- <view class="bottom-btn-box">
|
|
|
+ <!-- <view class="bottom-btn-box">
|
|
|
<view class="apple-btn" v-if="showAppleLogin" @click="appleLoginClick"></view>
|
|
|
- <!-- <view class="wx-btn" @click="wxLoginClick"></view> -->
|
|
|
+ <view class="wx-btn" @click="wxLoginClick"></view>
|
|
|
<view class="yk-btn" @click="ykBtn"></view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<agree-content-dialog ref="agreeContentDialogRef" :agreeType="agreeType"></agree-content-dialog>
|
|
|
<agree-dialog ref="agreeDialogRef" @confirm-btn="confirmBtn"></agree-dialog>
|