achao 2 лет назад
Родитель
Сommit
476bb56278

+ 4 - 1
xiaochengxu/pages/cardHolder/cardHolder.vue

@@ -367,6 +367,7 @@
 				userInfo: {head:'',nickname:''},
 				downOption: {
 					auto: false,
+					textColor:'#bbb'
 				},
 				upOption: {
 					page: {
@@ -376,7 +377,9 @@
 					noMoreSize: 1,
 					empty: {
 						tip: '暂无相关数据'
-					}
+					},
+					textNoMore:'没有更多了~',
+					textColor:'#bbb'
 				},
 				params: {
 					encryptedData: '',

+ 2 - 3
xiaochengxu/pages/cardHolder/search.vue

@@ -16,7 +16,6 @@
 							<text class="text">{{longPress == '1' ? '按住说出姓名' : '松开自动识别'}}</text>
 						</view>
 					</view>
-					<!-- 语音音阶动画 -->
 					<view class="prompt-layer prompt-layer-1" v-if="longPress == '2'">
 						<view class="prompt-loader">
 							<view class="em" v-for="(item,index) in 15" :key="index"></view>
@@ -41,7 +40,7 @@
 		},
 		data() {
 			return {
-				duration: 60000, //录音最大值ms 60000/1分钟
+				duration: 2000, //录音最大值ms 60000/1分钟
 				tempFilePath: '', //音频路径
 				playStatus: 0, //录音播放状态 0:未播放 1:正在播放
 				longPress: '1',
@@ -371,7 +370,7 @@
 
 	/deep/.u-popup__content {
 		padding-bottom: 100rpx;
-		background: linear-gradient(180deg, rgba(204, 204, 204, 0.95) 0%, rgba(203, 203, 203, 0.01) 100%) !important;
+		// background: linear-gradient(180deg, rgba(204, 204, 204, 0.95) 0%, rgba(203, 203, 203, 0.01) 100%) !important;
 		border-radius: 50% 50% 0 0;
 	}
 

+ 13 - 1
xiaochengxu/pages/circle/detail.vue

@@ -40,7 +40,7 @@
 			</view>
 		</view>
 		<view  class="relative" style='top:150px;'>
-			<mescroll-uni height='1200' ref="mescrollRef" @init="mescrollInit" @up="upCallback" @down="downCallback" >
+			<mescroll-uni height='1200' :up="upOption" ref="mescrollRef" @init="mescrollInit" @up="upCallback" @down="downCallback" >
 			<view class="content3" v-for="(item,index) in changeCardList"
 				:style="item.currentBackground?'background:url('+item.currentBackground+');background-size:100% 100%':''"
 				:key="index">
@@ -100,6 +100,18 @@
 		mixins: [MescrollMixin], // 使用mixin
 		data() {
 			return {
+				upOption: {
+					page: {
+						size: 10 // 每页数据的数量,默认10
+					},
+					auto: false,
+					noMoreSize: 1,
+					empty: {
+						tip: '暂无相关数据'
+					},
+					textNoMore:'没有更多了~',
+					textColor:'#bbb'
+				},
 				selectIndex: 0,
 				isShowChangeCard: false,
 				show1:false,

+ 2 - 2
xiaochengxu/pages/circle/search.vue

@@ -42,7 +42,7 @@
 				color_border: "#00aaff",
 				cirlce_search_list_hot: [],
 				store_key: 'circle_search_list',
-				duration: 60000, //录音最大值ms 60000/1分钟
+				duration: 2000, //录音最大值ms 60000/1分钟
 				tempFilePath: '', //音频路径
 				playStatus: 0, //录音播放状态 0:未播放 1:正在播放
 				longPress: '1',
@@ -367,7 +367,7 @@
 
 	/deep/.u-popup__content {
 		padding-bottom: 100rpx;
-		background: linear-gradient(180deg, rgba(204, 204, 204, 0.95) 0%, rgba(203, 203, 203, 0.01) 100%) !important;
+		// background: linear-gradient(180deg, rgba(204, 204, 204, 0.95) 0%, rgba(203, 203, 203, 0.01) 100%) !important;
 		border-radius: 50% 50% 0 0;
 	}