From 04a859aa95b231c032c71d06518497a973c2f4e8 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 15 Jan 2026 17:41:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 uniapps/work-wx/src/subPackages/userDetail/password/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/uniapps/work-wx/src/subPackages/userDetail/password/index.vue b/uniapps/work-wx/src/subPackages/userDetail/password/index.vue
index 246611c..f341b62 100644
--- a/uniapps/work-wx/src/subPackages/userDetail/password/index.vue
+++ b/uniapps/work-wx/src/subPackages/userDetail/password/index.vue
@@ -34,7 +34,7 @@
 </template>
 
 <script setup>
-	import userbgSvg from "@/static/images/user/userbg.svg";
+	import userBgPng from "@/static/images/user/user-bg.png";
 	import {
 		useUserStore
 	} from "@/store/index.js";
@@ -260,8 +260,8 @@
 			left: 0;
 			width: 100%;
 			height: 100%;
-			background-image: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/bg.png");
-			background-size: 100%;
+			background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/user-bg.png")  no-repeat ;
+  			background-size: 100%;
 		}
 
 		.detailBox {
@@ -293,7 +293,6 @@
 					font-weight: 400;
 					font-size: 30rpx;
 					color: #222324;
-					white-space: nowrap;
 				}
 
 				input.input-item {

--
Gitblit v1.9.3