shish 1 month ago
parent
commit
41a0577a07

+ 2 - 2
ghsApp/src/components/no-network-bar.vue

@@ -8,7 +8,7 @@
     <view class="bar-left">
       <!-- 警告图标:使用 Unicode 字符,确保跨端兼容性 -->
       <text class="warning-icon">⚠️</text>
-      <text class="bar-text">当前无法连接网络,可检查网络设置是否正常</text>
+      <text class="bar-text">当前无法连接网络,请检查网络设置</text>
     </view>
     <!-- 右侧箭头:使用 Unicode 字符 -->
     <text class="arrow-icon">❯</text>
@@ -108,7 +108,7 @@ export default {
     }
     
     .bar-text {
-      font-size: 26upx;
+      font-size: 28upx;
       color: #ff4d4f;
       /* 遵循 style-compatibility 规范,使用 margin 代替 gap */
       margin-left: 16upx;

+ 2 - 2
hdApp/src/components/no-network-bar.vue

@@ -8,7 +8,7 @@
     <view class="bar-left">
       <!-- 警告图标:使用 Unicode 字符,确保跨端兼容性 -->
       <text class="warning-icon">⚠️</text>
-      <text class="bar-text">当前无法连接网络,可检查网络设置是否正常</text>
+      <text class="bar-text">当前无法连接网络,请检查网络设置</text>
     </view>
     <!-- 右侧箭头:使用 Unicode 字符 -->
     <text class="arrow-icon">❯</text>
@@ -108,7 +108,7 @@ export default {
     }
     
     .bar-text {
-      font-size: 26upx;
+      font-size: 28upx;
       color: #ff4d4f;
       /* 遵循 style-compatibility 规范,使用 margin 代替 gap */
       margin-left: 16upx;

+ 2 - 2
mallApp/src/components/no-network-bar.vue

@@ -8,7 +8,7 @@
     <view class="bar-left">
       <!-- 警告图标:使用 Unicode 字符,确保跨端兼容性 -->
       <text class="warning-icon">⚠️</text>
-      <text class="bar-text">当前无法连接网络,可检查网络设置是否正常</text>
+      <text class="bar-text">当前无法连接网络,请检查网络设置</text>
     </view>
     <!-- 右侧箭头:使用 Unicode 字符 -->
     <text class="arrow-icon">❯</text>
@@ -108,7 +108,7 @@ export default {
     }
     
     .bar-text {
-      font-size: 26upx;
+      font-size: 28upx;
       color: #ff4d4f;
       /* 遵循 style-compatibility 规范,使用 margin 代替 gap */
       margin-left: 16upx;