diff --git a/pages/login/login.vue b/pages/login/login.vue
index 8839a2b..dd69d5d 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -1,74 +1,155 @@
-
-
-
- Hello!
- 欢迎使用广交投氢能车辆运营监控
-
-
-
-
+
+
+
+
-
- 欢 迎 登 录
-
+
+
+
+
+
+
+
+
+
+ 阅读并同意《用户服务协议》和《隐私政策》
+
+
+
+
+
+ 此小程序仅限氢能车辆运营方内部人员使用
+
+
+
@@ -102,86 +169,177 @@ export default {
.content {
display: flex;
flex-direction: column;
- height: 100vh;
- padding: 40rpx;
- background: linear-gradient(0deg, #b6e2fb, #2890e5);
- justify-content: center;
+ min-height: 100vh;
+ background: #ebefed;
+ padding: 0;
+ // background: linear-gradient(0deg, #b6e2fb, #2890e5);
position: relative;
- font-family: MiSans-Semibold, MiSans-Demibold, "Segoe UI", Tahoma, Geneva,
- Verdana, sans-serif;
-}
-.helloTip {
- font-size: 100rpx;
- color: #fff;
- font-weight: bold;
- margin-top: -200rpx;
-}
-.helloText {
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- font-size: 46rpx;
- color: #fff;
- font-weight: 400;
-}
-.remarkText {
- margin-top: 10rpx;
- margin-bottom: 20rpx;
- font-size: 36rpx;
- color: #b54b45;
- font-weight: 400;
-}
-.loginBlock {
- display: flex;
- flex-direction: column;
- justify-content: center;
- width: 685rpx;
- height: 664rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- // background-image: url("../../static/login_bg.png");
- background-size: cover;
- background-color: #fff;
- // background: #ffffff;
- border-radius: 20rpx;
- .helloText {
- color: #017043;
- text-align: center;
- font-weight: bold;
- }
-}
-.logo {
- position: absolute;
- height: 76rpx;
- /* width: 568rpx ; */
- top: 40rpx;
- right: 40rpx;
- // margin-left: auto;
- // margin-right: auto;
- // margin-bottom: 50rpx;
-}
-// .door {
-// width: 20px;
-// height: 20px;
-// background: green;
-// }
-// .bt1 {
-// position: absolute;
-// top: 10px;
-// left: 10px;
-// opacity: 0;
-// }
-// .bt2 {
-// position: absolute;
-// bottom: 10px;
-// left: 10px;
-// opacity: 0;
-// }
-.title {
- font-size: 36rpx;
- color: #8f8f94;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif;
}
-.login-btn {
- margin: 30rpx 0rpx;
+.header {
+ padding: 80rpx 40rpx 60rpx;
+ text-align: center;
+}
+
+.logo {
+ width: 240rpx;
+ height: 240rpx;
+ margin-bottom: 40rpx;
+}
+
+.company-name {
+ margin-bottom: 20rpx;
+ font-weight: 600;
+ font-size: 32rpx;
+ color: #327c4e;
+ text-align: center;
+ font-style: normal;
+ text-transform: none;
+}
+.company-text {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: rgba(50, 124, 78, 0.4);
+ text-align: center;
+ font-style: normal;
+ text-transform: none;
+}
+.app-name {
+ font-size: 28rpx;
+ color: rgba(255, 255, 255, 0.95);
+ font-weight: 400;
+}
+
+.warning-tip {
+ font-weight: 400;
+ font-size: 28rpx;
+ color: rgba(50, 124, 78, 0.75);
+ text-align: left;
+ font-style: normal;
+ text-align: center;
+ text-transform: none;
+ position: absolute;
+ width: 100%;
+ bottom: 120rpx;
+}
+
+.login-card {
+ margin: 0 40rpx;
+ background: #ffffff;
+ box-shadow: 0rpx 8rpx 4rpx 0rpx rgba(50, 124, 78, 0.05);
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
+ padding: 60rpx 50rpx;
+ backdrop-filter: blur(10rpx);
+}
+
+.form-container {
+ width: 100%;
+}
+
+.agreement-section {
+ margin: 124rpx 40rpx 20rpx;
+}
+
+.checkbox {
+ display: flex;
+ align-items: flex-start;
+ font-size: 26rpx;
+
+ /deep/ .wx-checkbox-input {
+ width: 36rpx !important;
+ height: 36rpx !important;
+ border-radius: 50% !important;
+ }
+}
+
+.label {
+ display: flex;
+ align-items: center;
+ padding-left: 16rpx;
+ padding-top: 4rpx;
+ color: #000;
+ white-space: nowrap;
+}
+
+.text_link {
+ color: #327c4e;
+ margin: 0 4rpx;
+ text-decoration: underline;
+ display: inline-block;
+ position: relative;
+ z-index: 10;
+}
+
+.content {
+ padding: 10px;
+}
+
+.popup-header {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ padding: 40rpx 0;
+ border-bottom: 1px solid #e2e8f0;
+}
+
+.popup-title {
+ font-size: 36rpx;
+ font-weight: 600;
+ color: #2d3748;
+}
+
+.close-btn {
+ position: absolute;
+ right: 40rpx;
+ font-size: 48rpx;
+ color: #a0aec0;
+ width: 80rpx;
+ height: 80rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.policy-content {
+ padding: 40rpx;
+ max-width: 100%;
+ box-sizing: border-box;
+}
+
+.section-title {
+ font-size: 32rpx;
+ font-weight: 600;
+ color: #2d3748;
+ margin-top: 40rpx;
+ margin-bottom: 20rpx;
+}
+
+.section-text {
+ font-size: 28rpx;
+ color: #4a5568;
+ line-height: 1.8;
+ margin-bottom: 20rpx;
+ text-align: justify;
+}
+
+.point {
+ font-size: 28rpx;
+ color: #4a5568;
+ line-height: 1.8;
+ margin-bottom: 16rpx;
+ padding-left: 24rpx;
+ text-align: justify;
+}
+
+.sub-point {
+ font-size: 26rpx;
+ color: #718096;
+ line-height: 1.8;
+ margin-bottom: 12rpx;
+ padding-left: 48rpx;
+ text-align: justify;
}
diff --git a/pages/login/user-login/index.vue b/pages/login/user-login/index.vue
index 226f7b5..32d16e4 100644
--- a/pages/login/user-login/index.vue
+++ b/pages/login/user-login/index.vue
@@ -8,172 +8,89 @@
:rules="rules"
class="loginForm"
>
-
-
-
-
-
-
-
-
-
-
-
- 阅读并同意
- 《用户服务协议》和《隐私政策》
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
{{ `登 录` }}
+ {{ `登 录` }}
+
+
+
+
+ {{ showAccountLogin ? "微信快捷登录" : "切换账号登录" }}
+
-
-
-
- 隐私协议
-
- 一、概述
- 本小程序是由羚牛氢能科技(上海)有限公司开发运营的一款产品(以下简称我们),帮助解决用户开通搭建小程序公众号网站方面遇到的问题,可以达到快速上线的目的。我们深知个人信息对您而言的重要性,也感谢您对我们的信任。我们将通过本政策向您说明互助文档会如何收集、存储、保护、使用及对外提供您的信息,并说明您享有的权利,其中要点如下:
-
- 1.
- 为了便于您了解您在使用我们的服务时,我们需要收集的信息类型与用途,我们将结合具体服务向您逐一说明。
-
-
- 2.
- 为了向您提供服务所需,我们会按照合法、正当、必要的原则收集您的信息。
-
-
- 3.
- 如果为了向您提供服务而需要将您的信息共享至第三方,我们将评估该第三方收集信息的合法性、正当性、必要性。我们将要求第三方对您的信息采取保护措施并严格遵守相关法律法规与监管要求。另外,我们会按照法律法规及国家标准的要求以确认协议、具体场景下的文案确认、弹窗提示等形式征得您的同意或确认第三方已经征得您的同意。
-
-
-
-
- 二、我们如何收集信息:
- 在您使用互助文档以下各项业务功能(以下简称“服务”)的过程中,我们需要收集您的一些信息,用以向您提供服务、提升我们的服务质量、保障您的账户和资金安全以及符合国家法律法规及监管规定:
-
- 1.
- 依据法律法规及监管规定进行实名制管理在您注册互助文档账户或使用互助文档服务时,您需提供手机号码或者第三方账号登陆信息作为账户登录名。
-
-
- 2. 身份验证
-
- (1)登录验证
- 为了让您更安全、便捷地登录互助文档,我们提供自动登陆服务,您也可以选择密码登录、短信验证码登录等其他方式;
-
-
- (2)重要操作行为验证
- 为了保障您的账户安全,在您进行一些重要的账户操作时(例如:查看、收藏、下载应用内资料内容时),我们需要验证您的身份,为此您可能需向第三方安全服务提供商提交身份验证信息;如您不同意提供前述信息,您将无法完成特定操作,但不影响您使用我们提供的其他服务;
-
-
-
-
-
- 3. 获取外部存储权限,获取设备ID, MAC地址
- 获取外部存储权限用于:记录登录同意的信息,下次登录不用重新选择。获取设备ID,MAC地址,设备ID用于记录用户的唯一性,MAC地址获取是用于确定用户是属于真实用户。
- 本程序嵌入了百度插移动统计分析sdk,百度移动SDK隐私政策说明,具体隐私政策准则按百度移动SDK隐私为准
-
-
- 4. 其他
- 请您理解,我们向您提供的服务是不断更新和发展的。如您选择使用了前述说明当中尚未涵盖的其他服务,基于该服务我们需要收集您的信息的,我们会通过页面提示、交互流程、协议约定的方式另行向您说明信息收集的范围与目的,并征得您的同意。我们会按照本政策以及相应的用户协议约定使用、存储、对外提供及保护您的信息;如您选择不提供前述信息,您可能无法使用某项或某部分服务,但不影响您使用我们提供的其他服务。此外,第三方主体可能会通过互助文档APP向您提供服务。当您进入第三方主体运营的服务页面时,请注意相关服务由第三方主体向您提供。涉及到第三方主体向您收集个人信息的,建议您仔细查看第三方主体的隐私政策或协议约定。
-
-
-
- 三、我们如何存储和保护信息
-
- 1.
- 我们在中华人民共和国境内收集和产生的个人信息将存储在中华人民共和国境内。如部分服务涉及跨境业务,我们需要向境外机构传输境内收集的相关个人信息的,我们会按照法律法规和相关监管部门的规定执行,向您说明个人信息出境的目的以及涉及的个人信息类型,征得您的同意,并通过签订协议、现场核查等有效措施,要求境外机构为所获得的您的个人信息保密。我们仅在本政策所述目的所必需期间和法律法规及监管规定的时限内保存您的个人信息。
-
-
- 2.
- 为了保障您的信息安全,我们在收集您的信息后,将采取各种合理必要的措施保护您的信息。例如,在技术开发环境当中,我们仅使用经过去标识化处理的信息进行统计分析;对外提供研究报告时,我们将对报告中所包含的信息进行去标识化处理。我们会将去标识化后的信息与可用于恢复识别个人的信息分开存储,确保在针对去标识化信息的后续处理中不重新识别个人。
-
-
- 3.
- 我们承诺我们将使信息安全保护达到业界领先的安全水平。为保障您的信息安全,我们致力于使用各种安全技术及配套的管理体系来尽量降低您的信息被泄露、毁损、误用、非授权访问、非授权披露和更改的风险。例如:通过网络安全层软件(SSL)进行加密传输、信息加密存储、严格限制数据中心的访问。传输和存储个人敏感信息时,我们将采用加密、权限控制、去标识化等安全措施。
-
-
- 4.
- 请您务必妥善保管好您的互助文档登录名及其他身份要素。您在使用互助文档服务时,我们会通过您的登录名及其他身份要素来识别您的身份。一旦您泄漏了前述信息,您可能会蒙受损失,并可能对您产生不利。如您发现互助文档登录名及/或其他身份要素可能或已经泄露时,请您立即和我们取得联系,以便我们及时采取相应措施以避免或降低相关损失。
-
-
- 5.
- 在您终止使用互助文档服务后,我们会停止对您的信息的收集和使用,法律法规或监管部门另有规定的除外。如我们停止运营,我们将及时停止收集您个人信息的活动,将停止运营的通知以逐一送达或公告的形式通知您,并对所持有的您的个人信息进行删除或匿名化处理。
-
-
-
-
-
-
@@ -182,13 +99,12 @@ import { setToken, setUser } from "@/utils/auth.js";
import en from "@/utils/key.js";
export default {
options: {
- styleIsolation: "shared", // 解除样式隔离
+ styleIsolation: "shared",
},
data() {
return {
loading: false,
- privatyShow: false,
- showAgreement: false,
+ showAccountLogin: false, // 默认显示微信登录
formData: {
loginName: "",
pwd: "",
@@ -212,17 +128,12 @@ export default {
};
},
methods: {
- changeCheck(e) {
- if (e.detail.value.length > 0) {
- this.showAgreement = true;
- } else {
- this.showAgreement = false;
- }
+ // 切换登录方式
+ toggleLoginMethod() {
+ this.showAccountLogin = !this.showAccountLogin;
},
getPhoneNumber(data) {
- // 获取手机号
- //debugger;
- if (!this.showAgreement) {
+ if (!this.$parent.showAgreement) {
uni.showToast({
title: "请先勾选用户协议",
icon: "none",
@@ -235,8 +146,6 @@ export default {
this.loading = true;
wx.login({
success: function (resp) {
- console.log(resp);
- //var userInfo = res.userInfo;
_this.$api.login
.loginByPhoneForDriver({
phoneCode: data.detail.code,
@@ -263,7 +172,6 @@ export default {
await this.$api.login
.getUserMenu()
.then((res) => {
- console.log(res);
this.$store.dispatch("setResources", res);
})
.catch((err) => {
@@ -271,7 +179,7 @@ export default {
});
},
submit() {
- if (!this.showAgreement) {
+ if (!this.$parent.showAgreement) {
uni.showToast({
title: "请先勾选用户协议",
icon: "none",
@@ -285,8 +193,6 @@ export default {
const _this = this;
wx.login({
success: function (resp) {
- console.log(resp);
- //var userInfo = res.userInfo;
_this.$api.login
.loginUser({
loginName: _this.formData.loginName,
@@ -300,7 +206,7 @@ export default {
_this.getUserMenu();
setTimeout(() => {
uni.switchTab({
- url: "/pages/index/index",
+ url: "/pages/map/index",
});
}, 500);
})
@@ -314,7 +220,6 @@ export default {
},
onReady() {
try {
- //如果需要兼容微信小程序,并且校验规则中含有方法等,只能通过setRules方法设置规则。
this.$refs.uForm.setRules(this.rules);
} catch (e) {}
},
@@ -322,51 +227,45 @@ export default {
diff --git a/static/logo.png b/static/logo.png
index 36ed874..372a73f 100644
Binary files a/static/logo.png and b/static/logo.png differ
diff --git a/static/logo22.png b/static/logo22.png
new file mode 100644
index 0000000..36ed874
Binary files /dev/null and b/static/logo22.png differ
diff --git a/static/pwd.png b/static/pwd.png
new file mode 100644
index 0000000..acc6ede
Binary files /dev/null and b/static/pwd.png differ
diff --git a/static/user.png b/static/user.png
new file mode 100644
index 0000000..f412069
Binary files /dev/null and b/static/user.png differ