From 1c9a1dced28b40e44159d05f83f51b428378ceb5 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 09 Jul 2026 17:46:39 +0800
Subject: [PATCH] UI:齐享购IOS 新增网安信息
---
pages/my/my.vue | 12 ++++++++++--
static/css/my.css | 4 ++--
static/imgs/wangan.png | 0
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/pages/my/my.vue b/pages/my/my.vue
index fcb9b01..f94a113 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -104,8 +104,16 @@
<text>|</text>
<text @tap="agreeDialog2">《隐私政策》</text>
</view>
- <view @tap="goWebUrl('http://beian.miit.gov.cn')">APP备案号: {{Config.icp}}</view>
- <view @tap="goWebUrl('http://beian.miit.gov.cn')">Copyright © 2025 {{Config.url}} All Rights Reserved.</view>
+ <view >客服电话:400-636-0330(8:00-20:00)</view>
+ <view @tap="goWebUrl('http://beian.miit.gov.cn')">Copyright © 2025 智葆汇科技 All Rights Reserved.</view>
+ <view style="display: flex;justify-content: center;gap: 5px;">
+ <view style="display: flex;align-items: center;justify-content: start;gap: 2px;" @tap="goWebUrl('https://beian.mps.gov.cn/#/query/webSearch')">
+ <image src="/static/imgs/wangan.png" style="width: 30rpx;height: 30rpx;"></image>
+ <span>新公网安备65010202001358号</span>
+ </view>
+ <view @click="goWebUrl('https://beian.miit.gov.cn/')">{{Config.icp}}</view>
+ </view>
+<!-- <view @tap="goWebUrl('http://beian.miit.gov.cn')">APP备案号: {{Config.icp}}</view>-->
</view>
<agreePup ref="agreePup1" :gp="1" title="注册协议"></agreePup>
diff --git a/static/css/my.css b/static/css/my.css
index b92ec0a..bee2c84 100644
--- a/static/css/my.css
+++ b/static/css/my.css
@@ -101,7 +101,7 @@
color: #666666;
}
.myBeiAn view{
- margin-bottom: 10upx;
+ margin-bottom: 4upx;
}
.edu{
margin: 10upx 0 0 10upx;
@@ -126,4 +126,4 @@
color: #493b1c;
font-size: 28upx;
font-weight: 700;
-}
\ No newline at end of file
+}
diff --git a/static/imgs/wangan.png b/static/imgs/wangan.png
new file mode 100644
index 0000000..6fe667f
--- /dev/null
+++ b/static/imgs/wangan.png
Binary files differ
--
Gitblit v1.9.3