From c478bc1b36e38774cf01c02fd5e23858bd70a4a3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 13:42:46 +0800
Subject: [PATCH] #
---
pages/user/user_detail/userDetail.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pages/user/user_detail/userDetail.vue b/pages/user/user_detail/userDetail.vue
index 1c36780..7fa8d2d 100644
--- a/pages/user/user_detail/userDetail.vue
+++ b/pages/user/user_detail/userDetail.vue
@@ -93,7 +93,7 @@
clickk() {
uni.showToast({
icon:'error',
- title: '绉诲姩绔殏涓嶆敮鎸佷慨鏀癸紝璇疯嚦鐢佃剳绔慨鏀�',
+ title: '鏆備笉鏀寔淇敼',
duration: 2000
})
},
@@ -116,6 +116,9 @@
</script>
<style>
+ * {
+ font-weight: 700;
+ }
.item {
background-color: #FFF;
min-height: 90rpx;
@@ -131,6 +134,7 @@
.item-right {
text-align: end;
color: #6f6f6f;
+ font-weight: 400;
}
.user-icons {
text-align: center;
--
Gitblit v1.9.1