| xqd
@@ -45,70 +45,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <!-- <view class="flxe justify-center">
|
|
|
- <view class="grant" @click="showAuthorizationModal = true">
|
|
|
- <u-icon name="weixin-fill" color="#ffffff" size="26"></u-icon>
|
|
|
- <view class="dlu">微信授权登录</view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!-- #endif -->
|
|
|
- <!-- #ifdef H5 -->
|
|
|
- <block v-if="appInfo.h5_run_mode">
|
|
|
- <block v-if="appInfo.h5_run_mode == 1">
|
|
|
- <!-- <view v-if="platform == 'wxOfficialAccount'" class="flxe justify-center">
|
|
|
- <view class="grant" @click="thirdLogin('wechat')">
|
|
|
- <u-icon name="weixin-fill" color="#ffffff" size="26"></u-icon>
|
|
|
- <view class="dlu">微信授权登录</view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <view v-if="appInfo.is_account&&appInfo.is_account==1" class="flxe justify-center">
|
|
|
- <view class="grants" @click="showlogon = true,showlogin = true">
|
|
|
- <u-icon name="account-fill" color="#199063" size="26"></u-icon>
|
|
|
- <view class="dlu">账号密码登录</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view v-if="appInfo.is_account&&appInfo.is_account==1" @click="showlogon = false,showlogin = true"
|
|
|
- class="toregister flxe justify-center">未注册账号?点击去注册></view>
|
|
|
- </block>
|
|
|
- <block v-if="appInfo.h5_run_mode == 2">
|
|
|
- <view class="flxe justify-center">
|
|
|
- <view class="grants" @click="showlogon = true,showlogin = true">
|
|
|
- <u-icon name="account-fill" color="#199063" size="26"></u-icon>
|
|
|
- <view class="dlu">账号密码登录</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view @click="showlogon = false,showlogin = true" class="toregister flxe justify-center">
|
|
|
- 未注册账号?点击去注册></view>
|
|
|
- </block>
|
|
|
- <block v-if="appInfo.h5_run_mode == 3">
|
|
|
- <view v-if="platform == 'wxOfficialAccount'" class="flxe justify-center">
|
|
|
- <view class="grant" @click="thirdLogin('wechat')">
|
|
|
- <u-icon name="weixin-fill" color="#ffffff" size="26"></u-icon>
|
|
|
- <view class="dlu">微信授权登录</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <block v-if="platform == 'H5'">
|
|
|
- <view class="flxe justify-center">
|
|
|
- <view class="grants" @click="showlogon = true,showlogin = true">
|
|
|
- <u-icon name="account-fill" color="#199063" size="26"></u-icon>
|
|
|
- <view class="dlu">账号密码登录</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view @click="showlogon = false,showlogin = true" class="toregister flxe justify-center">
|
|
|
- 未注册账号?点击去注册></view>
|
|
|
- </block>
|
|
|
- </block>
|
|
|
- </block>
|
|
|
|
|
|
- <block v-else>
|
|
|
- <view v-if="platform == 'wxOfficialAccount'" class="flxe justify-center">
|
|
|
- <view class="grant" @click="thirdLogin('wechat')">
|
|
|
- <u-icon name="weixin-fill" color="#ffffff" size="26"></u-icon>
|
|
|
- <view class="dlu">微信授权登录</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <block v-if="platform == 'H5'">
|
|
|
+ <block>
|
|
|
+ <block>
|
|
|
<view class="flxe justify-center">
|
|
|
<view class="grants" @click="showlogon = true,showlogin = true">
|
|
|
<u-icon name="account-fill" color="#199063" size="26"></u-icon>
|
| xqd
@@ -119,7 +58,7 @@
|
|
|
未注册账号?点击去注册></view>
|
|
|
</block>
|
|
|
</block>
|
|
|
- <!-- #endif -->
|
|
|
+
|
|
|
<!-- <view class="">{{appInfo.h5_run_mode}}</view> -->
|
|
|
<view @tap="agree = true" class="flxe align-center justify-center" style="margin-top: 50rpx;">
|
|
|
<u-icon name="checkmark-circle-fill" :color="agree?'#07C160':'#ededed'" size="16"></u-icon>
|