bayi před 2 roky
rodič
revize
1a6cce6804

+ 1 - 1
components/videoPreview/index.wxml

@@ -61,7 +61,7 @@
     <!-- 播放时渲染的video -->
     <video class="video" id="myVideo" wx:if="{{videoInfoCopy.userRead.id==currentId}}"
       src="{{workType=='videoPath'? videoInfoCopy.userRead.videoPath:videoInfoCopy.example.videoPath}}" autoplay="true"
-      object-fit="contain">
+      object-fit="contain" >
     </video>
   </view>
   <!-- 音频 -->

+ 1 - 1
pages/follow/index.less

@@ -74,7 +74,7 @@
         margin-top: 2rpx;
 
         .gmtCreated {
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: #888;
         }
       }

+ 1 - 1
pages/follow/index.wxss

@@ -67,7 +67,7 @@
   margin-top: 2rpx;
 }
 .followBox .follow .userInfo .infoBox .gmtCreated {
-  font-size: 24rpx;
+  font-size: 26rpx;
   color: #888;
 }
 .followBox .follow .state {

+ 2 - 2
pages/my/index.wxml

@@ -12,7 +12,7 @@
         <view class="uRtop">
           <view class="uRtopleft">
             <view class="nickName textOver">{{userInfo.user.nickName||'请输入昵称' }}</view>
-            <view class="gradeText textOver">学号:{{userInfo.user.eid}}</view>
+            <view class="gradeText textOver" bindtap="clipboar">学号:{{userInfo.user.eid}}</view>
           </view>
           <view class="uRtopRight" bindtap="jump" data-url="/pages/editUser/index">
             <image class="edit" src="/static/edit_new.png" mode="" />
@@ -25,7 +25,7 @@
     <view class="below sectionBoxs">
       <view class="sBox" bindtap='jump' data-url="/pages/follow/index">
         <image class="img" src="/static/concern.png" mode="" />
-        <text class="title">朋友</text>
+        <text class="title">朋友 {{filters.numFilter(userInfo.friendCount)}}</text>
       </view>
       <view class="sBox" bindtap='jump' data-url="/pages/userWorks/index">
         <image class="img" src="/static/work.png" mode="" />