xhj пре 2 година
родитељ
комит
0eceedc789

+ 3 - 3
pages/operationData/operationData.vue

@@ -90,7 +90,7 @@
 					<view class="sssb-line"></view>
 					<view class="sssb-item fflex">
 						<view class="sssb-data sssb-color">{{statisticData.useProfit?statisticData.useProfit:0}}</view>
-						<view class="sssb-label">可分账金额</view>
+						<view class="sssb-label">额</view>
 					</view>
 				</view>
 				<view style="margin-top: 30rpx;height:500rpx">
@@ -145,7 +145,7 @@
 							</view>
 							<view class="sjyy-data-item fflex">
 								<view class="sssb-data sssb-color">{{item.useProfit?item.useProfit:0}}</view>
-								<view class="sssb-label">可分账金额</view>
+								<view class="sssb-label">额</view>
 							</view>
 						</view>
 					</view>
@@ -200,7 +200,7 @@
 							</view>
 							<view class="sjyy-data-item fflex">
 								<view class="sssb-data sssb-color">{{item.useProfit?item.useProfit:0}}</view>
-								<view class="sssb-label">可分账金额</view>
+								<view class="sssb-label">额</view>
 							</view>
 						</view>
 					</view>

+ 1 - 1
pages/operationDataPersonal/operationDataPersonal.vue

@@ -23,7 +23,7 @@
 				</view>
 				<view class="sssb-line"></view>
 				<view class="sssb-item fflex">
-					<view class="sssb-label">可分账金额</view>
+					<view class="sssb-label">额</view>
 					<view class="sssb-data sssb-color">{{topData.useProfit?topData.useProfit:0}}</view>
 				</view>
 			</view>

+ 2 - 2
utils/request.js

@@ -8,8 +8,8 @@ const env = {
 		apiUrl: 'https://pkapi.pikadongli.com'
 	},
 	pota: {
-		// apiUrl: 'http://192.168.110.182:8098' ,//zf
-		apiUrl: 'http://192.168.110.180:8098' ,//wjg
+		apiUrl: 'http://192.168.110.182:8098' ,//zf
+		// apiUrl: 'http://192.168.110.180:8098' ,//wjg
 	}
 }