From 08abc1bb93226960388202470798220294eed4ae Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 19 八月 2025 09:56:31 +0800
Subject: [PATCH] 代码初始化
---
h5/static/ic_qiyeweixin@2x.png | 0
h5/static/ic_tips.png | 0
h5/static/ic_tips@2x.png | 0
h5/static/ic_qiyeweixin.png | 0
h5/pages/exception/exception.vue | 63 +++++++++++++++++++++++++++++++
5 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/h5/pages/exception/exception.vue b/h5/pages/exception/exception.vue
new file mode 100644
index 0000000..0f12815
--- /dev/null
+++ b/h5/pages/exception/exception.vue
@@ -0,0 +1,63 @@
+<template>
+ <view class="box">
+ <view class="tips">
+ <image src="/static/ic_tips@2x.png" ></image>
+ <text>璇ュ姛鑳介渶瑕佸湪浼佷笟寰俊鎵爜浣跨敤</text>
+ </view>
+ <view class="qiwei">
+ <image src="/static/ic_qiyeweixin@2x.png"></image>
+ <text>浼佷笟寰俊</text>
+ </view>
+ </view>
+</template>
+<style>
+.box {
+ width: 100%;
+}
+.qiwei{
+ width: 100%;
+ text-align: center;
+ margin-top: 80rpx;
+ display: flex;
+ flex-direction: column;
+ align-items: center; /* 鍨傜洿灞呬腑 */
+ justify-content: center; /* 姘村钩灞呬腑锛屽鏋滈渶瑕佺殑璇� */
+}
+.qiwei image{
+ width: 120rpx;
+ height: 120rpx;
+ align-items: center;
+}
+.qiwei text{
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #111111;
+ line-height: 36rpx;
+ text-align: center;
+ font-style: normal;
+}
+.tips{
+ width: 100%;
+ text-align: center;
+ margin-top: 300rpx;
+ display: flex;
+ align-items: center; /* 鍨傜洿灞呬腑 */
+ justify-content: center; /* 姘村钩灞呬腑锛屽鏋滈渶瑕佺殑璇� */
+}
+
+.tips image{
+ width: 32rpx;
+ height: 32rpx;
+ margin-right: 10rpx;
+ align-items: center;
+}
+.tips text{
+ font-weight: 400;
+ font-size: 30rpx;
+ line-height: 40rpx;
+ color: #111111;
+ line-height: 42rpx;
+ text-align: center;
+ font-style: normal;
+}
+</style>
\ No newline at end of file
diff --git a/h5/static/ic_qiyeweixin.png b/h5/static/ic_qiyeweixin.png
new file mode 100644
index 0000000..6c8fa5f
--- /dev/null
+++ b/h5/static/ic_qiyeweixin.png
Binary files differ
diff --git a/h5/static/ic_qiyeweixin@2x.png b/h5/static/ic_qiyeweixin@2x.png
new file mode 100644
index 0000000..bef0c6f
--- /dev/null
+++ b/h5/static/ic_qiyeweixin@2x.png
Binary files differ
diff --git a/h5/static/ic_tips.png b/h5/static/ic_tips.png
new file mode 100644
index 0000000..b657675
--- /dev/null
+++ b/h5/static/ic_tips.png
Binary files differ
diff --git a/h5/static/ic_tips@2x.png b/h5/static/ic_tips@2x.png
new file mode 100644
index 0000000..5cc4007
--- /dev/null
+++ b/h5/static/ic_tips@2x.png
Binary files differ
--
Gitblit v1.9.3