|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="container login">
|
|
|
<view class="login-main">
|
|
|
- <text class="logo-titl">本页面协销人员不用填写!</text>
|
|
|
+ <text class="logo-titl">本页面不用填写!</text>
|
|
|
<text class="logo-text">点击右上方<text class="sp">···</text>,选择“发送给朋友”,</text>
|
|
|
<text class="logo-text">将本页面发送给客户进行机构注册,注册成功后将自动成为你名下的机构客户。</text>
|
|
|
</view>
|
|
@@ -98,13 +98,11 @@
|
|
|
spId:0,
|
|
|
userName:'',
|
|
|
userId:0,
|
|
|
- imageCodeUrl:'',
|
|
|
mobileCodeText:'获取验证码'
|
|
|
}
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
this.initGetStotage()
|
|
|
- this.getVerificationCode()
|
|
|
},
|
|
|
methods:{
|
|
|
async initGetStotage() {
|
|
@@ -112,12 +110,7 @@
|
|
|
const userInfo = await this.$api.getStorage()
|
|
|
this.spId = userInfo.serviceProviderId ? userInfo.serviceProviderId : 0
|
|
|
this.userName = userInfo.userName ? userInfo.userName : ''
|
|
|
- },
|
|
|
- getVerificationCode(){//图形验证
|
|
|
- this.PublicService.GetImgVerifyCode().then(res => {
|
|
|
- this.imageCodeUrl = res.data.baseImage
|
|
|
- })
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
onShareAppMessage(res){//分享转发
|
|
|
if (res.from === 'button') { // 来自页面内转发按钮
|
|
@@ -148,25 +141,37 @@
|
|
|
display: block;
|
|
|
}
|
|
|
.login-main{
|
|
|
- width: 702rpx;
|
|
|
- background: rgba(225, 86, 22, 0.1);
|
|
|
+ width: 682rpx;
|
|
|
+ background: rgba(0, 0, 0, 0.6);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- height: 142rpx;
|
|
|
- padding: 20rpx 24rpx;
|
|
|
+ height: 164rpx;
|
|
|
+ margin: 18rpx auto 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 20rpx;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ position: relative;
|
|
|
+ &:before {
|
|
|
+ content: '';
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border: 15rpx solid transparent;
|
|
|
+ border-bottom: 15rpx solid rgba(0, 0, 0, 0.6);
|
|
|
+ position: absolute;
|
|
|
+ top: -29rpx;
|
|
|
+ right: 88rpx;
|
|
|
+ }
|
|
|
.logo-titl{
|
|
|
- font-size: 26rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
line-height: 34rpx;
|
|
|
- color:$text-color;
|
|
|
- margin-bottom: 20rpx;
|
|
|
- font-weight: bold;
|
|
|
+ color:#FFFFFF;
|
|
|
}
|
|
|
.logo-text{
|
|
|
font-size: 24rpx;
|
|
|
line-height: 34rpx;
|
|
|
- color: $color-system;
|
|
|
+ color:#FFFFFF;
|
|
|
.sp{
|
|
|
- color: #000000;
|
|
|
+ color:#FFFFFF;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
}
|
|
@@ -366,7 +371,6 @@
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
height: 284rpx;
|
|
|
- padding: 60rpx 0 40rpx 0;
|
|
|
.logo {
|
|
|
width: 611rpx;
|
|
|
height: 284rpx;
|