Browse Source

网络连接提醒

shish 1 month ago
parent
commit
fc6ab7e0ae

+ 1 - 1
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>

+ 1 - 1
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>

+ 1 - 1
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>