From 8871e7afdd529807d181b679287778c29a02ed0b Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 12 May 2026 17:11:38 +0800
Subject: [PATCH] feat:购有趣 登录页,首页,我的页面

---
 pages/login/login.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index e5c9f38..11b67aa 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -1,13 +1,17 @@
 <template>
-	<view>
+	<view style="background: url('/static/imgs/loginBg.png') center bottom / 100% no-repeat;height: calc(100vh - 44px);">
 		<view class="login-title">
-			<view class="login-title-1">手机号登录</view>
-			<view class="login-title-2">未注册的手机号将自动注册</view>
+			<image style="height: 140rpx;width: 140rpx;" src="@/static/imgs/loginLogo.png" mode="scaleToFill"></image>
+			<view class="login-title-1">
+				<text>够你所想</text>
+				<text>购你所爱</text>
+			</view>
+			<view class="login-title-2">欢迎登录够有趣</view>
 		</view>
 		<view class="login-type">
 			<view class="login-type-v">
-				<view :class="formData.loginType == 1 ? 'active' : ''" @tap="loginTypeClick(1)">账号密码登录</view>
 				<view :class="formData.loginType == 2 ? 'active' : ''" @tap="loginTypeClick(2)">短信登录</view>
+				<view :class="formData.loginType == 1 ? 'active' : ''" @tap="loginTypeClick(1)">账号密码登录</view>
 			</view>
 		</view>
 		<view class="login-list">
@@ -36,6 +40,7 @@
 				<view class="fr" @tap="$util.goPages('/pages/findpass/findpass')">忘记密码</view>
 			</view>
 		</view>
+		<!-- <image style="height: 576rpx;width: 100%;" src="@/static/imgs/loginBg.png" mode="scaleToFill"></image> -->
 		<agreePup ref="agreePup1" :gp="1" title="注册协议"></agreePup>
 		<agreePup ref="agreePup2" :gp="2" title="隐私政策"></agreePup>
 	</view>
@@ -54,7 +59,7 @@
 					phone: '',
 					code: '',
 					pass: '',
-					loginType: 1,
+					loginType: 2,
 				},
 				phoneReg: /^\d{11}$/,
 				backUrl: '',

--
Gitblit v1.9.3