邹能昇 před 2 měsíci
rodič
revize
676bbd1352

+ 0 - 9
nova-werun/components/circle-card/index.wxml

@@ -129,10 +129,6 @@
     <view class="namebax" wx:if="{{type=='surface'}}" bindtap="gourl" data-url="../../pages/circle/circle-detail/index" data-id="{{cicleList[0].objectId}}">
         <image src="{{cicleList[0].profile.user.avatar}}"></image>
         <view class="name">{{cicleList[0].profile.user.nickname}}</view>
-        <view class="guanzhu">
-            <van-icon name="plus" size='24rpx' />
-            关注
-        </view>
     </view>
     <view wx:if="{{!showFull}}" class="text">
         <view wx:if="{{cicleList[0].content.length > maxLength}}">
@@ -213,11 +209,6 @@
                 <van-icon name="chat-o" size='32rpx' />
                 {{noCommentCount}}
             </view>
-            <!-- 转发 -->
-            <view class="pinlunbox" style="margin-left: 10rpx;">
-                <van-icon name="share-o" size='32rpx' />
-                0
-            </view>
         </view>
         <!-- 点赞评论 -->
         <!-- <view class="functionbox" wx:if="{{isgood}}">

+ 1 - 2
nova-werun/components/home/index.js

@@ -77,8 +77,7 @@ Component({
         //排行榜
         todayList: [],
         changetitle: 'today',
-        //点赞
-        isclick: false,
+
         //正序
         rank: 'up'
     },

+ 0 - 5
nova-werun/components/home/index.wxml

@@ -93,11 +93,6 @@
                     <view class="name2">已打卡12天</view>
                     </view>
                     <view class="num">{{item.steps}}</view>
-                    <view class="good">
-                        <view class="good-num">77</view>
-                        <image wx:if="{{isclick}}" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/voks1d122210989.png"></image>
-                        <image wx:if="{{!isclick}}" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/fihr91122221320.png"></image>
-                    </view>
                 </view>
             </block>
 

+ 1 - 1
nova-werun/components/my/index.wxml

@@ -30,7 +30,7 @@
         </view>
         <view class="info">
             <view class="info-num">0</view>
-            <view class="info-tex">粉丝</view>
+            <view class="info-tex">积分</view>
         </view>
         <view class="info">
             <view class="info-num">{{likesCount}}</view>

+ 1 - 1
nova-werun/pages/home/signin/index.less

@@ -7,7 +7,7 @@
         height: 980rpx;
         border: gray solid 1px;
         image{
-            width: 100%;
+            width: 746rpx;
             height: 980rpx;
         }
     }

+ 1 - 1
nova-werun/pages/home/signin/index.wxss

@@ -1 +1 @@
-.all{width:100vw;background:linear-gradient(to bottom, #4F9AF7, #FFFFFF)}.all .picture{width:100%;height:980rpx;border:gray solid 1px}.all .picture image{width:100%;height:980rpx}.all .textbox{width:100%;height:350rpx}.all .textbox .text{width:100%;height:220rpx;display:flex}.all .textbox .text .chick{width:50%;height:220rpx;display:flex;flex-direction:column;justify-content:center;align-items:center}.all .textbox .text .chick .chick-text{font-size:30rpx;margin-bottom:30rpx}.all .textbox .text .chick .numberbox{display:flex;height:80rpx;font-size:28rpx}.all .textbox .text .chick .numberbox .number{font-size:46rpx;height:80rpx;display:flex;align-items:flex-end;margin:0;padding:0}.all .textbox .text .chick .numberbox .number-text{height:80rpx;display:flex;align-items:flex-end;margin:0;padding:0;padding-bottom:6rpx}.all .textbox .submitbox{width:100%;height:120rpx;display:flex;justify-content:center;align-items:center}.all .textbox .submitbox .submit{width:70%;height:86rpx;display:flex;justify-content:center;align-items:center;border-radius:45rpx;color:white;background-color:#69A9F8}.all .textbox .submitbox .submit2{width:70%;height:86rpx;display:flex;justify-content:center;align-items:center;border-radius:45rpx;background-color:gray}
+.all{width:100vw;background:linear-gradient(to bottom, #4F9AF7, #FFFFFF)}.all .picture{width:100%;height:980rpx;border:gray solid 1px}.all .picture image{width:746rpx;height:980rpx}.all .textbox{width:100%;height:350rpx}.all .textbox .text{width:100%;height:220rpx;display:flex}.all .textbox .text .chick{width:50%;height:220rpx;display:flex;flex-direction:column;justify-content:center;align-items:center}.all .textbox .text .chick .chick-text{font-size:30rpx;margin-bottom:30rpx}.all .textbox .text .chick .numberbox{display:flex;height:80rpx;font-size:28rpx}.all .textbox .text .chick .numberbox .number{font-size:46rpx;height:80rpx;display:flex;align-items:flex-end;margin:0;padding:0}.all .textbox .text .chick .numberbox .number-text{height:80rpx;display:flex;align-items:flex-end;margin:0;padding:0;padding-bottom:6rpx}.all .textbox .submitbox{width:100%;height:120rpx;display:flex;justify-content:center;align-items:center}.all .textbox .submitbox .submit{width:70%;height:86rpx;display:flex;justify-content:center;align-items:center;border-radius:45rpx;color:white;background-color:#69A9F8}.all .textbox .submitbox .submit2{width:70%;height:86rpx;display:flex;justify-content:center;align-items:center;border-radius:45rpx;background-color:gray}