邹能昇 před 3 měsíci
rodič
revize
69cd23b4b2

+ 4 - 4
nova-tourism/components/homestay/index.wxml

@@ -35,16 +35,16 @@
 
                                 <view class="pic-1">
                                     <view class="pic-1tex">望仙乡</view>
-                                    <view class="pic-1tex2">35%用户选择</view>
+                                    <view class="pic-1tex2">50%用户选择</view>
                                 </view>
                                 <view class="pic-1">
                                     <view class="pic-1tex">方村</view>
-                                    <view class="pic-1tex2">35%用户选择</view>
+                                    <view class="pic-1tex2">50%用户选择</view>
                                 </view>
-                                <view class="pic-1">
+                                <!-- <view class="pic-1">
                                     <view class="pic-1tex">方村</view>
                                     <view class="pic-1tex2">35%用户选择</view>
-                                </view>
+                                </view> -->
     
                         </view>
                     </block>

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

@@ -15,7 +15,7 @@
     <view class="tatlebox">
         <view class="tatle" data-url="../../pages/my/my-card/index" bindtap="gourl">
             <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/nb541o104029705.png"></image>
-            <view class="text">卡包</view>
+            <view class="text">卡包</view>
         </view>
         <view class="tatle" data-url="../../pages/my/my-wallet/index" bindtap="gourl">
             <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/6u1kj2104029980.png"></image>

+ 5 - 5
nova-tourism/pages/my/my-card/index.wxml

@@ -1,9 +1,9 @@
 <!--nova-tourism/pages/my/my-card/index.wxml-->
-<nav type="back" background-color="#ffffff" frontColor="#000000" title="卡包" />
+<nav type="back" background-color="#ffffff" frontColor="#000000" title="卡包" />
 <view class="all" style="height: {{contentHeight}}rpx;">
     <view class="tab-bar">
         <view class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
-            优惠
+            优惠
         </view>
         <view style="margin-left: 60rpx;" class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
             会员卡
@@ -25,7 +25,7 @@
                         <view class="num-tex">元</view>
                     </view>
                     <view class="textbox">
-                        <view class="text1">民宿住宿现金</view>
+                        <view class="text1">民宿住宿现金</view>
                         <view class="text2">2024.11.11-2025.11.11</view>
                     </view>
                     <view class="bottom">使用</view>
@@ -48,7 +48,7 @@
                             <view class="num-tex">元</view>
                         </view>
                         <view class="textbox">
-                            <view class="text1">民宿住店带金卷</view>
+                            <view class="text1">民宿住宿现金券</view>
                             <view class="text2">2024.11.11-2025.11.11</view>
                         </view>
                         <view class="bottom">使用</view>
@@ -60,6 +60,6 @@
     </view>
 
     <view wx:if="{{currentTab == 1}}">
-    
+
     </view>
 </view>