From 4b0f9cdf34310432e30aac9266d37490b1f2aaab Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Tue, 9 Sep 2025 16:52:18 +0800
Subject: [PATCH] profile_page icon update
---
enum/commonEnum.js | 6 ++++--
pages/profile/profile.vue | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/enum/commonEnum.js b/enum/commonEnum.js
index 7b784bf..25abf2c 100644
--- a/enum/commonEnum.js
+++ b/enum/commonEnum.js
@@ -19,8 +19,10 @@ export const commonEnum = {
COIN_BACKGROUND: 'https://api.ccttiot.com/image-1755070887001.png',
REQUEST_AGENT: 'https://api.ccttiot.com/image-1755071317260.png',
AGENCY_INTERESTS: 'https://api.ccttiot.com/image-1755071348347.png',
- ONLINE_CUSTOMER_SERVICE: 'https://api.ccttiot.com/image-1755071362176.png', //在线客服
- Real_Name_Authentication: 'https://api.ccttiot.com/image-1757382999487.png', //实名认证图标
+ ONLINE_CUSTOMER_SERVICE: 'https://api.ccttiot.com/image-1755071362176.png', //在线客服icon
+ Real_Name_Authentication: 'https://api.ccttiot.com/image-1757382999487.png', //实名认证图icon
+ DEVICE_ENTRY: 'https://api.ccttiot.com/image-1757407459962.png', //设备录入icon
+ MY_ORDER: 'https://api.ccttiot.com/image-1757407484986.png', //我的订单icon
SET: 'https://api.ccttiot.com/image-1755071734792.png',
GIFT: 'https://api.ccttiot.com/image-1755071830648.png',
diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue
index 9fc3aab..7570a31 100644
--- a/pages/profile/profile.vue
+++ b/pages/profile/profile.vue
@@ -103,7 +103,7 @@
-
+
我的订单
@@ -130,7 +130,7 @@
-
+
设备录入
@@ -555,7 +555,7 @@ export default {
background: #f15a04;
border-radius: 10rpx;
font-size: 28rpx;
- padding: 5rpx;
+ padding: 5rpx 10rpx;
}
}