From ca1b3e6e1e626d1ff54258b9f4e785057bbe5ab6 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 15 Jul 2026 15:30:37 +0800
Subject: [PATCH] UI:齐享购IOS,1.首页搜索调整;2.行权接口参数调整

---
 pages/my/my.vue |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/pages/my/my.vue b/pages/my/my.vue
index fcb9b01..bd0d574 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>
@@ -175,7 +183,8 @@
             url: _this.$webHost + '/api/v2/customer/ryxIsBuyEquity?phone=' + _this.$util.getUserInfo().phone,
             data: {
               customerId: uni.getStorageSync('qxgLogin').customerId,
-              appId: uni.getStorageSync('qxgLogin').appId
+              // appId: uni.getStorageSync('qxgLogin').appId,
+              appId: _this.$APPID
             },
             success: function (res) {
               if (res.data.code == 200) {

--
Gitblit v1.9.3