HHE-5476 1 dienu atpakaļ
vecāks
revīzija
4a37269956
2 mainītis faili ar 16 papildinājumiem un 11 dzēšanām
  1. 8 7
      config/app.js
  2. 8 4
      pages/user/index.vue

+ 8 - 7
config/app.js

@@ -2,18 +2,19 @@
 let domain = "https://test.shuibeibyg.com/front-api"; // 测试环境IP
 // let domain = 'http://192.168.100.199:8081' // 晋守桦IP
 // let domain = 'http://192.168.100.246:8081' // 韩朝龙IP
-// let domain = "http://192.168.3.29:8081"; // 宏广IP
+// let domain = "http://192.168.8.29:8081"; // 宏广IP
+
+export const H5_BASE_URL = "http://192.168.8.10:5174"; // 本地测试
+// export const H5_BASE_URL = "http://192.168.8.16:5173"; // 本地测试
+// export const H5_BASE_URL = "http://192.168.100.35:5175"; // 本地测试
+// export const H5_BASE_URL = "https://test.shuibeibyg.com/web-h5/"; // 测试环境H5地址
+// export const H5_BASE_URL = "https://www.shuibeibyg.com/web-h5/"; // 正式环境H5地址
+
 let share = "https://www.shuibeibyg.com";
 
 let imgUrl =
   "https://sb-admin.oss-cn-shenzhen.aliyuncs.com/shuibei-mini/new-mini/"; //服務器上图片地址
 
-// export const H5_BASE_URL = "http://192.168.3.10:5174"; // 本地测试
-// export const H5_BASE_URL = "http://192.168.3.16:5173"; // 本地测试
-// export const H5_BASE_URL = "http://192.168.100.35:5175"; // 本地测试
-export const H5_BASE_URL = "https://test.shuibeibyg.com/web-h5/"; // 测试环境H5地址
-// export const H5_BASE_URL = "https://www.shuibeibyg.com/web-h5/"; // 正式环境H5地址
-
 // PC 后台 API 地址(用于上传图片)
 export const HTTP_ADMIN_URL = domain;
 

+ 8 - 4
pages/user/index.vue

@@ -114,10 +114,9 @@
       class="wallet-section"
       v-if="!appStore?.$wxConfig?.storeAuditModeEnabled"
     >
-      <view class="wallet-header">
+      <!-- <view class="wallet-header">
         <view>
           <view class="wallet-title">钱包余额</view>
-          <!-- <view class="balance">{{ wallet.balance }}</view> -->
         </view>
 
         <view class="transaction-detail" @click="viewTransactionDetail">
@@ -125,7 +124,7 @@
           <uni-icons type="right" size="16" color="#666666"></uni-icons>
         </view>
       </view>
-      <up-line color="#F1F3F8"></up-line>
+      <up-line color="#F1F3F8"></up-line> -->
       <!-- 
       <view class="assets">
         <view
@@ -706,6 +705,9 @@ const callService = async (item) => {
     extInfo: {
       url: item.serviceLink,
     },
+    fail: (err) => {
+      console.error("跳转企微客服失败:", err);
+    },
   });
 };
 
@@ -851,7 +853,7 @@ function handleFaceDetect() {
   height: 108rpx;
   width: 100%;
   height: 108rpx;
-  padding: 0 30rpx;
+  // padding: 0 30rpx;
   box-sizing: border-box;
   .vipBG {
     width: 100%;
@@ -912,6 +914,8 @@ function handleFaceDetect() {
   background: #fff;
   margin: -150rpx 20rpx 20rpx;
   border-radius: 24rpx;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
   padding: 32rpx;
 }