USER-20230908AJ\Administrator 6 сар өмнө
parent
commit
b3cd08ade8

+ 7 - 2
pages/convert/convert-index.vue

@@ -100,8 +100,13 @@
 							if (res.code === 1) {
 								tools.success(res.msg)
 								this.toNum = ''
-								this.getTotalMoney()
-								this.getIconNum()
+								setTimeout(()=>{
+                  this.getTotalMoney()
+                  this.getIconNum()
+                  this.page=1
+                  this.list=[]
+                  this.getDealList()
+                },50)
 							} else {
 								tools.error(res.msg)
 							}

+ 1 - 1
pages/home/home-index.vue

@@ -343,7 +343,7 @@
 						</view>
 					</view>
 					<view>
-						<input v-model="pledgeNUm" :placeholder="'输入要'+(listTab===1 ?'质押':'解压')+'的DAO数量'" type="number"
+						<input v-model="pledgeNUm" :placeholder="'输入要'+(listTab===1 ?'贡献':'赎回')+'的DAO数量'" type="number"
 							placeholder-class="fs-28"></input>
 					</view>
 				</view>

+ 3 - 3
pages/my/inner-page/all_profit.vue

@@ -63,8 +63,8 @@ import {getTotalMoney, getWaterList} from "@/api/money";
 			<view class="fs-28 fc-f mb-16">
 				总收益
 			</view>
-			<view class="fs-18 fc-f fw-b mb-16">
-				{{revenueTotal}}
+			<view class="fs-26 fc-f fw-b mb-16">
+				{{revenueTotal*1}}
 			</view>
 <!--			<view class="fs-28 fc-f text-align-center tx-box b-rad-20">-->
 <!--				提现-->
@@ -80,7 +80,7 @@ import {getTotalMoney, getWaterList} from "@/api/money";
 					<view class="fs-28 fw-b mb-16">
 						{{item.status_str}}
 					</view>
-					<view class="fs-12 fc-858585">
+					<view class="fs-20 fc-858585">
             {{item.created_date}}
 					</view>
 				</view>