calm 5 days ago
parent
commit
5d30cdd361
3 changed files with 9 additions and 8 deletions
  1. 2 2
      config/app.js
  2. 1 1
      pages/index/index.vue
  3. 6 5
      pages/user/index.vue

+ 2 - 2
config/app.js

@@ -1,9 +1,9 @@
 // let domain = "https://www.shuibeibyg.com/front-api"; // 正式环境IP
 // let domain = "https://www.shuibeibyg.com/front-api"; // 正式环境IP
-// let domain = "https://test.shuibeibyg.com/front-api"; // 测试环境IP
+let domain = "https://test.shuibeibyg.com/front-api"; // 测试环境IP
 // let domain = 'http://192.168.100.199:8081' // 晋守桦IP
 // let domain = 'http://192.168.100.199:8081' // 晋守桦IP
 // let domain = 'http://192.168.100.246: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.3.29:8081"; // 宏广IP
-let domain = "http://192.168.3.57:8081"; // 张艺IP
+// let domain = "http://192.168.3.57:8081"; // 张艺IP
 let share = "https://www.shuibeibyg.com";
 let share = "https://www.shuibeibyg.com";
 
 
 let imgUrl =
 let imgUrl =

+ 1 - 1
pages/index/index.vue

@@ -78,7 +78,7 @@
               <view class="title-left">
               <view class="title-left">
                 <image
                 <image
                   class="ssjj"
                   class="ssjj"
-                  :src="HTTP_REQUEST_URL_IMG + 'shishijinjia.png'"
+                  src="https://my-go-easy-im.oss-cn-shenzhen.aliyuncs.com/goeasy-im-%E6%B0%B4%E8%B4%9D%E5%95%86%E5%9F%8E/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20260225134946_785_219.png"
                   mode="widthFix"
                   mode="widthFix"
                 >
                 >
                 </image>
                 </image>

+ 6 - 5
pages/user/index.vue

@@ -114,17 +114,16 @@
       class="wallet-section"
       class="wallet-section"
       v-if="!appStore?.$wxConfig?.storeAuditModeEnabled"
       v-if="!appStore?.$wxConfig?.storeAuditModeEnabled"
     >
     >
-      <view class="wallet-header">
+      <!-- <view class="wallet-header">
         <view>
         <view>
           <view class="wallet-title">钱包余额</view>
           <view class="wallet-title">钱包余额</view>
-          <!-- <view class="balance">{{ wallet.balance }}</view> -->
         </view>
         </view>
 
 
         <view class="transaction-detail" @click="viewTransactionDetail">
         <view class="transaction-detail" @click="viewTransactionDetail">
           <text style="margin-right: 10rpx">进入钱包</text>
           <text style="margin-right: 10rpx">进入钱包</text>
           <uni-icons type="right" size="16" color="#666666"></uni-icons>
           <uni-icons type="right" size="16" color="#666666"></uni-icons>
         </view>
         </view>
-      </view>
+      </view> -->
       <up-line color="#F1F3F8"></up-line>
       <up-line color="#F1F3F8"></up-line>
       <!-- 
       <!-- 
       <view class="assets">
       <view class="assets">
@@ -170,7 +169,9 @@
         class="functions-useList"
         class="functions-useList"
         v-if="useList && useList.length > 0"
         v-if="useList && useList.length > 0"
         :style="{
         :style="{
-          gridTemplateColumns: `repeat(${useList.length <= 4 ? useList.length : 4},1fr`,
+          gridTemplateColumns: `repeat(${
+            useList.length <= 4 ? useList.length : 4
+          },1fr`,
         }"
         }"
       >
       >
         <view
         <view
@@ -554,7 +555,7 @@ watch(
     // ];
     // ];
     console.log(tradeList.value);
     console.log(tradeList.value);
   },
   },
-  { deep: true, immediate: true },
+  { deep: true, immediate: true }
 );
 );
 
 
 // 编辑资料
 // 编辑资料