lin
2026-07-15 ca1b3e6e1e626d1ff54258b9f4e785057bbe5ab6
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) {