邹能昇 4 달 전
부모
커밋
59f3232341
3개의 변경된 파일11개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      nova-tourism/components/collect/index.less
  2. 0 0
      nova-tourism/components/collect/index.wxss
  3. 10 2
      nova-tourism/components/homestay/index.wxml

+ 1 - 1
nova-tourism/components/collect/index.less

@@ -299,7 +299,7 @@
         left: calc(50% - 32rpx); 
         right: calc(50% - 32rpx); 
         bottom: 0;
-        height: 4rpx;
+        height: 2rpx;
         background-color: #67806A;
         border-radius: 4rpx;
         

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
nova-tourism/components/collect/index.wxss


+ 10 - 2
nova-tourism/components/homestay/index.wxml

@@ -32,12 +32,20 @@
                     <block wx:if="{{index == 3}}">
                         <view class="picbox">
                             <view class="pic-2"></view>
-                            <block wx:for="{{3}}">
+
                                 <view class="pic-1">
                                     <view class="pic-1tex">望仙乡</view>
                                     <view class="pic-1tex2">35%用户选择</view>
                                 </view>
-                            </block>
+                                <view class="pic-1">
+                                    <view class="pic-1tex">方村</view>
+                                    <view class="pic-1tex2">35%用户选择</view>
+                                </view>
+                                <view class="pic-1">
+                                    <view class="pic-1tex">方村</view>
+                                    <view class="pic-1tex2">35%用户选择</view>
+                                </view>
+    
                         </view>
                     </block>
                     <view class="cardbox">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.