Pārlūkot izejas kodu

fix: 更新服务信息中的验收时间为72小时

将多个组件中的“48小时验”文本修改为“72小时验”,以确保信息一致性。
ylong 3 nedēļas atpakaļ
vecāks
revīzija
fe7dd91109

+ 1 - 1
pages-mine/components/service-promise.vue

@@ -7,7 +7,7 @@
         </view>
         <view class="promise-item">
             <u-icon name="clock-fill" color="#FFFFFF" size="32"></u-icon>
-            <text>48小时验</text>
+            <text>72小时验</text>
         </view>
         <view class="promise-item">
             <u-icon name="yuan-circle-fill" color="#FFFFFF" size="32"></u-icon>

+ 2 - 2
pages/home/components/ServiceInfo.vue

@@ -8,7 +8,7 @@
             </view>
             <view class="icon-item">
                 <image src="/static/img/2.png" mode="widthFix" style="width: 30rpx; height: 30rpx"></image>
-                <text style="margin-left: 6rpx">48小时验</text>
+                <text style="margin-left: 6rpx">72小时验</text>
                 <text style="margin-left: 4rpx"> > </text>
             </view>
             <view class="icon-item">
@@ -54,7 +54,7 @@ export default {
                 },
                 {
                     icon: "/static/img/2.png",
-                    text: "48小时验",
+                    text: "72小时验",
                 },
                 {
                     icon: "/static/img/3.png",