jwyu 2 年之前
父節點
當前提交
51e4678923
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/video/videoList.vue
  2. 二進制
      static/share-icon.png

+ 4 - 4
pages/video/videoList.vue

@@ -115,7 +115,7 @@ export default {
         let title='FICC视频社区'
         let imageUrl=''
         if(from=='button'){
-            title=target.dataset.item.title
+            title=`${target.dataset.item.chart_permission_name}:${target.dataset.item.title}`
             path=`/pages/video/videoList?videoId=${target.dataset.item.community_video_id}`
             imageUrl=target.dataset.item.cover_img_url
         }
@@ -239,8 +239,8 @@ export default {
                 top: 34rpx;
                 right: 34rpx;
                 background-color: transparent;
-                width: 32rpx;
-                height: 32rpx;
+                width: 36rpx;
+                height: 36rpx;
                 line-height: 1;
                 padding: 0;
                 &::after{
@@ -248,7 +248,7 @@ export default {
                 }
             }
             .share-img{
-                width: 32rpx;
+                width: 32.5rpx;
                 height: 32rpx;
             }
             .tag{

二進制
static/share-icon.png