|
@@ -21,12 +21,12 @@
|
|
|
<button hover-class="none" @click="wechatLogin" class="bg-green btn1">{{$t(`微信登录`)}}</button>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP -->
|
|
|
- <!-- <button v-if="canUseGetUserProfile && code" hover-class="none" @tap="getUserProfile"
|
|
|
+ <button v-if="canUseGetUserProfile && code" hover-class="none" @tap="getUserProfile"
|
|
|
class="bg-green btn1">{{$t(`微信登录`)}}</button>
|
|
|
<button v-else hover-class="none" open-type="getUserInfo" @getuserinfo="setUserInfo"
|
|
|
- class="bg-green btn1">{{$t(`微信登录`)}}</button> -->
|
|
|
+ class="bg-green btn1">{{$t(`微信登录`)}}</button>
|
|
|
<!-- #endif -->
|
|
|
- <!-- <button hover-class="none" @click="isUp = true" class="btn2">{{$t(`手机号登录`)}}</button> -->
|
|
|
+ <button hover-class="none" @click="isUp = true" class="btn2">{{$t(`手机号登录`)}}</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<block v-if="isUp">
|
|
@@ -66,11 +66,11 @@
|
|
|
mixins:[colors],
|
|
|
data() {
|
|
|
return {
|
|
|
- isUp: true,
|
|
|
+ isUp: false,
|
|
|
phone: '',
|
|
|
statusBarHeight: statusBarHeight,
|
|
|
isHome: false,
|
|
|
- isPhoneBox: false,
|
|
|
+ isPhoneBox: true,
|
|
|
logoUrl: '',
|
|
|
code: '',
|
|
|
authKey: '',
|