Kaynağa Gözat

fix: 更新开发环境API地址并统一服务保障文案

- 将开发环境的API地址更新为 https://bpi.shuhi.com。
- 在服务保障组件及相关页面中,将验收时间统一更新为“7天验”,提升文案一致性和用户体验。
ylong 1 hafta önce
ebeveyn
işleme
af8862a22e

+ 1 - 1
.env.dev.js

@@ -1,5 +1,5 @@
 export default {
     "NODE_ENV": 'development',
-    "apiUrl":"https://bk.shuhi.com",
+    "apiUrl":"https://bpi.shuhi.com",
     "apiUrlPrefix":"/api",
 };

+ 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>5天验</text>
+            <text>7天验</text>
         </view>
         <view class="promise-item">
             <u-icon name="yuan-circle-fill" color="#FFFFFF" size="32"></u-icon>

+ 1 - 1
pages/home/components/ServiceGuarantee.vue

@@ -60,7 +60,7 @@ export default {
             const days = Number(this.verifyPeriodDays)
             if (days === 15) return 15
             if (days === 7) return 7
-            return 5
+            return 7
         },
         verifyPeriodLabel() {
             return `${this.verifyPeriodDisplayDays}天验`

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

@@ -54,7 +54,7 @@ export default {
             const days = Number(this.verifyPeriodDays)
             if (days === 7) return '7天验'
             if (days === 15) return '15天验'
-            return '5天验'
+            return '7天验'
         },
     },
     data() {
@@ -66,7 +66,7 @@ export default {
                 },
                 {
                     icon: "/static/img/2.png",
-                    text: "5天验",
+                    text: "7天验",
                 },
                 {
                     icon: "/static/img/3.png",