xhj 2 vuotta sitten
vanhempi
commit
5d8aa3d138

+ 1 - 1
app.css

@@ -369,7 +369,7 @@ image {
 .fflex{flex: 1;-webkit-flex: 1;overflow: hidden;}
 .tover{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
 .tovers{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
-
+.tovers3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
 
 .grayTheme{
 	filter: grayscale(1);

+ 9 - 6
components/mp-html/components/mp-html/node/node.vue

@@ -294,12 +294,15 @@
 							window.open(href)
 							// #endif
 							// #ifdef MP
-							uni.setClipboardData({
-								data: href,
-								success: () =>
-									uni.showToast({
-										title: '链接已复制'
-									})
+							// uni.setClipboardData({
+							// 	data: href,
+							// 	success: () =>
+							// 		uni.showToast({
+							// 			title: '链接已复制'
+							// 		})
+							// })
+							uni.navigateTo({
+								url:'/pages/web/web?url='+href
 							})
 							// #endif
 							// #ifdef APP-PLUS

+ 1 - 1
pages/found/found.css

@@ -121,7 +121,7 @@
 	font-weight: bold;
 	color: #333333;
 	line-height: 44rpx;
-	height: 88rpx;
+	height: 132rpx;
 	font-size: 28rpx;
 	margin-bottom: 10rpx;
 }

+ 1 - 1
pages/found/found.vue

@@ -30,7 +30,7 @@
 						<image v-if="item.contentType==2" class="video-play" src="/static/images/video_play.png"></image>
 					</view>
 					<view class="video-info">
-						<view class="video-name tovers">{{item.title}}</view>
+						<view class="video-name tovers3">{{item.title}}</view>
 						<view class="video-info-desc">
 							<view class="ddflex" style="overflow: hidden;">
 								{{formatTime(item.createDate)}}