From 85a15646ffe20ed2bbb2042ec500df8c850a69cc Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期五, 25 七月 2025 15:29:41 +0800
Subject: [PATCH] 首次提交
---
pages/tabBar/components/realWarning.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/pages/tabBar/components/realWarning.vue b/pages/tabBar/components/realWarning.vue
index 7930f28..9eb657f 100644
--- a/pages/tabBar/components/realWarning.vue
+++ b/pages/tabBar/components/realWarning.vue
@@ -16,7 +16,7 @@
</view>
<view class="fault-box">
- <image style="width: 100%;border-radius: 20rpx; " src="../../../static/image/ganzaoji-x.png"
+ <image style="width: 100%;border-radius: 20rpx; " src="../../../packageA/static/image/ganzaoji-x.png"
mode="aspectFit">
</image>
@@ -56,7 +56,7 @@
<view style="height: 180rpx;display: flex;align-items: center;">
<view>
<image style="width: 80rpx;height: 80rpx;margin:20rpx;border-radius: 20rpx; "
- src="../../../static/image/pic_gz.jpg"></image>
+ src="../../../packageA/static/image/pic_gz.jpg"></image>
</view>
<view
style="display: flex;flex: 1;flex-direction: column; justify-content: space-between; ;height: 100%;padding: 20rpx;">
@@ -77,7 +77,7 @@
</view>
</view>
-
+ </view>
</view>
@@ -407,6 +407,7 @@
show: false
},
],
+
}
},
mounted() {
--
Gitblit v1.9.3