USER-20230908AJ\Administrator 6 ماه پیش
والد
کامیت
fce6860adb
2فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 3 3
      pages/convert/convert-index.vue
  2. 4 4
      pages/home/home-index.vue

+ 3 - 3
pages/convert/convert-index.vue

@@ -148,7 +148,7 @@
 				return str.slice(0, startLength) + '...' + str.slice(-endLength);
 			},
 			getDealList() {
-				if (this.total >= this.list.length) {
+				if (this.total >= this.list.length && this.page>1) {
 					return
 				}
 				getDealList({
@@ -258,7 +258,7 @@
 								</view>
 							</view>
 							<view class="fs-28" :class="toNum?'':'fc-808080'">
-								{{toNum?toNum:'请输入需要兑换的USDT数量'}}
+								{{toNum?toNum:'输入后自动换算'}}
 							</view>
 						</view>
 						<view class="bgc-F6F7FA b-rad-20 mb-20 p-20 box-sizing-border mb-50" v-else>
@@ -270,7 +270,7 @@
 								</view>
 							</view>
 							<view class="fs-28" :class="toNum?'':'fc-808080'">
-								{{toNum?toNum:'请输入需要兑换的DAO数量'}}
+								{{toNum?toNum:'输入后自动换算'}}
 							</view>
 						</view>
 					</view>

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

@@ -83,7 +83,7 @@
 				}
 			},
 			getDividendList() {
-				if (this.total >= this.list.length) {
+				if (this.total >= this.list.length && this.page>1) {
 					return
 				}
 				getDividendList({
@@ -222,10 +222,10 @@
 		<view class="list-tab">
 			<view class="tab-items">
 				<view class="tab-item" @click="setListTab(1)" :class="{'option-tab':listTab===1}">
-					质押
+					贡献
 				</view>
 				<view class="tab-item" @click="setListTab(2)" :class="{'option-tab':listTab===2}">
-					解压
+					赎回
 				</view>
 				<!--          <view class="tab-item" @click="setListTab(3)" :class="{'option-tab':listTab===3}">-->
 				<!--            {{ $t('index.index.code') }}-->
@@ -393,4 +393,4 @@
 		color: #fff;
 		line-height: 80rpx;
 	}
-</style>
+</style>